SPECS: help2man.spec - simple patch instead of simple workaround (...
sls
sls at pld-linux.org
Wed Dec 19 03:17:38 CET 2007
Author: sls Date: Wed Dec 19 02:17:38 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- simple patch instead of simple workaround (make -j1)
---- Files affected:
SPECS:
help2man.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SPECS/help2man.spec
diff -u SPECS/help2man.spec:1.22 SPECS/help2man.spec:1.23
--- SPECS/help2man.spec:1.22 Mon Dec 10 22:02:20 2007
+++ SPECS/help2man.spec Wed Dec 19 03:17:32 2007
@@ -10,6 +10,7 @@
Source0: http://ftp.debian.org/debian/pool/main/h/help2man/%{name}_%{version}.tar.gz
# Source0-md5: d31a0a38c2ec71faa06723f6b8bd3076
Patch0: %{name}-info.patch
+Patch1: %{name}-make-jN.patch
URL: http://www.gnu.org/software/help2man/
BuildRequires: gettext-devel
BuildRequires: perl-Locale-gettext
@@ -37,6 +38,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%configure
@@ -47,7 +49,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} -j1 install \
+%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
@@ -79,6 +81,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2007-12-19 02:17:32 sls
+- simple patch instead of simple workaround (make -j1)
+
Revision 1.22 2007-12-10 21:02:20 sls
- __make install -j1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/help2man.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list