Author: darekr Date: Wed Oct 12 09:26:44 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.9.8.5 - BR: rpm-pythonprov - noreplace for %config, added %verify() for config file
---- Files affected: SPECS: pydf.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/pydf.spec diff -u SPECS/pydf.spec:1.19 SPECS/pydf.spec:1.20 --- SPECS/pydf.spec:1.19 Sun Oct 31 22:05:47 2004 +++ SPECS/pydf.spec Wed Oct 12 11:26:34 2005 @@ -2,13 +2,14 @@ Summary: Fully colourised df clone written in Python Summary(pl): Kolorowy klon df napisany w Pythonie Name: pydf -Version: 0.9.6 -Release: 3 +Version: 0.9.8.5 +Release: 1 License: Public Domain Group: Applications/System Source0: http://melkor.dnp.fmph.uniba.sk/~garabik/pydf/%{name}_%{version}.tar.gz -# Source0-md5: bcb11691df8d7621c3071f96342863fe +# Source0-md5: 81af7f7f86bd8e18b192953dc19b4a38 URL: http://melkor.dnp.fmph.uniba.sk/~garabik/pydf/ +BuildRequires: rpm-pythonprov Requires: python >= 1.5.2 Requires: python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,8 +42,7 @@ %defattr(644,root,root,755) %doc README %attr(755,root,root) %{_bindir}/pydf -%config %{_sysconfdir}/pydfrc - +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pydfrc %{_mandir}/man1/pydf.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -51,6 +51,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2005/10/12 09:26:34 darekr +- updated to 0.9.8.5 +- BR: rpm-pythonprov +- noreplace for %config, added %verify() for config file + Revision 1.19 2004/10/31 21:05:47 paladine - spaces->tabs - formatting ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pydf.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
