diff options
author | David Shaw <[email protected]> | 2003-02-23 05:16:58 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-02-23 05:16:58 +0000 |
commit | f344404b127813ff5922e1168b1d4c2f1f61118f (patch) | |
tree | 8342d35ef910eaa6a2e7e742833a79731fa72059 | |
parent | * g10.c (main): --openpgp disables --pgpX. (diff) | |
download | gnupg-f344404b127813ff5922e1168b1d4c2f1f61118f.tar.gz gnupg-f344404b127813ff5922e1168b1d4c2f1f61118f.zip |
* distfiles, gnupg.spec.in: convert-from-106 is in the tools directory
now.
-rw-r--r-- | scripts/ChangeLog | 5 | ||||
-rw-r--r-- | scripts/distfiles | 1 | ||||
-rw-r--r-- | scripts/gnupg.spec.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index fed8ee40f..f0264c53f 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2003-02-23 David Shaw <[email protected]> + + * distfiles, gnupg.spec.in: convert-from-106 is in the tools + directory now. + 2003-02-11 David Shaw <[email protected]> * convert-from-106: Move to the tools directory. diff --git a/scripts/distfiles b/scripts/distfiles index c0e87b1f6..281051b52 100644 --- a/scripts/distfiles +++ b/scripts/distfiles @@ -4,4 +4,3 @@ gnupg.spec.in autogen.sh mk-gpg-texi mk-w32-dist -convert-from-106 diff --git a/scripts/gnupg.spec.in b/scripts/gnupg.spec.in index 4f0d41fcc..71fdf7268 100644 --- a/scripts/gnupg.spec.in +++ b/scripts/gnupg.spec.in @@ -170,7 +170,7 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr %doc %attr (-,root,root) doc/HACKING %doc %attr (-,root,root) doc/OpenPGP %doc %attr (-,root,root) doc/samplekeys.asc -%doc %attr (0755,root,root) scripts/convert-from-106 +%doc %attr (0755,root,root) tools/convert-from-106 %attr (-,root,root) /usr/man/man1/gpg*.1* %attr (-,root,root) /usr/man/man7/gnupg.7* |