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 openpkg-web openpkg$ Date: 29-May-2003 10:30:31
Branch: HEAD Handle: 2003052909302803
Modified files:
openpkg-re/vcheck vc.findutils
openpkg-src/findutils findutils.spec
openpkg-web news.txt
Log:
upgrading package: findutils 4.1.7 -> 4.1.20
Summary:
Revision Changes Path
1.3 +2 -3 openpkg-re/vcheck/vc.findutils
1.28 +13 -7 openpkg-src/findutils/findutils.spec
1.4619 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.findutils
============================================================================
$ cvs diff -u -r1.2 -r1.3 vc.findutils
--- openpkg-re/vcheck/vc.findutils 19 Dec 2002 10:19:44 -0000 1.2
+++ openpkg-re/vcheck/vc.findutils 29 May 2003 08:30:28 -0000 1.3
@@ -2,9 +2,8 @@
}
prog findutils = {
- version = 4.1.7
- comment = "rse: after re-organisation on gnu.org, it was not uploaded again"
- url = ftp://alpha.gnu.org/gnu/
+ version = 4.1.20
+ url = ftp://alpha.gnu.org/gnu/findutils/
regex = findutils-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/findutils/findutils.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 findutils.spec
--- openpkg-src/findutils/findutils.spec 8 Apr 2003 15:28:26 -0000 1.27
+++ openpkg-src/findutils/findutils.spec 29 May 2003 08:30:31 -0000 1.28
@@ -32,11 +32,11 @@
Distribution: OpenPKG [BASE]
Group: Utility
License: GPL
-Version: 4.1.7
-Release: 20030408
+Version: 4.1.20
+Release: 20030529
# list of sources
-Source0: ftp://alpha.gnu.org/gnu/findutils-%{version}.tar.gz
+Source0: ftp://alpha.gnu.org/gnu/findutils/findutils-%{version}.tar.gz
Source1: rc.findutils
# build information
@@ -54,13 +54,19 @@
%setup -q
%build
- CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O}" \
+ CC="%{l_cc}"
+ CFLAGS="%{l_cflags -O}"
+ CPPFLAGS=""
+ case "%{l_target}" in
+ *-freebsd* ) CPPFLAGS="-DHAVE_F_FSTYPENAME_IN_STATFS" ;;
+ esac
+ export CC CFLAGS CPPFLAGS
./configure \
--prefix=%{l_prefix} \
+ --libexecdir=%{l_prefix}/libexec/findutils \
--localstatedir=%{l_prefix}/var/findutils \
--disable-nls
- %{l_make} %{l_mflags -O}
+ %{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@@ -74,7 +80,7 @@
%{SOURCE rc.findutils} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
- strip $RPM_BUILD_ROOT%{l_prefix}/libexec/* 2>/dev/null || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/libexec/findutils/* 2>/dev/null || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4618 -r1.4619 news.txt
--- openpkg-web/news.txt 29 May 2003 08:07:18 -0000 1.4618
+++ openpkg-web/news.txt 29 May 2003 08:30:29 -0000 1.4619
@@ -1,3 +1,4 @@
+29-May-2003: Upgraded package: P<findutils-4.1.20-20030529>
29-May-2003: Upgraded package: P<mkisofs-2.0.3-20030529>
29-May-2003: Upgraded package: P<uvscan-4.1.6.4267-20030529>
29-May-2003: Upgraded package: P<netpbm-10.11.9-20030529>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]