diff --git a/.cvsignore b/.cvsignore index 025530d..8c2eab5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rapid-photo-downloader-0.1.3.tar.gz +rapid-photo-downloader-0.3.0.tar.gz diff --git a/rapid-photo-downloader.spec b/rapid-photo-downloader.spec index 4d76803..ffcb14c 100644 --- a/rapid-photo-downloader.spec +++ b/rapid-photo-downloader.spec @@ -1,7 +1,9 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} +%endif Name: rapid-photo-downloader -Version: 0.1.3 +Version: 0.3.0 Release: 1%{?dist} Summary: Images downloader for external devices @@ -25,6 +27,9 @@ Requires: pygtk2 Requires: gnome-python2-gconf Requires: gnome-python2 Requires: notify-python +Requires: python-kaa-metadata +Requires: python-imaging + %description @@ -60,12 +65,14 @@ rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi + %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : @@ -83,6 +90,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Jul 11 2010 Fabian Affolter - 0.3.0-1 +- Added new requirements +- Updated to new upstream version 0.3.0 + * Sat Feb 27 2010 Fabian Affolter - 0.1.3-1 - Updated to new upstream version 0.1.3 diff --git a/sources b/sources index 1ade589..8d439e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2122b9339b20cfc9cf94be2f25a9eb8 rapid-photo-downloader-0.1.3.tar.gz +a37cedd22640418f3e544a2b231315a7 rapid-photo-downloader-0.3.0.tar.gz