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: 06-Feb-2004 12:23:53
Branch: HEAD Handle: 2004020611235102
Modified files:
openpkg-src/txt2html txt2html.spec
openpkg-web news.txt
Log:
fix packaging
Summary:
Revision Changes Path
1.15 +5 -5 openpkg-src/txt2html/txt2html.spec
1.8455 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/txt2html/txt2html.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 txt2html.spec
--- openpkg-src/txt2html/txt2html.spec 3 Feb 2004 20:07:04 -0000 1.14
+++ openpkg-src/txt2html/txt2html.spec 6 Feb 2004 11:23:53 -0000 1.15
@@ -34,7 +34,7 @@
Group: Converter
License: GPL/Artistic
Version: 2.21
-Release: 20040203
+Release: 20040206
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/txt2html/txt2html-%{version}.tar.gz
@@ -42,7 +42,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, perl
PreReq: OpenPKG, openpkg >= 20040130, perl
AutoReq: no
AutoReqProv: no
@@ -64,10 +64,10 @@
%build
( echo "#!%{l_prefix}/bin/perl"
echo ""; echo "=pod"; echo ""
- cat txt2html.PL |\
+ cat txt2html |\
sed -e '1,3d' \
-e 's:^\(use \):use lib "%{l_prefix}/libexec/txt2html"; \1:'
- ) >txt2html
+ ) >txt2html.sh
%{l_prefix}/bin/pod2man txt2html >txt2html.1
%install
@@ -78,7 +78,7 @@
$RPM_BUILD_ROOT%{l_prefix}/libexec/txt2html/HTML \
$RPM_BUILD_ROOT%{l_prefix}/share/txt2html
%{l_shtool} install -c -m 755 \
- txt2html $RPM_BUILD_ROOT%{l_prefix}/bin/
+ txt2html.sh $RPM_BUILD_ROOT%{l_prefix}/bin/txt2html
%{l_shtool} install -c -m 644 \
txt2html.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_shtool} install -c -m 644 \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8454 -r1.8455 news.txt
--- openpkg-web/news.txt 6 Feb 2004 11:18:10 -0000 1.8454
+++ openpkg-web/news.txt 6 Feb 2004 11:23:51 -0000 1.8455
@@ -1,3 +1,4 @@
+06-Feb-2004: Upgraded package: P<txt2html-2.21-20040206>
06-Feb-2004: Upgraded package: P<syslog-ng-1.6.2-20040206>
06-Feb-2004: Upgraded package: P<pks-0.9.6-20040206>
06-Feb-2004: Upgraded package: P<portsentry-1.1-20040206>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]