rpms/ncftp/devel ncftp.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Feb 9 16:05:03 UTC 2006


Author: thias

Update of /cvs/extras/rpms/ncftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6347

Modified Files:
	ncftp.spec 
Log Message:
Rebuild for new gcc/glibc.



Index: ncftp.spec
===================================================================
RCS file: /cvs/extras/rpms/ncftp/devel/ncftp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ncftp.spec	2 May 2005 18:56:41 -0000	1.5
+++ ncftp.spec	9 Feb 2006 16:05:03 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Improved console FTP client
 Name: ncftp
 Version: 3.1.9
-Release: 1
+Release: 2%{?dist}
 Epoch: 2
 License: Distributable
 Group: Applications/Internet
@@ -38,18 +38,18 @@
 
 %build
 %configure --enable-signals --enable-ipv6
-make STRIPFLAG=""
-rm -f README.v6.ipv6
+%{__make} STRIPFLAG=""
+%{__rm} -f README.v6.ipv6
 
 
 %install
-rm -rf %{buildroot}
-mkdir -p %{buildroot}{%{_bindir},%{_mandir}/man1}
+%{__rm} -rf %{buildroot}
+%{__mkdir_p} %{buildroot}{%{_bindir},%{_mandir}/man1}
 %makeinstall BINDIR=%{buildroot}%{_bindir}
 
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 
 %files
@@ -71,6 +71,9 @@
 
 
 %changelog
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 2:3.1.9-2
+- Rebuild for new gcc/glibc.
+
 * Thu Apr 21 2005 Matthias Saou <http://freshrpms.net/> 2:3.1.9-1
 - Update to 3.1.9.
 - Update IPv6 KAME patch to ncftp-319-v6-20050419.diff.




More information about the scm-commits mailing list