Author: sparky Date: Fri May 14 22:48:06 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR/R: perl-base instead of perl - BR: perl-tools-pod
---- Files affected: packages/sudoscript: sudoscript.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/sudoscript/sudoscript.spec diff -u packages/sudoscript/sudoscript.spec:1.1 packages/sudoscript/sudoscript.spec:1.2 --- packages/sudoscript/sudoscript.spec:1.1 Sat May 15 00:39:42 2010 +++ packages/sudoscript/sudoscript.spec Sat May 15 00:48:01 2010 @@ -13,11 +13,11 @@ Source0: http://sudoscript.org/%{name}-%{version}.tar.gz # Source0-md5: ac0f8128eef9bf19f06092a1a6d6cf94 Patch0: %{name}-init.patch -%define __make /usr/bin/make -j1 URL: http://sudoscript.org -BuildRequires: perl +BuildRequires: perl-base +BuildRequires: perl-tools-pod Requires: /sbin/chkconfig -Requires: perl +Requires: perl-base Requires: sudo Provides: ss Provides: sudoscriptd @@ -43,11 +43,11 @@ %patch0 -p1 %build -%{__make} doc +%{__make} -j1 doc %install rm -rf $RPM_BUILD_ROOT -%{__make} \ +%{__make} -j1 \ DESTDIR=$RPM_BUILD_ROOT \ SSRPM="n" \ INSTALL=install \ @@ -112,6 +112,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/05/14 22:48:01 sparky +- BR/R: perl-base instead of perl +- BR: perl-tools-pod + Revision 1.1 2010/05/14 22:39:42 mguevara - initial sudoscript package based on the original spec - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sudoscript/sudoscript.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
