]> git.pld-linux.org Git - packages/gnome-voice.git/blame - gnome-voice.spec
- updated to 0.0.9
[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
d5567b8b 4Version: 0.0.9
437760cc
JB
5Release: 1
6License: GPL v3+
7Group: X11/Applications/Sound
8Source0: https://download.gnome.org/sources/gnome-voice/0.0/%{name}-%{version}.tar.xz
d5567b8b 9# Source0-md5: 9af2db0b76df4f19280ff4905b1a868a
437760cc 10URL: https://www.gnome.org/
d5567b8b
JB
11BuildRequires: clutter-gtk-devel >= 1.8.4
12BuildRequires: geoclue2-devel >= 2.5.7
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
20BuildRequires: pkgconfig
21BuildRequires: tar >= 1:1.22
22BuildRequires: xz
d5567b8b
JB
23Requires: clutter-gtk >= 1.8.4
24Requires: geoclue2 >= 2.5.7
437760cc
JB
25Requires: gtk+3 >= 3.22.30
26Requires: libchamplain >= 0.12.10
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30GNOME Voice is a Free Software program that allows you easily
31participate on Free Public Voice broadcasts under GNOME.
32
33%description -l pl.UTF-8
34GNOME Voice to wolnodostępny program pozwalający łatwo dołączyć do
35darmowych, publicznych rozgłośni radiowych w środowisku GNOME.
36
37%prep
38%setup -q
39
40%build
41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%find_lang %{name}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files -f %{name}.lang
56%defattr(644,root,root,755)
57%doc AUTHORS ChangeLog NEWS README
58%attr(755,root,root) %{_bindir}/gnome-voice
59%{_datadir}/metainfo/gnome-voice.appdata.xml
60%{_desktopdir}/gnome-voice.desktop
61%{_iconsdir}/hicolor/scalable/apps/gnome-voice.svg
This page took 0.118338 seconds and 4 git commands to generate.