OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Apr-2006 14:58:50
Branch: HEAD Handle: 2006042713585000
Modified files:
openpkg-src/libarchive libarchive.spec
Log:
bsdtar(1) is now part of libarchive, so strip it; bsdtar package is
obsolete
Summary:
Revision Changes Path
1.40 +2 -1 openpkg-src/libarchive/libarchive.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libarchive/libarchive.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 libarchive.spec
--- openpkg-src/libarchive/libarchive.spec 24 Mar 2006 07:58:24 -0000
1.39
+++ openpkg-src/libarchive/libarchive.spec 27 Apr 2006 12:58:50 -0000
1.40
@@ -33,7 +33,7 @@
Group: Archiver
License: MIT-style
Version: 1.2.53
-Release: 20060324
+Release: 20060427
# list of sources
Source0:
http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%{version}.tar.gz
@@ -75,6 +75,7 @@
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]