OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-May-2004 23:45:25
Branch: HEAD Handle: 2004050822452500
Modified files:
openpkg-src/spread spread.spec
Log:
build in %build instead of in %install
Summary:
Revision Changes Path
1.30 +5 -2 openpkg-src/spread/spread.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/spread/spread.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 spread.spec
--- openpkg-src/spread/spread.spec 21 Feb 2004 15:33:27 -0000 1.29
+++ openpkg-src/spread/spread.spec 8 May 2004 21:45:25 -0000 1.30
@@ -34,7 +34,7 @@
Group: Network
License: BSD-style
Version: 3.17.1
-Release: 20040221
+Release: 20040508
# package options
%option with_perl no
@@ -94,11 +94,14 @@
--with-mantype=man \
--disable-shared
%{l_make} %{l_mflags -O}
+%if "%{with_perl}" == "yes"
+ %{l_prefix}/bin/perl-openpkg -d perl/Spread prepare configure build
+%endif
%install
rm -rf $RPM_BUILD_ROOT
%if "%{with_perl}" == "yes"
- %{l_prefix}/bin/perl-openpkg -d perl/Spread prepare configure build install
+ %{l_prefix}/bin/perl-openpkg -d perl/Spread install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%else
>perl-openpkg-files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]