summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-01-13 12:51:47 +0100
committerWerner Koch <wk@gnupg.org>1999-01-13 12:51:47 +0100
commit615e15dd684f78228061bb90fa4f33ca164128fe (patch)
tree368b14f89a4d5e822448b28a0e50767d124275c7 /scripts
parentSee ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch (diff)
downloadgnupg2-615e15dd684f78228061bb90fa4f33ca164128fe.tar.xz
gnupg2-615e15dd684f78228061bb90fa4f33ca164128fe.zip
See ChangeLog: Wed Jan 13 12:49:36 CET 1999 Werner Koch
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog5
-rw-r--r--scripts/distfiles2
-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 <wk@isil.d.shuttle.de>
+
+ * gnupg.spec.in: New
+ * gnupg.spec: Removed
+
Wed Dec 23 13:18:14 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
* 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 <cova@felix.unife.it>
+- LINGUAS variable is now unset in configure to ensure that all
+ languages will be built. (Thanks to Luca Olivetti <luca@luca.ddns.org>)
+
* Sat Jan 02 1999 Fabio Coatti <cova@felix.unife.it>
- 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