]> git.pld-linux.org Git - packages/gtkpod.git/blob - gtkpod.spec
- oops. corrected BR
[packages/gtkpod.git] / gtkpod.spec
1 %define         _snap   20060804
2 Summary:        Graphical song management program for Apple's iPod
3 Summary(pl):    Graficzny menad¿er utworów muzycznych dla urz±dzeñ Apple iPod
4 Name:           gtkpod
5 Version:        0.99.8
6 Release:        1
7 Epoch:          0
8 License:        GPL/LGPL
9 Group:          Applications/Communications
10 Source0:        http://dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
11 # Source0-md5:  f04b67605204d9076d30d83b72b78463
12 Source1:        %{name}.desktop
13 URL:            http://gtkpod.sourceforge.net/
14 BuildRequires:  autoconf >= 2.55
15 BuildRequires:  automake >= 1:1.7
16 BuildRequires:  flex
17 BuildRequires:  gettext-devel >= 0.11.0
18 BuildRequires:  gtk+2-devel >= 2:2.4.0
19 BuildRequires:  libglade2-devel >= 2.4.0
20 BuildRequires:  libgpod-devel >= 0.4.0
21 BuildRequires:  libid3tag-devel >= 0.15
22 BuildRequires:  mpeg4ip-devel
23 BuildRequires:  pkgconfig
24 BuildRequires:  rpm-pythonprov
25 BuildRequires:  sed >= 4.0
26 Requires:       mount
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 Platform independent graphical song management program for Apple's
31 iPod. It allows you to upload songs and playlists to your iPod.
32
33 %description -l pl
34 Niezale¿ne od platformy graficzny menad¿er utworów muzycznych dla
35 urz±dzeñ Apple iPod. Pozwala wgrywaæ pliki i listy utworów do iPoda.
36
37 %prep
38 %setup -q
39 sed -ie 's!/usr/bin/awk!/bin/awk!g' scripts/ldif2vcf.sh
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 install -d $RPM_BUILD_ROOT%{_desktopdir}
56 cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gtkpod.desktop
57
58 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
59 cp pixmaps/gtkpod-icon-32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/gtkpod.png
60
61 %find_lang %{name} --all-name
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog README TODOandBUGS.txt
69 %attr(755,root,root) %{_bindir}/*
70 %{_datadir}/%{name}
71 %{_desktopdir}/gtkpod.desktop
72 %{_pixmapsdir}/gtkpod.png
This page took 0.063006 seconds and 4 git commands to generate.