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: 03-Feb-2007 09:40:09
Branch: HEAD Handle: 2007020308400900
Modified files:
openpkg-src/roff roff.spec
Log:
upgrading package: roff 061212 -> 070202
Summary:
Revision Changes Path
1.7 +4 -4 openpkg-src/roff/roff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/roff/roff.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 roff.spec
--- openpkg-src/roff/roff.spec 1 Jan 2007 17:41:32 -0000 1.6
+++ openpkg-src/roff/roff.spec 3 Feb 2007 08:40:09 -0000 1.7
@@ -32,8 +32,8 @@
Class: EVAL
Group: Typesetting
License: BSD/CDDL
-Version: 061212
-Release: 20061213
+Version: 070202
+Release: 20070203
# list of sources
Source0:
http://switch.dl.sourceforge.net/heirloom/heirloom-doctools-%{version}.tar.bz2
@@ -98,8 +98,8 @@
PUBDIR=%{l_prefix}/lib/roff/pub \
INSTALL="%{l_shtool} install"
( cd $RPM_BUILD_ROOT%{l_prefix}/man
- mv man1b man1
- mv man7b man7
+ mv man1b/* man1; rmdir man1b
+ mv man7b/* man7; rmdir man7b
for file in man1/*.1b man7/*.7b; do
mv $file `echo $file | sed -e 's;b$;;'`
done
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]