]> git.pld-linux.org Git - packages/dynagen.git/commitdiff
- files cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Jan 2008 22:23:09 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- GPL v2+

Changed files:
    dynagen.spec -> 1.5

dynagen.spec

index 1b20d36cd5002bcd90f3b75d98e37e47972cfbf5..e662368823c0c2b053cf66ac4a1749816654059b 100644 (file)
@@ -3,15 +3,16 @@ Summary(pl.UTF-8):    Kontroler emulatora routera Cisco
 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)
@@ -68,8 +69,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %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*
This page took 0.156777 seconds and 4 git commands to generate.