OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Aug-2002 12:49:59
Branch: HEAD Handle: 2002082911495900
Modified files:
openpkg-src/pgp2 pgp2.spec
Log:
Fixed missing language.idx index
Summary:
Revision Changes Path
1.12 +4 -2 openpkg-src/pgp2/pgp2.spec
____________________________________________________________________________
Index: openpkg-src/pgp2/pgp2.spec
============================================================
$ cvs diff -u -r1.11 -r1.12 pgp2.spec
--- openpkg-src/pgp2/pgp2.spec 29 Aug 2002 09:41:20 -0000 1.11
+++ openpkg-src/pgp2/pgp2.spec 29 Aug 2002 10:49:59 -0000 1.12
@@ -41,6 +41,7 @@
# list of sources
Source0: ftp://ftp.pgpi.org/pub/pgp/%{V_short}/src/pgp%{V_strip}is.tar.gz
+Source1: language.idx
Patch0: keygen.patch
Patch1: system.patch
@@ -113,7 +114,8 @@
# install configuration, language, and help files
%{l_shtool} install -c -m 644 \
- config.txt language.txt *.hlp doc/pgpdoc[12].txt \
+ config.txt *.hlp doc/pgpdoc[12].txt \
+ language.txt %{SOURCE language.idx} \
$RPM_BUILD_ROOT%{l_prefix}/etc/pgp2/
# determine installation files and mark configs
@@ -124,5 +126,5 @@
%files -f files
%clean
- rm -rf $RPM_BUILD_ROOT
+# rm -rf $RPM_BUILD_ROOT
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]