From a93eeeffcd88318fc39da8bdb74d8da8ac722689 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mar 28 2010 10:46:56 +0000 Subject: - Update to 0.9.3 --- diff --git a/rednotebook.spec b/rednotebook.spec index 325ddaf..b5178e2 100644 --- a/rednotebook.spec +++ b/rednotebook.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: rednotebook -Version: 0.9.0 +Version: 0.9.3 Release: 1%{?dist} Summary: A desktop diary @@ -18,6 +20,7 @@ BuildRequires: desktop-file-utils Requires: PyYAML Requires: pygtk2 +Requires: pywebkitgtk Requires: gnome-python2-extras Requires: hicolor-icon-theme @@ -40,6 +43,11 @@ and does so in style. %install rm -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} +desktop-file-install \ + --add-category="Calendar" \ + --delete-original \ + --dir=%{buildroot}%{_datadir}/applications \ + %{buildroot}/%{_datadir}/applications/%{name}.desktop %clean @@ -73,6 +81,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Feb 24 2010 Christoph Wickert - 0.9.3-1 +- Update to 0.9.3 + +* Mon Feb 01 2010 Christoph Wickert - 0.9.2-1 +- Update to 0.9.2 + +* Sun Jan 10 2010 Christoph Wickert - 0.9.1-1 +- Update to 0.9.1 +- Require pywebkitgtk for new print preview +- Use desktop-file-install + * Fri Dec 18 2009 Christoph Wickert - 0.9.0-1 - Update to 0.9.0 diff --git a/sources b/sources index b4ee852..babaa25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ad198671f5a8654732ac18668c2366e rednotebook-0.9.0.tar.gz +3a070d49e458c7c0945fcf993bab6bfa rednotebook-0.9.3.tar.gz