From 437760cca4beeb483a63195a538a244a24b5e178 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 18 Feb 2022 20:17:12 +0100 Subject: [PATCH] - new --- gnome-voice.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 gnome-voice.spec diff --git a/gnome-voice.spec b/gnome-voice.spec new file mode 100644 index 0000000..43ef62b --- /dev/null +++ b/gnome-voice.spec @@ -0,0 +1,57 @@ +Summary: GNOME Voice - public voice mapping application for GNOME +Summary(pl.UTF-8): GNOME Voice - aplikacja GNOME z mapą publicznych rozgłości radiowych +Name: gnome-voice +Version: 0.0.1 +Release: 1 +License: GPL v3+ +Group: X11/Applications/Sound +Source0: https://download.gnome.org/sources/gnome-voice/0.0/%{name}-%{version}.tar.xz +# Source0-md5: 5b0b7ae8717970fc8585c850c3d7ab76 +URL: https://www.gnome.org/ +BuildRequires: gettext-tools +BuildRequires: gstreamer-devel >= 1.0 +BuildRequires: gstreamer-plugins-base-devel >= 1.0 +BuildRequires: gstreamer-plugins-bad-devel >= 1.0 +BuildRequires: gtk+3-devel >= 3.22.30 +BuildRequires: intltool >= 0.50.1 +BuildRequires: libchamplain-devel >= 0.12.10 +BuildRequires: pkgconfig +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +Requires: gtk+3 >= 3.22.30 +Requires: libchamplain >= 0.12.10 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GNOME Voice is a Free Software program that allows you easily +participate on Free Public Voice broadcasts under GNOME. + +%description -l pl.UTF-8 +GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do +darmowych, publicznych rozgłośni radiowych w środowisku GNOME. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/gnome-voice +%{_datadir}/metainfo/gnome-voice.appdata.xml +%{_desktopdir}/gnome-voice.desktop +%{_iconsdir}/hicolor/scalable/apps/gnome-voice.svg -- 2.43.0