]> git.pld-linux.org Git - packages/gtkpod.git/blob - gtkpod.spec
- up to 0.99.14
[packages/gtkpod.git] / gtkpod.spec
1 %define         _snap   20060804
2 Summary:        Graphical song management program for Apple's iPod
3 Summary(pl.UTF-8):      Graficzny menadżer utworów muzycznych dla urządzeń Apple iPod
4 Name:           gtkpod
5 Version:        0.99.14
6 Release:        0
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:  f7948eceb955b302f4c47da4c0e1ec12
12 Source1:        %{name}.desktop
13 Patch0:         %{name}-unk208.patch
14 URL:            http://gtkpod.sourceforge.net/
15 BuildRequires:  flex
16 BuildRequires:  gettext-devel >= 0.11.0
17 BuildRequires:  gtk+2-devel >= 2:2.4.0
18 BuildRequires:  libglade2-devel >= 1:2.4.0
19 BuildRequires:  libgnomecanvas-devel
20 BuildRequires:  libgpod-devel >= 0.4.0
21 BuildRequires:  libid3tag-devel >= 0.15
22 BuildRequires:  mpeg4ip-devel
23 BuildRequires:  perl-XML-Parser
24 BuildRequires:  pkgconfig
25 BuildRequires:  rpm-pythonprov
26 BuildRequires:  sed >= 4.0
27 Requires:       mount
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Platform independent graphical song management program for Apple's
32 iPod. It allows you to upload songs and playlists to your iPod.
33
34 %description -l pl.UTF-8
35 Niezależne od platformy graficzny menadżer utworów muzycznych dla
36 urządzeń Apple iPod. Pozwala wgrywać pliki i listy utworów do iPoda.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41 sed -ie 's!/usr/bin/awk!/bin/awk!g' scripts/ldif2vcf.sh
42
43 %build
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 data/icons/32x32/gtkpod.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.060597 seconds and 4 git commands to generate.