Summary: Graphical song management program for Apple's iPod Summary(pl): Graficzny menadżer utworów muzycznych dla urządzeń Apple iPod Name: gtkpod Version: 0.85.0 Release: 1 Epoch: 0 License: GPL/LGPL Group: Applications/Communications # Source0-md5: ca870acf255dd240a02d387485940c3c Source0: http://osdn.dl.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz Source1: gtkpod.desktop URL: http://gtkpod.sourceforge.net BuildRequires: autoconf BuildRequires: automake >= 1:1.7 BuildRequires: flex BuildRequires: gettext-devel >= 0.11.0 BuildRequires: gtk+2-devel >= 2.4.0 BuildRequires: libid3tag-devel BuildRequires: mpeg4ip-devel BuildRequires: pkgconfig Requires: mount BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description 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. %prep %setup -q %build %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT 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 %find_lang %{name} --all-name %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODOandBUGS.txt %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_desktopdir}/gtkpod.desktop %{_pixmapsdir}/gtkpod.png