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: 27-Jan-2003 11:44:00
Branch: HEAD Handle: 2003012710435901
Modified files:
openpkg-src/latex2html latex2html.spec
openpkg-web news.txt
Log:
also update on deinstallation
Summary:
Revision Changes Path
1.2 +9 -6 openpkg-src/latex2html/latex2html.spec
1.3054 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/latex2html/latex2html.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 latex2html.spec
--- openpkg-src/latex2html/latex2html.spec 25 Jan 2003 16:57:43 -0000 1.1
+++ openpkg-src/latex2html/latex2html.spec 27 Jan 2003 10:44:00 -0000 1.2
@@ -37,7 +37,7 @@
Group: Misc
License: GPL
Version: %{V_opkg}
-Release: 20030125
+Release: 20030127
# list of sources
Source0:
http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/latex2html-%{V_dist}.tar.gz
@@ -105,9 +105,12 @@
rm -rf $RPM_BUILD_ROOT
%post
- if [ $1 -eq 1 ]; then
- echo "Running mktexlsr to rebuild teTeX ls-R database..." |\
- %{l_rpmtool} msg -t notice
- %{l_prefix}/bin/mktexlsr
- fi
+ echo "Running mktexlsr to rebuild teTeX ls-R database..." |\
+ %{l_rpmtool} msg -t notice
+ %{l_prefix}/bin/mktexlsr
+
+%postun
+ echo "Running mktexlsr to rebuild teTeX ls-R database..." |\
+ %{l_rpmtool} msg -t notice
+ %{l_prefix}/bin/mktexlsr
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3053 -r1.3054 news.txt
--- openpkg-web/news.txt 26 Jan 2003 18:48:10 -0000 1.3053
+++ openpkg-web/news.txt 27 Jan 2003 10:43:59 -0000 1.3054
@@ -1,3 +1,4 @@
+27-Jan-2003: Upgraded package: P<latex2html-2002.2.1-20030127>
26-Jan-2003: Upgraded package: P<slang-1.4.8-20030126>
26-Jan-2003: New package: P<xemacs-21.4.12-20030126>
26-Jan-2003: Upgraded package: P<ncurses-5.3.20030125-20030126>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]