rpms/gpsim/EL-5 gpsim.spec,1.15,1.16

Roy Rankin rrankin at fedoraproject.org
Sun Aug 2 12:31:01 UTC 2009


Author: rrankin

Update of /cvs/pkgs/rpms/gpsim/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25255

Modified Files:
	gpsim.spec 
Log Message:
Do all generation as aclocal in EL-5 diffent version from F-10



Index: gpsim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpsim/EL-5/gpsim.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- gpsim.spec	8 Jul 2009 21:14:31 -0000	1.15
+++ gpsim.spec	2 Aug 2009 12:31:01 -0000	1.16
@@ -1,6 +1,6 @@
 Name:		gpsim
 Version:	0.23.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	A simulator for Microchip (TM) PIC (TM) microcontrollers
 Summary(fr):	Un simulateur pour les microcontrôleurs PIC (TM) Microchip (TM)
 
@@ -8,10 +8,10 @@ Group:		Development/Debuggers
 License:	GPLv2+
 URL:		http://gpsim.sourceforge.net/gpsim.html
 Source:		http://downloads.sourceforge.net/gpsim/gpsim-%{version}.tar.gz
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gtk+extra-devel, flex, readline-devel, %{_includedir}/popt.h
-BuildRequires:	autoconf
+BuildRequires:	autoconf libtool automake
 
 
 %description
@@ -50,6 +50,10 @@ mv ChangeLog ChangeLog.raw
 iconv -f ISO88592 -t UTF8  AUTHORS.raw -o  AUTHORS
 iconv -f ISO88592 -t UTF8  ChangeLog.raw -o ChangeLog
 rm -f AUTHORS.raw ChangeLog.raw 
+libtoolize --force
+aclocal
+autoheader
+automake --force-missing --add-missing
 autoconf
 
 %build
@@ -89,6 +93,9 @@ autoconf
 %{_includedir}/*
 
 %changelog
+* Sun Aug 02 2009 Roy Rankin <rrankin at ihug.com.au> 0.23.0-6
+- fix EL-5 has different aclocal version
+
 * Tue Jul 07 2009 Roy Rankin <rrankin at ihug.com.au> 0.23.0-5
 - work-around popt-devel isssue in build requires
 




More information about the scm-commits mailing list