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