Author: lisu Date: Wed Jul 22 08:21:39 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.8.0 - python version specific .egg-info
---- Files affected: packages/rednotebook: rednotebook.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: packages/rednotebook/rednotebook.spec diff -u packages/rednotebook/rednotebook.spec:1.19 packages/rednotebook/rednotebook.spec:1.20 --- packages/rednotebook/rednotebook.spec:1.19 Wed Jul 15 13:53:26 2009 +++ packages/rednotebook/rednotebook.spec Wed Jul 22 10:21:33 2009 @@ -2,15 +2,15 @@ Summary: A Desktop Diary Summary(pl.UTF-8): Dziennik na biurko Name: rednotebook -Version: 0.7.6 +Version: 0.8.0 Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://dl.sourceforge.net/rednotebook/%{name}-%{version}.tar.gz -# Source0-md5: f72dd26dea1e76d35acead3cf77c9579 +# Source0-md5: aa5ed8dd54b21b55d9f8db54c6319965 Patch0: %{name}-desktop.patch URL: http://digitaldump.wordpress.com/projects/rednotebook/ -BuildRequires: python-devel >= 1:2.5 +BuildRequires: python-devel BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 Requires: python-PyYAML @@ -54,7 +54,9 @@ %{_desktopdir}/%{name}.desktop %{_pixmapsdir}/%{name}.png %{py_sitescriptdir}/%{name} -%{py_sitescriptdir}/*.egg-info +%if "%{py_ver}" > "2.4" +%{py_sitescriptdir}/rednotebook-*.egg-info +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -62,6 +64,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2009/07/22 08:21:33 lisu +- up to 0.8.0 +- python version specific .egg-info + Revision 1.19 2009/07/15 11:53:26 lisu - 0.7.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rednotebook/rednotebook.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
