]> git.pld-linux.org Git - packages/gtkpod.git/blob - gtkpod.spec
- 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.94.0
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:  c6be5d02ac35e554c3c038b8ef6da719
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 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 install -d $RPM_BUILD_ROOT%{_desktopdir}
51 cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gtkpod.desktop
52
53 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
54 cp pixmaps/gtkpod-icon-32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/gtkpod.png
55
56 %find_lang %{name} --all-name
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog README TODOandBUGS.txt
64 %attr(755,root,root) %{_bindir}/*
65 %{_datadir}/%{name}
66 %{_desktopdir}/gtkpod.desktop
67 %{_pixmapsdir}/gtkpod.png
This page took 0.041722 seconds and 4 git commands to generate.