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