Browse Source

Fixed missing language.idx index

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
4244432fb6
  1. 6
      pgp2/pgp2.spec

6
pgp2/pgp2.spec

@ -41,6 +41,7 @@ Release: 20020629
# 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 @@ AutoReqProv: no
# 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 @@ AutoReqProv: no
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
# rm -rf $RPM_BUILD_ROOT

Loading…
Cancel
Save