diff options
author | hjl <hjl> | 2001-04-22 06:49:04 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-04-22 06:49:04 +0000 |
commit | 92c4f0933fda11e81655c3fc55df11f131a6c538 (patch) | |
tree | 33e722dc4c4947d1e777e9aa6b173fb3b5eba99e | |
parent | b4e592bd075d7307413223f26f0849aede72c763 (diff) | |
download | nfs-utils-92c4f0933fda11e81655c3fc55df11f131a6c538.tar.gz nfs-utils-92c4f0933fda11e81655c3fc55df11f131a6c538.tar.xz nfs-utils-92c4f0933fda11e81655c3fc55df11f131a6c538.zip |
2001-04-21 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec.in: Fix cross build.
* nfs-utils.spec: Regenerated.
(Release): Set to 5.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | nfs-utils.spec | 6 | ||||
-rw-r--r-- | nfs-utils.spec.in | 4 |
3 files changed, 7 insertions, 9 deletions
@@ -1,3 +1,9 @@ +2001-04-21 H.J. Lu <hjl@lucon.org> + + * nfs-utils.spec.in: Fix cross build. + * nfs-utils.spec: Regenerated. + (Release): Set to 5. + 2001-04-18 H.J. Lu <hjl@lucon.org> * nfs-utils.spec.in: Support cross build. diff --git a/nfs-utils.spec b/nfs-utils.spec index 46758bc..5f820d4 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: 0.3.2 -Release: 4 +Release: 5 Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons Obsoletes: nfs-server @@ -35,13 +35,9 @@ clients which are mounted on that host. %setup -q %build -%if %{_target_cpu} != %{_build_cpu} CC=%{__cc}; export CC BUILD_CC=gcc; export BUILD_CC %configure --build=%{__build_alias} -%else -%configure -%endif make all %install diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in index 1726468..36c53f4 100644 --- a/nfs-utils.spec.in +++ b/nfs-utils.spec.in @@ -35,13 +35,9 @@ clients which are mounted on that host. %setup -q %build -%if %{_target_cpu} != %{_build_cpu} CC=%{__cc}; export CC BUILD_CC=gcc; export BUILD_CC %configure --build=%{__build_alias} -%else -%configure -%endif make all %install |