]> git.pld-linux.org Git - packages/gtkpod.git/blame - gtkpod.spec
- massive change ( validate errors warrings from desktop-file-validate)
[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
cf64bc0b 5Version: 0.99.8
b4591ce9 6Release: 2
229eb4ac
MK
7Epoch: 0
8License: GPL/LGPL
9Group: Applications/Communications
ce102fb3 10Source0: http://dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
cf64bc0b 11# Source0-md5: f04b67605204d9076d30d83b72b78463
b4b505ff 12Source1: %{name}.desktop
b4591ce9 13Patch0: %{name}-unk208.patch
b4b505ff 14URL: http://gtkpod.sourceforge.net/
b1547293 15BuildRequires: autoconf >= 2.55
229eb4ac 16BuildRequires: automake >= 1:1.7
f74a40c8 17BuildRequires: flex
229eb4ac 18BuildRequires: gettext-devel >= 0.11.0
b1547293
JB
19BuildRequires: gtk+2-devel >= 2:2.4.0
20BuildRequires: libglade2-devel >= 2.4.0
2c775679 21BuildRequires: libgpod-devel >= 0.4.0
7c82800f 22BuildRequires: libid3tag-devel >= 0.15
229eb4ac 23BuildRequires: mpeg4ip-devel
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%{__aclocal}
45%{__autoconf}
46%{__autoheader}
47%{__automake}
48%configure
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
a68b3778 56
d4469eb9
MK
57install -d $RPM_BUILD_ROOT%{_desktopdir}
58cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gtkpod.desktop
59
60install -d $RPM_BUILD_ROOT%{_pixmapsdir}
61cp pixmaps/gtkpod-icon-32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/gtkpod.png
229eb4ac
MK
62
63%find_lang %{name} --all-name
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files -f %{name}.lang
69%defattr(644,root,root,755)
b4b505ff 70%doc AUTHORS ChangeLog README TODOandBUGS.txt
229eb4ac 71%attr(755,root,root) %{_bindir}/*
229eb4ac 72%{_datadir}/%{name}
d4469eb9
MK
73%{_desktopdir}/gtkpod.desktop
74%{_pixmapsdir}/gtkpod.png
This page took 0.070773 seconds and 4 git commands to generate.