OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Jan-2005 18:18:44
Branch: HEAD Handle: 2005012417184300
Modified files:
openpkg-src/pinfo pinfo.spec
Removed files:
openpkg-src/pinfo config.guess config.sub
Log:
reduce maintenance and increase precision by depending on new external
config package
Summary:
Revision Changes Path
1.2 +0 -1435 openpkg-src/pinfo/config.guess
1.2 +0 -1537 openpkg-src/pinfo/config.sub
1.41 +6 -6 openpkg-src/pinfo/pinfo.spec
____________________________________________________________________________
rm -f openpkg-src/pinfo/config.guess <<'@@ .'
Index: openpkg-src/pinfo/config.guess
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
rm -f openpkg-src/pinfo/config.sub <<'@@ .'
Index: openpkg-src/pinfo/config.sub
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pinfo/pinfo.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 pinfo.spec
--- openpkg-src/pinfo/pinfo.spec 1 Jan 2005 10:53:53 -0000 1.40
+++ openpkg-src/pinfo/pinfo.spec 24 Jan 2005 17:18:43 -0000 1.41
@@ -34,17 +34,15 @@
Group: Text
License: GPL
Version: 0.6.8
-Release: 20040210
+Release: 20050124
# list of sources
Source0:
http://dione.ids.pl/~pborys/software/pinfo/pinfo-%{version}.tar.gz
-Source1: config.guess
-Source2: config.sub
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, config
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -63,8 +61,10 @@
%prep
%setup -q
- cp %{SOURCE config.guess} %{SOURCE config.sub} .
- chmod a+x config.guess config.sub
+ %{l_shtool} subst \
+ -e
's;^\(ac_config_sub=\)$ac_aux_dir/;\1%{l_prefix}/libexec/config/;' \
+ -e
's;^\(ac_config_guess=\)$ac_aux_dir/;\1%{l_prefix}/libexec/config/;' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]