OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 16-Oct-2002 18:10:49
Branch: HEAD Handle: 2002101617104701
Added files:
openpkg-re/vcheck vc.tardy
openpkg-src/tardy tardy.patch tardy.spec
Modified files:
openpkg-web news.txt
Log:
new package: tardy 1.10 (Tar File Post-Processor)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.tardy
1.1 +20 -0 openpkg-src/tardy/tardy.patch
1.1 +82 -0 openpkg-src/tardy/tardy.spec
1.1802 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.tardy
============================================================
$ cvs update -p -r1.1 vc.tardy
config = {
}
prog tardy = {
version = 1.10
url = http://www.canb.auug.org.au/~millerp/tardy.html
regex = tardy-(__VER__)\.tar\.gz
}
Index: openpkg-src/tardy/tardy.patch
============================================================
$ cvs update -p -r1.1 tardy.patch
--- common/error.cc Wed Oct 16 13:53:49 2002
+++ common/error.cc Wed Oct 16 18:01:24 2002
@@ -28,6 +28,7 @@
#include <ac/stdlib.h>
#include <ac/string.h>
+#include <sys/types.h>
#include <grp.h>
#include <pwd.h>
#include <ac/unistd.h>
--- common/tar/input/filename.cc Wed Oct 16 13:53:49 2002
+++ common/tar/input/filename.cc Wed Oct 16 18:01:36 2002
@@ -27,7 +27,6 @@
#include <ac/unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/sysmacros.h>
#include <pwd.h>
#include <grp.h>
Index: openpkg-src/tardy/tardy.spec
============================================================
$ cvs update -p -r1.1 tardy.spec
##
## tardy.spec -- OpenPKG RPM Specification
## Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH
## Copyright (c) 2000-2002 The OpenPKG Project <http://www.openpkg.org/>
## Copyright (c) 2000-2002 Ralf S. Engelschall <[EMAIL PROTECTED]>
##
## 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: tardy
Summary: Tar File Post-Processor
URL: http://www.canb.auug.org.au/~millerp/tardy.html
Vendor: Peter Miller
Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Archiver
License: GPL
Version: 1.10
Release: 20021016
# list of sources
Source0: http://www.canb.auug.org.au/~millerp/tardy-%{version}.tar.gz
Patch0: tardy.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
%description
The tardy program is a tar(1) post-processor. It may be used to
manipulate the file headers in tar(5) archive files in various ways.
It was designed to allow you to alter certain characteristics of
files after they have been included in the tar file. Among them
are: change file owner (by number or name); change file group (by
number or name); add directory prefix (e.g. dot) and change file
protections (e.g. from 600 to 644).
%prep
%setup -q
%patch -p0
%build
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install
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
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1801 -r1.1802 news.txt
--- openpkg-web/news.txt 16 Oct 2002 11:33:25 -0000 1.1801
+++ openpkg-web/news.txt 16 Oct 2002 16:10:47 -0000 1.1802
@@ -1,3 +1,4 @@
+16-Oct-2002: New package: P<tardy-1.10-20021016>
16-Oct-2002: Upgraded package: P<squid-2.5.1-20021016>
16-Oct-2002: Upgraded package: P<perl-xml-20021016-20021016>
16-Oct-2002: Upgraded package: P<vim-6.1.229-20021016>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]