diff options
-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 |