diff options
author | hjl <hjl> | 2000-11-10 21:56:36 +0000 |
---|---|---|
committer | hjl <hjl> | 2000-11-10 21:56:36 +0000 |
commit | 1d9510623129714487cc9c804dcc544519fb1caa (patch) | |
tree | b9b070f04f5e0329ea2dd5495e3221aadee4442e | |
parent | b516ca11df5773afebea6d20cbede74781abfbe5 (diff) | |
download | nfs-utils-1d9510623129714487cc9c804dcc544519fb1caa.tar.gz nfs-utils-1d9510623129714487cc9c804dcc544519fb1caa.tar.xz nfs-utils-1d9510623129714487cc9c804dcc544519fb1caa.zip |
2000-11-10 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec.in: Don't use libtool.
Add ChangeLog and COPYING to doc.
* nfs-utils.spec: Rebuild.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | nfs-utils.spec | 5 | ||||
-rw-r--r-- | nfs-utils.spec.in | 5 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2000-11-10 H.J. Lu <hjl@lucon.org> + + * nfs-utils.spec.in: Don't use libtool. + Add ChangeLog and COPYING to doc. + * nfs-utils.spec: Rebuild. + 2000-11-09 H.J. Lu <hjl@lucon.org> * etc/redhat/nfs.init (start): Back out the last change. diff --git a/nfs-utils.spec b/nfs-utils.spec index ba1e758..57ddd52 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -1,3 +1,6 @@ +# We don't use libtool. +%define __libtoolize : + Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 0.2.1 @@ -89,4 +92,4 @@ fi /usr/sbin/showmount %{_mandir}/man?/* %config /etc/rc.d/init.d/nfslock -%doc README +%doc README ChangeLog COPYING diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in index 156c7c1..e135e81 100644 --- a/nfs-utils.spec.in +++ b/nfs-utils.spec.in @@ -1,3 +1,6 @@ +# We don't use libtool. +%define __libtoolize : + Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: @VERSION@ @@ -89,4 +92,4 @@ fi /usr/sbin/showmount %{_mandir}/man?/* %config /etc/rc.d/init.d/nfslock -%doc README +%doc README ChangeLog COPYING |