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