]> git.pld-linux.org Git - packages/gtkpod.git/blob - gtkpod.spec
- up to 0.94.0 (thanks imphasing@gmail.com)
[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 Requires:       mount
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Platform independent graphical song management program for Apple's
27 iPod. It allows you to upload songs and playlists to your iPod.
28
29 %description -l pl
30 Niezale¿ne od platformy graficzny menad¿er utworów muzycznych dla
31 urz±dzeñ Apple iPod. Pozwala wgrywaæ pliki i listy utworów do iPoda.
32
33 %prep
34 %setup -q
35
36 %build
37 sed -ie 's!/usr/bin/awk!/bin/awk!g' scripts/ldif2vcf.sh
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 install -d $RPM_BUILD_ROOT%{_desktopdir}
52 cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gtkpod.desktop
53
54 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
55 cp pixmaps/gtkpod-icon-32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/gtkpod.png
56
57 %find_lang %{name} --all-name
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog README TODOandBUGS.txt
65 %attr(755,root,root) %{_bindir}/*
66 %{_datadir}/%{name}
67 %{_desktopdir}/gtkpod.desktop
68 %{_pixmapsdir}/gtkpod.png
This page took 0.061659 seconds and 4 git commands to generate.