diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/ChangeLog | 3 | ||||
-rw-r--r-- | scripts/distfiles | 1 | ||||
-rw-r--r-- | scripts/gnupg.spec.in | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog index df1b804a4..aac18c3e9 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,8 @@ 2003-02-22 David Shaw <[email protected]> + * distfiles, gnupg.spec.in: convert-from-106 is in the tools + directory now. + * convert-from-106: Move to the tools directory. 2002-12-01 David Shaw <[email protected]> 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* |