[CVS] OpenPKG: openpkg-src/libarchive/ libarchive.spec

2006-04-27 Thread Christoph Schug
  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:
RevisionChanges 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.spec24 Mar 2006 07:58:24 -  
1.39
  +++ openpkg-src/libarchive/libarchive.spec27 Apr 2006 12:58:50 -  
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 21 || true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/bsdtar/ bsdtar.spec

2006-04-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Apr-2006 14:59:09
  Branch: HEAD Handle: 2006042713590900

  Removed files:
openpkg-src/bsdtar  bsdtar.spec

  Log:
remove bsdtar package: it is now already contained in libarchive as
the vendor merged bsdtar into libarchive recently

  Summary:
RevisionChanges Path
1.35+0  -85 openpkg-src/bsdtar/bsdtar.spec
  

  rm -f openpkg-src/bsdtar/bsdtar.spec '@@ .'
  Index: openpkg-src/bsdtar/bsdtar.spec
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/libarchive/ libarchive.spec

2006-04-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Apr-2006 15:01:49
  Branch: HEAD Handle: 2006042714014900

  Modified files:
openpkg-src/libarchive  libarchive.spec

  Log:
add hint that this package contains both the library and the frontend
utility

  Summary:
RevisionChanges Path
1.41+1  -0  openpkg-src/libarchive/libarchive.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/libarchive/libarchive.spec
  
  $ cvs diff -u -r1.40 -r1.41 libarchive.spec
  --- openpkg-src/libarchive/libarchive.spec27 Apr 2006 12:58:50 -  
1.40
  +++ openpkg-src/libarchive/libarchive.spec27 Apr 2006 13:01:49 -  
1.41
  @@ -52,6 +52,7 @@
   Libarchive is a programming library that can create and read several
   different streaming archive formats, including most popular TAR
   variants and several CPIO formats. It can also write SHAR archives.
  +The package contains a tar(1) compatible frontend, too.
   
   %track
   prog libarchive = {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org