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