]> git.pld-linux.org Git - packages/gtkpod.git/blobdiff - gtkpod.spec
- rel.2
[packages/gtkpod.git] / gtkpod.spec
index b66230022944bea83bb0cee7da3484773e416d5a..2813970cbb4e7e18249f408b57e731deaa5a189a 100644 (file)
@@ -1,25 +1,26 @@
 %define                _snap   20060804
 Summary:       Graphical song management program for Apple's iPod
-Summary(pl):   Graficzny menad¿er utworów muzycznych dla urz±dzeñ Apple iPod
+Summary(pl.UTF-8):     Graficzny menadżer utworów muzycznych dla urządzeń Apple iPod
 Name:          gtkpod
-Version:       0.99.8
-Release:       1
+Version:       0.99.12
+Release:       2
 Epoch:         0
 License:       GPL/LGPL
 Group:         Applications/Communications
 Source0:       http://dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
-# Source0-md5: f04b67605204d9076d30d83b72b78463
+# Source0-md5: 13162a7e9912028922aafcf81d908394
 Source1:       %{name}.desktop
+Patch0:                %{name}-unk208.patch
 URL:           http://gtkpod.sourceforge.net/
-BuildRequires: autoconf >= 2.55
-BuildRequires: automake >= 1:1.7
 BuildRequires: flex
 BuildRequires: gettext-devel >= 0.11.0
 BuildRequires: gtk+2-devel >= 2:2.4.0
-BuildRequires: libglade2-devel >= 2.4.0
-BuildRequires: libgpod-devel >= 0.4.2
+BuildRequires: libglade2-devel >= 1:2.4.0
+BuildRequires: libgnomecanvas-devel
+BuildRequires: libgpod-devel >= 0.4.0
 BuildRequires: libid3tag-devel >= 0.15
 BuildRequires: mpeg4ip-devel
+BuildRequires: perl-XML-Parser
 BuildRequires: pkgconfig
 BuildRequires: rpm-pythonprov
 BuildRequires: sed >= 4.0
@@ -30,19 +31,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Platform independent graphical song management program for Apple's
 iPod. It allows you to upload songs and playlists to your iPod.
 
-%description -l pl
-Niezale¿ne od platformy graficzny menad¿er utworów muzycznych dla
-urz±dzeñ Apple iPod. Pozwala wgrywaæ pliki i listy utworów do iPoda.
+%description -l pl.UTF-8
+Niezależne od platformy graficzny menadżer utworów muzycznych dla
+urządzeń Apple iPod. Pozwala wgrywać pliki i listy utworów do iPoda.
 
 %prep
 %setup -q
+%patch0 -p1
 sed -ie 's!/usr/bin/awk!/bin/awk!g' scripts/ldif2vcf.sh
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
 %configure
 %{__make}
 
@@ -56,7 +54,7 @@ install -d $RPM_BUILD_ROOT%{_desktopdir}
 cp %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gtkpod.desktop
 
 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
-cp pixmaps/gtkpod-icon-32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/gtkpod.png
+cp data/icons/32x32/gtkpod.png $RPM_BUILD_ROOT%{_pixmapsdir}/gtkpod.png
 
 %find_lang %{name} --all-name
 
This page took 0.03889 seconds and 4 git commands to generate.