]> git.pld-linux.org Git - packages/gtkpod.git/blame - gtkpod.spec
- rel 1 :)
[packages/gtkpod.git] / gtkpod.spec
CommitLineData
0e327a40 1%define _snap 20060804
229eb4ac 2Summary: Graphical song management program for Apple's iPod
7db8f850 3Summary(pl.UTF-8): Graficzny menadżer utworów muzycznych dla urządzeń Apple iPod
229eb4ac 4Name: gtkpod
0a9e9c5e 5Version: 0.99.14
e96d2362 6Release: 1
229eb4ac
MK
7Epoch: 0
8License: GPL/LGPL
9Group: Applications/Communications
ce102fb3 10Source0: http://dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
0a9e9c5e 11# Source0-md5: f7948eceb955b302f4c47da4c0e1ec12
b4b505ff 12Source1: %{name}.desktop
b4591ce9 13Patch0: %{name}-unk208.patch
b4b505ff 14URL: http://gtkpod.sourceforge.net/
f74a40c8 15BuildRequires: flex
229eb4ac 16BuildRequires: gettext-devel >= 0.11.0
b1547293 17BuildRequires: gtk+2-devel >= 2:2.4.0
4fd2526a 18BuildRequires: libglade2-devel >= 1:2.4.0
28b8c4f2 19BuildRequires: libgnomecanvas-devel
2c775679 20BuildRequires: libgpod-devel >= 0.4.0
7c82800f 21BuildRequires: libid3tag-devel >= 0.15
229eb4ac 22BuildRequires: mpeg4ip-devel
0672fb2a 23BuildRequires: perl-XML-Parser
f74a40c8 24BuildRequires: pkgconfig
a6f51d43 25BuildRequires: rpm-pythonprov
6a35ccc2 26BuildRequires: sed >= 4.0
229eb4ac
MK
27Requires: mount
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31Platform independent graphical song management program for Apple's
32iPod. It allows you to upload songs and playlists to your iPod.
33
8853500f
JR
34%description -l pl.UTF-8
35Niezależne od platformy graficzny menadżer utworów muzycznych dla
36urządzeń Apple iPod. Pozwala wgrywać pliki i listy utworów do iPoda.
229eb4ac
MK
37
38%prep
39%setup -q
b4591ce9 40%patch0 -p1
6a35ccc2 41sed -ie 's!/usr/bin/awk!/bin/awk!g' scripts/ldif2vcf.sh
229eb4ac
MK
42
43%build
229eb4ac
MK
44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
a68b3778 52
d4469eb9
MK
53install -d $RPM_BUILD_ROOT%{_desktopdir}
54cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gtkpod.desktop
55
56install -d $RPM_BUILD_ROOT%{_pixmapsdir}
0672fb2a 57cp data/icons/32x32/gtkpod.png $RPM_BUILD_ROOT%{_pixmapsdir}/gtkpod.png
229eb4ac
MK
58
59%find_lang %{name} --all-name
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files -f %{name}.lang
65%defattr(644,root,root,755)
b4b505ff 66%doc AUTHORS ChangeLog README TODOandBUGS.txt
229eb4ac 67%attr(755,root,root) %{_bindir}/*
229eb4ac 68%{_datadir}/%{name}
d4469eb9
MK
69%{_desktopdir}/gtkpod.desktop
70%{_pixmapsdir}/gtkpod.png
This page took 0.073402 seconds and 4 git commands to generate.