]> git.pld-linux.org Git - packages/gnome-radio.git/blame - gnome-radio.spec
- updated to 14.0.0; gnome-internet-radio-locator not included now
[packages/gnome-radio.git] / gnome-radio.spec
CommitLineData
9112138a
JB
1Summary: Public radio mapping application for GNOME
2Summary(pl.UTF-8): Aplikacja z mapą publicznych stacji radiowych dla GNOME
3Name: gnome-radio
ff5a89fe 4Version: 14.0.0
9112138a
JB
5Release: 1
6License: GPL v3
7Group: X11/Applications
ff5a89fe
JB
8Source0: https://download.gnome.org/sources/gnome-radio/14.0/%{name}-%{version}.tar.xz
9# Source0-md5: aa0995d87021f9f3e6f2be745fb4ea32
10Patch0: %{name}-am.patch
9112138a
JB
11URL: https://wiki.gnome.org/Apps/Radio
12BuildRequires: autoconf >= 2.69
98b2302d 13BuildRequires: automake >= 1:1.11
988e816e 14BuildRequires: glib2-devel >= 1:2.38.0
9112138a
JB
15BuildRequires: gstreamer-devel >= 1.0
16BuildRequires: gstreamer-plugins-bad-devel >= 1.0
17BuildRequires: gstreamer-plugins-base-devel >= 1.0
18BuildRequires: gtk+3-devel >= 3.22.30
98b2302d 19BuildRequires: intltool >= 0.50.1
9112138a 20BuildRequires: libchamplain-devel >= 0.12.10
988e816e 21BuildRequires: libtool >= 2:2.2.6
9112138a
JB
22BuildRequires: pkgconfig
23BuildRequires: rpmbuild(macros) >= 1.596
24BuildRequires: tar >= 1:1.22
25BuildRequires: xz
988e816e 26Requires: glib2 >= 1:2.38.0
9112138a
JB
27Requires: gstreamer-plugins-bad >= 1.0
28Requires: gstreamer-plugins-base >= 1.0
29Requires: gstreamer-plugins-good >= 1.0
30Requires: gtk+3 >= 3.22.30
31Requires: hicolor-icon-theme
32Requires: libchamplain >= 0.12.10
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%description
36GNOME Radio is the Public Network Radio Software for Accessing Free
37Audio Broadcasts from the Internet.
38
39%description -l pl.UTF-8
40GNOME Radio to program do publicznych sieci radiowych, pozwalający na
41dostęp do darmowych rozgłośni dźwiękowych z Internetu.
42
43%prep
44%setup -q
ff5a89fe 45%patch0 -p1
9112138a
JB
46
47%build
48%{__aclocal}
49%{__autoconf}
50%{__autoheader}
51%{__automake}
988e816e 52%configure \
ff5a89fe 53 --disable-silent-rules
988e816e 54
9112138a
JB
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
62
ff5a89fe 63#find_lang %{name}
98b2302d 64
9112138a
JB
65%clean
66rm -rf $RPM_BUILD_ROOT
67
ff5a89fe
JB
68%files
69# -f %{name}.lang
9112138a
JB
70%defattr(644,root,root,755)
71%doc AUTHORS ChangeLog NEWS README
72%attr(755,root,root) %{_bindir}/gnome-radio
98b2302d
JB
73%{_datadir}/metainfo/gnome-radio.appdata.xml
74%{_desktopdir}/gnome-radio.desktop
75%{_iconsdir}/hicolor/scalable/apps/gnome-radio.svg
This page took 0.124562 seconds and 4 git commands to generate.