diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ChangeLog | 5 | ||||
-rw-r--r-- | scripts/distfiles | 2 | ||||
-rw-r--r-- | scripts/gnupg.spec.in (renamed from scripts/gnupg.spec) | 11 |
3 files changed, 16 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 7151ecaa3..9437367e3 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 13 12:49:36 CET 1999 Werner Koch <[email protected]> + + * gnupg.spec.in: New + * gnupg.spec: Removed + Wed Dec 23 13:18:14 CET 1998 Werner Koch <[email protected]> * gnupg.spec: Updated version by Fabio Coatti diff --git a/scripts/distfiles b/scripts/distfiles index 142adc6e3..46b32421d 100644 --- a/scripts/distfiles +++ b/scripts/distfiles @@ -4,6 +4,6 @@ install-sh mkinstalldirs mkdiff missing -gnupg.spec +gnupg.spec.in autogen.sh ChangeLog diff --git a/scripts/gnupg.spec b/scripts/gnupg.spec.in index 008abd168..e0cfc61c9 100644 --- a/scripts/gnupg.spec +++ b/scripts/gnupg.spec.in @@ -16,6 +16,11 @@ Provides: gpg openpgp BuildRoot: /tmp/rpmbuild_%{name} %changelog + +* Tue Jan 12 1999 Fabio Coatti <[email protected]> +- LINGUAS variable is now unset in configure to ensure that all + languages will be built. (Thanks to Luca Olivetti <[email protected]>) + * Sat Jan 02 1999 Fabio Coatti <[email protected]> - Added pl language file. - Included g10/pubring.asc in documentation files. @@ -44,6 +49,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %setup %build +if test -n "$LINGUAS"; then + unset LINGUAS +fi CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr make @@ -62,7 +70,8 @@ ln -s gpg.1 gpgm.1 %doc %attr (-,root,root) NEWS %doc %attr (-,root,root) README %doc %attr (-,root,root) THANKS -%doc %attr (-,root,root) TODO +%doc %attr (-,root,root) TODO +%doc %attr (-,root,root) PROJECTS %doc %attr (-,root,root) doc/DETAILS %doc %attr (-,root,root) doc/FAQ %doc %attr (-,root,root) doc/HACKING |