rpms/fig2ps/devel fig2ps.spec,1.1,1.2

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Wed Sep 21 13:40:21 UTC 2005


Author: qspencer

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

Modified Files:
	fig2ps.spec 
Log Message:
Fix make install command.



Index: fig2ps.spec
===================================================================
RCS file: /cvs/extras/rpms/fig2ps/devel/fig2ps.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fig2ps.spec	21 Sep 2005 01:16:39 -0000	1.1
+++ fig2ps.spec	21 Sep 2005 13:40:19 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           fig2ps
 Version:        1.3.3
-Release:        1
+Release:        2
 Summary:        Utility for converting xfig pictures to PS/PDF
 
 Group:          Applications/Publishing
@@ -28,7 +28,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
 
 %clean
@@ -43,5 +43,8 @@
 %config(noreplace) /etc/fig2ps
 
 %changelog
+* Wed Sep 21 2005 Quentin Spencer <qspencer at users.sourceforge.net> 1.3.3-2
+- fix make install command
+
 * Tue Sep 20 2005 Quentin Spencer <qspencer at users.sourceforge.net> 1.3.3-1
 - Initial version.




More information about the fedora-extras-commits mailing list