Author: jasw Date: Tue Apr 6 10:09:20 2010 GMT Module: packages Tag: HEAD ---- Log message: + add missing pymodules confConsole, pemu_lib + remove redundant pymodules + rel 2
---- Files affected: packages/dynagen: dynagen-debian.patch (1.1 -> 1.2) , dynagen.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/dynagen/dynagen-debian.patch diff -u packages/dynagen/dynagen-debian.patch:1.1 packages/dynagen/dynagen-debian.patch:1.2 --- packages/dynagen/dynagen-debian.patch:1.1 Tue Sep 11 20:28:30 2007 +++ packages/dynagen/dynagen-debian.patch Tue Apr 6 12:09:15 2010 @@ -314,7 +314,7 @@ + url = "http://sourceforge.net/projects/dyna-gen", + + scripts = [ 'dynagen' ], -+ data_files = [ ('/etc/dynagen', ['dynagen.ini']), ('/usr/share/man/man1', ['debian/dynagen.1']) ], -+ py_modules = [ 'configobj', 'console', 'dynamips_lib', 'validate' ] ++ data_files = [ ('/etc/', ['dynagen.ini']), ('/usr/share/man/man1', ['debian/dynagen.1']) ], ++ py_modules = [ 'confConsole', 'console', 'dynamips_lib', 'pemu_lib' ] +) + ================================================================ Index: packages/dynagen/dynagen.spec diff -u packages/dynagen/dynagen.spec:1.7 packages/dynagen/dynagen.spec:1.8 --- packages/dynagen/dynagen.spec:1.7 Mon May 18 21:29:29 2009 +++ packages/dynagen/dynagen.spec Tue Apr 6 12:09:15 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Kontroler emulatora routera Cisco Name: dynagen Version: 0.11.0 -Release: 1 +Release: 2 License: GPL v2+ Group: Networking/Utilities Source0: http://dl.sourceforge.net/dyna-gen/%{name}-%{version}.tar.gz @@ -72,12 +72,12 @@ %files %defattr(644,root,root,755) %doc README.txt docs sample_labs -%dir %{_sysconfdir}/dynagen -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dynagen/dynagen.ini +#%dir %{_sysconfdir}/dynagen +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dynagen.ini %attr(755,root,root) %{_bindir}/dynagen %{py_sitescriptdir}/*.py[co] -%exclude %{py_sitescriptdir}/configobj.py[co] -%exclude %{py_sitescriptdir}/validate.py[co] +#%exclude %{py_sitescriptdir}/configobj.py[co] +#%exclude %{py_sitescriptdir}/validate.py[co] %{py_sitescriptdir}/dynagen-*.egg-info %{_mandir}/man1/dynagen.1* @@ -87,6 +87,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/04/06 10:09:15 jasw ++ add missing pymodules confConsole, pemu_lib ++ remove redundant pymodules ++ rel 2 + Revision 1.7 2009/05/18 19:29:29 duddits - up to 0.11.0 - rel. 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dynagen/dynagen-debian.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dynagen/dynagen.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
