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 Date: 23-Jul-2003 21:07:05
Branch: HEAD Handle: 2003072320070401
Modified files:
openpkg-src/cvs cvs.spec
openpkg-web news.txt
Log:
cleanup packaging
Summary:
Revision Changes Path
1.70 +5 -8 openpkg-src/cvs/cvs.spec
1.5767 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 cvs.spec
--- openpkg-src/cvs/cvs.spec 22 Jul 2003 14:09:43 -0000 1.69
+++ openpkg-src/cvs/cvs.spec 23 Jul 2003 19:07:05 -0000 1.70
@@ -37,7 +37,7 @@
Group: SCM
License: GPL
Version: %{V_cvs}
-Release: 20030722
+Release: 20030723
# package options
%option with_fsl yes
@@ -76,12 +76,6 @@
enable/log/control various operations and works well over a wide
area network. CVS keeps a single copy of the master sources. This
copy is called the source repository.
-
- Additionally the following popular CVS tools are included: cvs2cl
- (a tool for assembling a GNU ChangeLog file from "cvs log" output)
- and cvslock (an administration tool for manually locking a CVS
- repository area).
-
%if "%{with_rse}" == "yes"
This version of CVS has the large set of patches applied from
Ralf S. Engelschall <[EMAIL PROTECTED]> (-DRSE_PATCHES). This
@@ -144,6 +138,8 @@
mv $RPM_BUILD_ROOT%{l_prefix}/share/cvs/contrib/* \
$RPM_BUILD_ROOT%{l_prefix}/share/cvs/
rmdir $RPM_BUILD_ROOT%{l_prefix}/share/cvs/contrib
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/cvsbug
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man8/cvsbug.8
) || exit $?
# install CVSlock package
@@ -161,7 +157,8 @@
%{SOURCE rc.cvs} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
# install OSSP fsl configuration
- %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
%{l_shtool} install -c -m 644 %{l_value -s -a} \
%{SOURCE fsl.cvs} \
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5766 -r1.5767 news.txt
--- openpkg-web/news.txt 23 Jul 2003 19:00:54 -0000 1.5766
+++ openpkg-web/news.txt 23 Jul 2003 19:07:04 -0000 1.5767
@@ -1,3 +1,4 @@
+23-Jul-2003: Upgraded package: P<cvs-1.12.1-20030723>
23-Jul-2003: Upgraded package: P<bzip2-1.0.2-20030723>
23-Jul-2003: Upgraded package: P<autoconf-2.57-20030723>
23-Jul-2003: Upgraded package: P<binutils-2.14-20030723>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]