]> git.pld-linux.org Git - packages/girl.git/blob - girl.spec
- updated to 10.0.0
[packages/girl.git] / girl.spec
1 #
2 # Conditional build:
3 %bcond_without  static_libs     # static library
4
5 Summary:        GNOME Internet Radio Locator
6 Summary(pl.UTF-8):      GNOME Internet Radio Locator - program do wyszukiwania rozgłośni internetowych
7 Name:           girl
8 Version:        10.0.0
9 Release:        1
10 License:        LGPL v2.1+
11 Group:          Applications/System
12 Source0:        http://ftp.gnome.org/pub/GNOME/sources/girl/10.0/%{name}-%{version}.tar.xz
13 # Source0-md5:  9f6fabaf99b0a0e5d5c2c8fac4d4d001
14 URL:            https://wiki.gnome.org/Apps/Girl
15 BuildRequires:  autoconf >= 2.59
16 BuildRequires:  automake >= 1:1.11
17 BuildRequires:  glib2-devel >= 1:2.40
18 BuildRequires:  gnome-vfs2-devel >= 2.0
19 BuildRequires:  gstreamer-devel >= 1.0
20 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
21 BuildRequires:  gtk+2-devel >= 2.0
22 BuildRequires:  gtk-doc >= 1.16
23 BuildRequires:  intltool >= 0.50.1
24 BuildRequires:  libgnome-devel >= 2.0
25 BuildRequires:  libgnomeui-devel >= 2.0
26 BuildRequires:  libtool >= 2:2.2.6
27 BuildRequires:  libxml2-devel >= 2.0
28 BuildRequires:  pkgconfig
29 BuildRequires:  tar >= 1:1.22
30 BuildRequires:  xz
31 BuildRequires:  yelp-tools
32 Requires:       glib2 >= 1:2.40
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Girl, the GNOME Internet Radio Locator program, allows users to easily
37 find live radio programs on radio broadcasters on the Internet.
38
39 %description -l pl.UTF-8
40 Girl (GNOME Internet Radio Locator) to program pozwalający
41 użytkownikom łatwo wyszukać programy internetowych rozgłości radiowych
42 nadających na żywo.
43
44 %prep
45 %setup -q
46
47 %build
48 %{__libtoolize}
49 %{__aclocal} -I m4
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure \
54         --with-recording
55
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 # it's exactly the same as C
65 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/en_US
66
67 %find_lang %{name} --with-gnome
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog HACKING LETTER NEWS* README THANKS TODO YP-DIRS
75 %attr(755,root,root) %{_bindir}/girl
76 %{_datadir}/appdata/girl.appdata.xml
77 %{_datadir}/girl
78 %{_desktopdir}/girl.desktop
79 %{_iconsdir}/hicolor/*x*/apps/girl.png
80 %{_mandir}/man1/girl.1*
This page took 0.071864 seconds and 3 git commands to generate.