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