rpms/cproto/devel cproto.spec,1.6,1.7

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon May 7 09:43:46 UTC 2007


Author: jnovy

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

Modified Files:
	cproto.spec 
Log Message:
- %%makeinstall -> make install
- spec cleanup



Index: cproto.spec
===================================================================
RCS file: /cvs/extras/rpms/cproto/devel/cproto.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cproto.spec	11 Sep 2006 06:39:48 -0000	1.6
+++ cproto.spec	7 May 2007 09:43:11 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: Generates function prototypes and variable declarations from C code
 Name: cproto
 Version: 4.7e
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Public Domain
 Group: Development/Tools
 Source: ftp://invisible-island.net/cproto/cproto-4_7e.tgz
@@ -31,7 +31,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall mandir=$RPM_BUILD_ROOT/%{_mandir}/man1
+make install mandir=$RPM_BUILD_ROOT/%{_mandir}/man1 bindir=$RPM_BUILD_ROOT/%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +43,10 @@
 %{_mandir}/man1/cproto.*
 
 %changelog
+* Mon May  7 2007 Jindrich Novy <jnovy at redhat.com> 4.7e-3
+- %%makeinstall -> make install
+- spec cleanup
+
 * Mon Sep 11 2006 Jindrich Novy <jnovy at redhat.com> 4.7e-2
 - rebuild
 
@@ -132,7 +136,7 @@
 
 * Mon Mar 15 1999 Jeff Johnson <jbj at redhat.com>
 - update to 4.6.1 (#1516).
-- use %configure
+- use %%configure
 
 * Fri Dec 18 1998 Bill Nottingham <notting at redhat.com>
 - build for 6.0




More information about the fedora-extras-commits mailing list