]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2001-04-21 H.J. Lu <hjl@lucon.org>
authorhjl <hjl>
Sun, 22 Apr 2001 06:49:04 +0000 (06:49 +0000)
committerhjl <hjl>
Sun, 22 Apr 2001 06:49:04 +0000 (06:49 +0000)
* nfs-utils.spec.in: Fix cross build.
* nfs-utils.spec: Regenerated.
(Release): Set to 5.

ChangeLog
nfs-utils.spec
nfs-utils.spec.in

index eb89d8e999d0778929d25d71f3cbc9af2fd23167..3aa668ebdd071a5eb97ce621c5960c607c75cea6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 46758bce19d44cd60eca6d48e323da1129d5c36f..5f820d485439f8ffeac11d6b882fa0f2b18cb484 100644 (file)
@@ -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
index 17264684a19edbdba8b11bc58d439d3a925a10cf..36c53f4489d29562f06e1d9f5ae09ee4c09bde52 100644 (file)
@@ -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