OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Feb-2003 16:58:45
Branch: HEAD Handle: 2003021215584302
Modified files:
openpkg-src/html2ps html2ps.spec
openpkg-web news.txt
Log:
New package html2ps
Summary:
Revision Changes Path
1.2 +23 -3 openpkg-src/html2ps/html2ps.spec
1.3280 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/html2ps/html2ps.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 html2ps.spec
--- openpkg-src/html2ps/html2ps.spec 12 Feb 2003 13:56:56 -0000 1.1
+++ openpkg-src/html2ps/html2ps.spec 12 Feb 2003 15:58:45 -0000 1.2
@@ -37,12 +37,13 @@
# list of sources
Source0: http://www.tdb.uu.se/~jan/html2ps-%{version}.tar.gz
+Source1: html2psrc
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, perl
-PreReq: OpenPKG, openpkg >= 20030103, perl
+BuildPreReq: OpenPKG, openpkg >= 20030103, perl, perl-www, netpbm
+PreReq: OpenPKG, openpkg >= 20030103, perl, perl-www, netpbm
AutoReq: no
AutoReqProv: no
@@ -57,7 +58,26 @@
%install
rm -rf $RPM_BUILD_ROOT
- ./install
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/bin \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/html2ps \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man5
+ %{l_shtool} install -c -m 755 -e
's;/usr/local/lib/html2ps/;%{l_prefix}/lib/html2ps/;g'\
+ html2ps $RPM_BUILD_ROOT%{l_prefix}/bin/
+ %{l_shtool} install -c -m 644 \
+ sample $RPM_BUILD_ROOT%{l_prefix}/etc/html2ps/html2ps.rc
+ %{l_shtool} install -c -m 644 -e 's;@l_prefix@;%{l_prefix};g' \
+ %{SOURCE html2psrc} $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
+ %{l_shtool} install -c -m 644 \
+ html2ps.html $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
+ %{l_shtool} install -c -m 644 \
+ hyphen.tex $RPM_BUILD_ROOT%{l_prefix}/lib/html2ps/
+ %{l_shtool} install -c -m 644 \
+ html2ps.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
+ %{l_shtool} install -c -m 644 \
+ html2psrc.5 $RPM_BUILD_ROOT%{l_prefix}/man/man5/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3279 -r1.3280 news.txt
--- openpkg-web/news.txt 12 Feb 2003 15:04:01 -0000 1.3279
+++ openpkg-web/news.txt 12 Feb 2003 15:58:43 -0000 1.3280
@@ -1,3 +1,4 @@
+12-Feb-2003: Upgraded package: P<html2ps-1.0b3-20030212>
12-Feb-2003: Upgraded package: P<sasl-2.1.12-20030212>
12-Feb-2003: Upgraded package: P<lmtp2nntp-1.2b3-20030212>
12-Feb-2003: Upgraded package: P<xmame-0.65.1-20030212>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]