]> git.pld-linux.org Git - packages/gnome-voice.git/commitdiff
- new auto/th/gnome-voice-0.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Feb 2022 19:17:12 +0000 (20:17 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Feb 2022 19:17:12 +0000 (20:17 +0100)
gnome-voice.spec [new file with mode: 0644]

diff --git a/gnome-voice.spec b/gnome-voice.spec
new file mode 100644 (file)
index 0000000..43ef62b
--- /dev/null
@@ -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
This page took 0.193419 seconds and 4 git commands to generate.