rpms/automake15/devel automake15.spec,1.16,1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 20 11:06:14 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/automake15/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5157

Modified Files:
	automake15.spec 
Log Message:
- use ./configure


Index: automake15.spec
===================================================================
RCS file: /cvs/dist/rpms/automake15/devel/automake15.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- automake15.spec	19 Feb 2007 16:44:48 -0000	1.16
+++ automake15.spec	20 Feb 2007 11:06:11 -0000	1.17
@@ -1,7 +1,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake15
 Version:    1.5
-Release:    18
+Release:    19
 License:    GPL
 Group:      Development/Tools
 URL:        http://sources.redhat.com/automake
@@ -58,7 +58,9 @@
 rm -f automake.info*
 # patch 2 touches configure.in
 autoconf
-%configure --program-suffix=-%{version}
+./configure --program-suffix=-%{version} --prefix=%{_prefix} \
+   --mandir=%{_mandir} --infodir=%{_infodir} --bindir=%{_bindir} \
+   --datadir=%{_datadir}
 make %{?_smp_mflags}
 
 %check
@@ -96,6 +98,9 @@
 %dir %{_datadir}/aclocal
 
 %changelog
+* Tue Feb 20 2007 Karsten Hopp <karsten at redhat.com> 1.5-19
+- use ./configure 
+
 * Mon Feb 19 2007 Karsten Hopp <karsten at redhat.com> 1.5-18
 - use spaces instead of tabs
 - remove trailing dot from summary




More information about the fedora-cvs-commits mailing list