head 1.35; access; symbols OPENPKG_E1_MP_HEAD:1.35 OPENPKG_E1_MP:1.35 OPENPKG_CW_FP:1.18; locks; strict; comment @-- @; 1.35 date 2006.04.27.12.59.09; author rse; state dead; branches; next 1.34; commitid 8ANnw4T2nNKtVNur; 1.34 date 2006.02.14.07.20.11; author rse; state Exp; branches; next 1.33; commitid qFpnLAupt2fGmwlr; 1.33 date 2006.01.01.13.12.26; author rse; state Exp; branches; next 1.32; commitid otZG8yKMCw1JFTfr; 1.32 date 2005.11.08.07.08.00; author rse; state Exp; branches; next 1.31; commitid 3kYiksWyqJeOrV8r; 1.31 date 2005.10.13.18.09.16; author rse; state Exp; branches; next 1.30; 1.30 date 2005.09.25.07.54.05; author rse; state Exp; branches; next 1.29; 1.29 date 2005.09.21.06.24.07; author rse; state Exp; branches; next 1.28; 1.28 date 2005.09.07.08.05.45; author steve; state Exp; branches; next 1.27; 1.27 date 2005.08.10.19.27.47; author cs; state Exp; branches; next 1.26; 1.26 date 2005.06.11.07.49.46; author rse; state Exp; branches; next 1.25; 1.25 date 2005.06.04.18.06.38; author rse; state Exp; branches; next 1.24; 1.24 date 2005.06.02.07.59.48; author rse; state Exp; branches; next 1.23; 1.23 date 2005.05.01.06.42.49; author rse; state Exp; branches; next 1.22; 1.22 date 2005.04.18.17.57.28; author rse; state Exp; branches; next 1.21; 1.21 date 2005.04.18.11.26.16; author rse; state Exp; branches; next 1.20; 1.20 date 2005.04.12.16.57.08; author rse; state Exp; branches; next 1.19; 1.19 date 2005.03.24.11.18.30; author rse; state Exp; branches; next 1.18; 1.18 date 2005.03.16.09.41.26; author rse; state Exp; branches; next 1.17; 1.17 date 2005.03.15.18.36.43; author rse; state Exp; branches; next 1.16; 1.16 date 2005.03.14.09.20.16; author ms; state Exp; branches; next 1.15; 1.15 date 2005.03.13.08.07.11; author rse; state Exp; branches; next 1.14; 1.14 date 2005.02.25.18.25.57; author rse; state Exp; branches; next 1.13; 1.13 date 2005.02.22.20.10.38; author rse; state Exp; branches; next 1.12; 1.12 date 2005.02.13.08.22.47; author rse; state Exp; branches; next 1.11; 1.11 date 2005.02.09.14.35.31; author rse; state Exp; branches; next 1.10; 1.10 date 2005.02.07.18.26.54; author rse; state Exp; branches; next 1.9; 1.9 date 2005.02.07.13.58.13; author rse; state Exp; branches; next 1.8; 1.8 date 2005.01.26.08.31.51; author hms; state Exp; branches; next 1.7; 1.7 date 2005.01.23.19.22.51; author rse; state Exp; branches; next 1.6; 1.6 date 2005.01.17.08.56.17; author hms; state Exp; branches; next 1.5; 1.5 date 2005.01.01.10.48.09; author rse; state Exp; branches; next 1.4; 1.4 date 2004.12.22.17.19.10; author ms; state Exp; branches; next 1.3; 1.3 date 2004.11.15.18.55.14; author rse; state Exp; branches; next 1.2; 1.2 date 2004.09.07.18.01.07; author rse; state Exp; branches; next 1.1; 1.1 date 2004.08.24.08.38.47; author rse; state Exp; branches; next ; desc @@ 1.35 log @remove bsdtar package: it is now already contained in libarchive as the vendor merged bsdtar into libarchive recently @ text @## ## bsdtar.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2006 OpenPKG Foundation e.V. ## Copyright (c) 2000-2006 Ralf S. Engelschall ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## # package information Name: bsdtar Summary: BSD Archiving Tool URL: http://people.freebsd.org/~kientzle/libarchive/ Vendor: Tim Kientzle Packager: OpenPKG Distribution: OpenPKG Class: EVAL Group: Archiver License: MIT-style Version: 1.2.38 Release: 20060214 # list of sources Source0: http://people.freebsd.org/~kientzle/libarchive/src/bsdtar-%{version}.tar.gz # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130 PreReq: OpenPKG, openpkg >= 20040130 BuildPreReq: libarchive >= %{version}, zlib, bzip2, getopt PreReq: libarchive >= %{version}, zlib, bzip2, getopt AutoReq: no AutoReqProv: no %description The bsdtar program is an implementation of tar(1) that is built on top of libarchive. It is the new vendor tar(1) from FreeBSD 5. %track prog bsdtar = { version = %{version} url = http://people.freebsd.org/~kientzle/libarchive/src/ regex = bsdtar-(__VER__)\.tar\.gz } %prep %setup -q %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ LIBS="-lgetopt" \ ./configure \ --prefix=%{l_prefix} %{l_make} %{l_mflags -O} %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 %clean rm -rf $RPM_BUILD_ROOT @ 1.34 log @upgrading package: bsdtar 1.2.37 -> 1.2.38 @ text @@ 1.33 log @adjust copyrights for new year 2006 @ text @d35 2 a36 2 Version: 1.2.37 Release: 20051108 @ 1.32 log @upgrading package: bsdtar 1.02.036 -> 1.2.37 @ text @d3 2 a4 2 ## Copyright (c) 2000-2005 OpenPKG Foundation e.V. ## Copyright (c) 2000-2005 Ralf S. Engelschall @ 1.31 log @upgrading package: bsdtar 1.02.034 -> 1.02.036 @ text @d35 2 a36 2 Version: 1.02.036 Release: 20051013 @ 1.30 log @upgrading package: bsdtar 1.02.033 -> 1.02.034 @ text @d35 2 a36 2 Version: 1.02.034 Release: 20050925 @ 1.29 log @upgrading package: bsdtar 1.02.032 -> 1.02.033 @ text @d35 2 a36 2 Version: 1.02.033 Release: 20050921 @ 1.28 log @upgrading package: bsdtar 1.02.030 -> 1.02.032 @ text @d35 2 a36 2 Version: 1.02.032 Release: 20050907 @ 1.27 log @upgrading package: bsdtar 1.02.027 -> 1.02.030 @ text @d35 2 a36 2 Version: 1.02.030 Release: 20050810 @ 1.26 log @upgrading package: bsdtar 1.02.026 -> 1.02.027 @ text @d35 2 a36 2 Version: 1.02.027 Release: 20050611 @ 1.25 log @upgrading package: bsdtar 1.02.025 -> 1.02.026 @ text @d35 2 a36 2 Version: 1.02.026 Release: 20050604 @ 1.24 log @upgrading package: bsdtar 1.02.023 -> 1.02.025 @ text @d35 2 a36 2 Version: 1.02.025 Release: 20050602 @ 1.23 log @upgrading package: bsdtar 1.02.019 -> 1.02.023 @ text @d35 2 a36 2 Version: 1.02.023 Release: 20050501 @ 1.22 log @upgrading package: bsdtar 1.02.018 -> 1.02.019 @ text @d35 2 a36 2 Version: 1.02.019 Release: 20050418 @ 1.21 log @upgrading package: bsdtar 1.02.017 -> 1.02.018 @ text @d35 1 a35 1 Version: 1.02.018 @ 1.20 log @upgrading package: bsdtar 1.02.016 -> 1.02.017 @ text @d35 2 a36 2 Version: 1.02.017 Release: 20050412 @ 1.19 log @Adjust the copyright declaration in this (RSE's) copy of the OpenPKG source code now that the fork point for C&W was established (CVS tag OPENPKG_CW_FP), the shared copyright agreement between RSE and C&W is no longer active (as C&W no longer officially sponsors OpenPKG) and the new shared copyright from RSE can be taken over by the newly established juristic entity OpenPKG Foundation e.V. (instead of the non-juristic entity OpenPKG Project). @ text @d35 2 a36 2 Version: 1.02.016 Release: 20050316 @ 1.18 log @upgrading package: bsdtar 1.02.015 -> 1.02.016 @ text @d2 3 a4 4 ## bsdtar.spec -- OpenPKG RPM Specification ## Copyright (c) 2000-2005 The OpenPKG Project ## Copyright (c) 2000-2005 Ralf S. Engelschall ## Copyright (c) 2000-2005 Cable & Wireless d30 1 a30 1 Packager: The OpenPKG Project @ 1.17 log @upgrading package: bsdtar 1.02.014 -> 1.02.015 @ text @d36 2 a37 2 Version: 1.02.015 Release: 20050315 @ 1.16 log @upgrading package: bsdtar 1.02.013 -> 1.02.014 @ text @d36 2 a37 2 Version: 1.02.014 Release: 20050314 @ 1.15 log @upgrading package: bsdtar 1.02.010 -> 1.02.013 @ text @d36 2 a37 2 Version: 1.02.013 Release: 20050313 @ 1.14 log @upgrading package: bsdtar 1.02.009 -> 1.02.010 @ text @d36 2 a37 2 Version: 1.02.010 Release: 20050225 @ 1.13 log @upgrading package: bsdtar 1.02.006 -> 1.02.009 @ text @d36 2 a37 2 Version: 1.02.009 Release: 20050222 @ 1.12 log @upgrading package: bsdtar 1.02.005 -> 1.02.006 @ text @d36 2 a37 2 Version: 1.02.006 Release: 20050213 @ 1.11 log @upgrading package: bsdtar 1.02.004 -> 1.02.005 @ text @d36 2 a37 2 Version: 1.02.005 Release: 20050209 d47 2 a48 2 BuildPreReq: libarchive, zlib, bzip2, getopt PreReq: libarchive, zlib, bzip2, getopt @ 1.10 log @upgrading package: bsdtar 1.02.003 -> 1.02.004 @ text @d36 2 a37 2 Version: 1.02.004 Release: 20050207 @ 1.9 log @upgrading package: bsdtar 1.02.002 -> 1.02.003 @ text @d36 1 a36 1 Version: 1.02.003 @ 1.8 log @upgrading package: bsdtar 1.02.001 -> 1.02.002 @ text @d36 2 a37 2 Version: 1.02.002 Release: 20050126 @ 1.7 log @upgrading package: bsdtar 1.01.023 -> 1.02.001 @ text @d36 2 a37 2 Version: 1.02.001 Release: 20050123 @ 1.6 log @update from 1.01.022 to 1.01.023 @ text @d36 2 a37 2 Version: 1.01.023 Release: 20050117 @ 1.5 log @Happy New Year 2005 @ text @d36 2 a37 2 Version: 1.01.022 Release: 20041222 @ 1.4 log @upgrading package: bsdtar 1.01.020 -> 1.01.022 @ text @d3 3 a5 3 ## Copyright (c) 2000-2004 The OpenPKG Project ## Copyright (c) 2000-2004 Ralf S. Engelschall ## Copyright (c) 2000-2004 Cable & Wireless @ 1.3 log @upgrading package: bsdtar 1.01.015 -> 1.01.020 @ text @d36 2 a37 2 Version: 1.01.020 Release: 20041115 @ 1.2 log @fix tracking and upgrade @ text @d36 2 a37 2 Version: 1.01.015 Release: 20040907 @ 1.1 log @new package: bsdtar 1.01.011 (BSD Archiving Tool) @ text @d36 2 a37 2 Version: 1.01.011 Release: 20040824 d59 1 a59 1 url = ftp://ftp.bsdtar.org/pub/bsdtar/ @