]> git.pld-linux.org Git - packages/gnome-voice.git/blame - gnome-voice.spec
- updated to 1.2.0
[packages/gnome-voice.git] / gnome-voice.spec
CommitLineData
437760cc 1Summary: GNOME Voice - public voice mapping application for GNOME
f32979b6 2Summary(pl.UTF-8): GNOME Voice - aplikacja GNOME z mapą publicznych rozgłośni radiowych
437760cc 3Name: gnome-voice
df420f30 4Version: 1.2.0
437760cc
JB
5Release: 1
6License: GPL v3+
7Group: X11/Applications/Sound
df420f30
JB
8Source0: https://download.gnome.org/sources/gnome-voice/1.2/%{name}-%{version}.tar.xz
9# Source0-md5: e994f0b145aed81b696521f5c44146b0
437760cc 10URL: https://www.gnome.org/
d5567b8b 11BuildRequires: clutter-gtk-devel >= 1.8.4
9ee6e8df 12BuildRequires: geoclue2-devel >= 2.6.0
437760cc
JB
13BuildRequires: gettext-tools
14BuildRequires: gstreamer-devel >= 1.0
15BuildRequires: gstreamer-plugins-base-devel >= 1.0
16BuildRequires: gstreamer-plugins-bad-devel >= 1.0
17BuildRequires: gtk+3-devel >= 3.22.30
18BuildRequires: intltool >= 0.50.1
19BuildRequires: libchamplain-devel >= 0.12.10
df420f30 20BuildRequires: libsoup-devel >= 2.74.3
68210d75 21BuildRequires: libxml2-devel >= 1:2.9.14
437760cc
JB
22BuildRequires: pkgconfig
23BuildRequires: tar >= 1:1.22
24BuildRequires: xz
d5567b8b 25Requires: clutter-gtk >= 1.8.4
9ee6e8df 26Requires: geoclue2 >= 2.6.0
437760cc
JB
27Requires: gtk+3 >= 3.22.30
28Requires: libchamplain >= 0.12.10
df420f30 29Requires: libsoup >= 2.74.3
68210d75 30Requires: libxml2 >= 1:2.9.14
437760cc
JB
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34GNOME Voice is a Free Software program that allows you easily
35participate on Free Public Voice broadcasts under GNOME.
36
37%description -l pl.UTF-8
38GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do
39darmowych, publicznych rozgłośni radiowych w środowisku GNOME.
40
41%prep
42%setup -q
43
44%build
45%configure
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%find_lang %{name}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files -f %{name}.lang
60%defattr(644,root,root,755)
61%doc AUTHORS ChangeLog NEWS README
62%attr(755,root,root) %{_bindir}/gnome-voice
68210d75 63%{_datadir}/gnome-voice
437760cc
JB
64%{_datadir}/metainfo/gnome-voice.appdata.xml
65%{_desktopdir}/gnome-voice.desktop
66%{_iconsdir}/hicolor/scalable/apps/gnome-voice.svg
This page took 0.295145 seconds and 4 git commands to generate.