rpms/gftp/devel gftp.spec,1.28,1.29

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Wed Jan 30 22:20:00 UTC 2008


Author: caillon

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

Modified Files:
	gftp.spec 
Log Message:
fix up merge review comments



Index: gftp.spec
===================================================================
RCS file: /cvs/extras/rpms/gftp/devel/gftp.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gftp.spec	5 Dec 2007 16:37:44 -0000	1.28
+++ gftp.spec	30 Jan 2008 22:19:21 -0000	1.29
@@ -43,7 +43,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall
+DESTDIR=$RPM_BUILD_ROOT make install
 
 # Get rid of bogus 'br' translation (pt_BR is included)
 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/locale/br
@@ -54,7 +54,7 @@
    
 desktop-file-install --vendor net --delete-original         \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
-  --remove-category Application				    \
+  --remove-category Application                             \
   $RPM_BUILD_ROOT%{_datadir}/applications/gftp.desktop
 
 # Disable to save space
@@ -139,7 +139,7 @@
 - rebuilt for exec shield
 
 * Sun Oct 19 2003 Florian La Roche <Florian.LaRoche at redhat.de>
-- changed %prefix -> %_prefix and disabled that part of the specfile,
+- changed %%prefix -> %%_prefix and disabled that part of the specfile,
   seems to be unused
 
 * Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
@@ -195,7 +195,7 @@
 - Upgrade to 2.0.8, fixes a security exploit and a bunch of other
   things, adds a console frontend 
 
-* Tue Feb 27 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Tue Feb 27 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - langify
 - don't try to include two non-existing files in %%doc
 - move changelog to end of file




More information about the fedora-extras-commits mailing list