Author: pawelz Date: Tue Sep 23 16:43:34 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - adapterized
---- Files affected: SPECS: flowd.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/flowd.spec diff -u SPECS/flowd.spec:1.7 SPECS/flowd.spec:1.8 --- SPECS/flowd.spec:1.7 Tue Sep 23 18:40:52 2008 +++ SPECS/flowd.spec Tue Sep 23 18:43:29 2008 @@ -15,17 +15,17 @@ # Source0-md5: 442917bb3c66a81786e9ab1d40006122 URL: http://www.mindrot.org/flowd.html BuildRequires: byacc -BuildRequires: python-devel BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: python-devel BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.268 +Requires(post,preun): /sbin/chkconfig +Requires(postun): /usr/sbin/groupdel +Requires(postun): /usr/sbin/userdel Requires(pre): /bin/id Requires(pre): /usr/bin/getgid Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd -Requires(post,preun): /sbin/chkconfig -Requires(postun): /usr/sbin/groupdel -Requires(postun): /usr/sbin/userdel Requires: rc-scripts Provides: group(flowd) Provides: user(flowd) @@ -106,10 +106,10 @@ %{__make} -cd Flowd-perl +cd Flowd-perl %{__perl} Makefile.PL \ INSTALLDIRS=vendor -%{__make} +%{__make} %{?with_tests:%{__make} test} #python setup.py install --root=$RPM_BUILD_ROOT --optimize=2 @@ -129,7 +129,7 @@ DESTDIR=$RPM_BUILD_ROOT # Python module -./setup.py install --optimize 1 --root=$RPM_BUILD_ROOT +./setup.py install --optimize 1 --root=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -166,7 +166,7 @@ %{_mandir}/man8/flowd.8* %{_mandir}/man8/flowd-reader.8* -%files perl +%files perl %defattr(644,root,root,755) #%%doc reader.pl %{perl_vendorarch}/Flowd.pm @@ -175,7 +175,7 @@ %attr(755,root,root) %{perl_vendorarch}/auto/Flowd/Flowd.so %{_mandir}/man3/Flowd.3pm* -%files python +%files python %defattr(644,root,root,755) %doc reader.py @@ -194,6 +194,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/09/23 16:43:29 pawelz +- adapterized + Revision 1.7 2008/09/23 16:40:52 pawelz - 198 is better uid/gid than XXX - changed user/group name to flowd ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/flowd.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
