Author: qboosh Date: Fri Jan 11 22:23:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - files cleanup - GPL v2+
---- Files affected: SPECS: dynagen.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/dynagen.spec diff -u SPECS/dynagen.spec:1.4 SPECS/dynagen.spec:1.5 --- SPECS/dynagen.spec:1.4 Fri Jan 11 23:16:30 2008 +++ SPECS/dynagen.spec Fri Jan 11 23:23:09 2008 @@ -4,15 +4,16 @@ Name: dynagen Version: 0.10.1 Release: 0.1 -License: GPL v2 +License: GPL v2+ Group: Networking/Utilities Source0: http://dl.sourceforge.net/dyna-gen/%{name}-%{version}.tar.gz # Source0-md5: 4ca26e4b4b8bee61a77f92eace8404d0 Patch0: %{name}-debian.patch URL: http://dynagen.org/ -BuildRequires: python-devel -BuildRequires: python-modules +BuildRequires: python-devel >= 1:2.5 +BuildRequires: python-modules >= 1:2.5 BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 BuildRequires: sed >= 4.0 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -69,11 +70,13 @@ %files %defattr(644,root,root,755) -%doc README* COPYING docs sample_labs -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* -%attr(755,root,root) %{_bindir}/* +%doc README.txt docs sample_labs +%dir %{_sysconfdir}/dynagen +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dynagen/dynagen.ini +%attr(755,root,root) %{_bindir}/dynagen %{py_sitescriptdir}/*.py[co] -%{_mandir}/man1/*.1* +%{py_sitescriptdir}/dynagen-*.egg-info +%{_mandir}/man1/dynagen.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -81,6 +84,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008-01-11 22:23:09 qboosh +- files cleanup +- GPL v2+ + Revision 1.4 2008-01-11 22:16:30 qboosh - pl - don't own /etc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dynagen.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
