summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-01-13 11:51:46 +0000
committerWerner Koch <wk@gnupg.org>1999-01-13 11:51:46 +0000
commit8ebd20cd27755fa19161700d5e825a133ebc9fd4 (patch)
treef3816ed237b2c3bc4024787ed23707171f416860
parentcb471962187b83eac0232dfcd3ff4134d96b1093 (diff)
downloadlibgcrypt-8ebd20cd27755fa19161700d5e825a133ebc9fd4.tar.gz
See ChangeLog: Wed Jan 13 12:49:36 CET 1999 Werner Koch
-rw-r--r--ChangeLog5
-rw-r--r--INSTALL15
-rw-r--r--Makefile.am5
-rw-r--r--README13
-rw-r--r--scripts/ChangeLog5
-rw-r--r--scripts/distfiles2
6 files changed, 33 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 715f1607..4034e7f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 13 12:49:36 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
+
+ * INSTALL: Applied new information how to build rpms by Fabio Coatti
+ * Makefile.in (gnupg.spec): Changed the names.
+
Tue Jan 12 11:17:18 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
* config.links (m68k-atari-mint): New
diff --git a/INSTALL b/INSTALL
index 769bfb33..655b7909 100644
--- a/INSTALL
+++ b/INSTALL
@@ -98,11 +98,20 @@ action should be to create a key pair: "gpg --gen-key".
Creating a RPM package
======================
-The file scripts/gnupg-x.x.x.spec is used to build a RPM package:
- 1. As root, copy the spec file into /usr/src/redhat/SPECS
+The file scripts/gnupg.spec is used to build a RPM package (both
+binary and src):
+ 1. copy the spec file into /usr/src/redhat/SPECS
2. copy the tar file into /usr/src/redhat/SOURCES
- 3. type: rpm -ba SPECS/gnupg-x.x.x.spec
+ 3. type: rpm -ba SPECS/gnupg.spec
+Or use the -t (--tarbuild) option of rpm:
+ 1. rpm -ta gnupg-x.x.x.tar.gz
+
+The binary rpm file can now be found in /usr/src/redhat/RPMS, source
+rpm in /usr/src/redhat/SRPMS
+
+Please note that to install gnupg binary rpm you must be root, as
+gnupg needs to be suid root, at least on Linux machines
Basic Installation
diff --git a/Makefile.am b/Makefile.am
index 68b203a2..eb7e4668 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,9 @@ dist-hook:
done ; \
done
@set -e; \
- sed -e 's/@pkg_version@/$(VERSION)/g' $(top_srcdir)/scripts/gnupg.spec \
- > $(distdir)/scripts/gnupg-$(VERSION).spec
+ sed -e 's/@pkg_version@/$(VERSION)/g' \
+ $(top_srcdir)/scripts/gnupg.spec.in \
+ > $(distdir)/scripts/gnupg.spec
# maintainer only
diff --git a/README b/README
index 2ca56339..0bec85ad 100644
--- a/README
+++ b/README
@@ -424,12 +424,13 @@
Have fun and remember: Echelon is looking at you kid.
+
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v0.4.5 (GNU/Linux)
-Comment: For info finger gcrypt@ftp.guug.de
+Version: GnuPG v0.9.1 (GNU/Linux)
+Comment: For info see http://www.gnupg.org
-iQB1AwUBNoD99h0Z9MEMmFelAQEuQwMAgfNPPUByoNlp0qGimiHADZE+8E15rmwq
-RhVhH63pEgMsPvazd01cMM9EwJyD80jjOrdZo1fyE2270NU4AjSlNsEkQ0pNZYg+
-N4GL70jrOtIvclVhcsQye8J53a/fzJe7
-=5+Dt
+iQB1AwUBNpyIDR0Z9MEMmFelAQGn4gL+IVlEye5I6LplxdUExsrHQpLV21H0UXFa
+/Dl1T/HjrGHj41NeW2evO4Ck2K6Z0TG5jPg9CuJdcJp0siJ8odO7BTLaF3r6gwxF
+CA4EXgqhSyE8PXRPS4m4M5I7Ru/bsZrF
+=HfE0
-----END PGP SIGNATURE-----
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 7151ecaa..9437367e 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 142adc6e..46b32421 100644
--- a/scripts/distfiles
+++ b/scripts/distfiles
@@ -4,6 +4,6 @@ install-sh
mkinstalldirs
mkdiff
missing
-gnupg.spec
+gnupg.spec.in
autogen.sh
ChangeLog