rpms/gpsim/FC-6 gpsim.spec,1.12,1.13

Alain Portal (dionysos) fedora-extras-commits at redhat.com
Tue Feb 13 16:47:57 UTC 2007


Author: dionysos

Update of /cvs/extras/rpms/gpsim/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10180

Modified Files:
	gpsim.spec 
Log Message:
Remove Makefiles that are in conflict between i386 and x86_64 arch. Fix #228362


Index: gpsim.spec
===================================================================
RCS file: /cvs/extras/rpms/gpsim/FC-6/gpsim.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gpsim.spec	14 Nov 2006 15:26:14 -0000	1.12
+++ gpsim.spec	13 Feb 2007 16:47:25 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		gpsim
 Version:	0.22.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A simulator for Microchip (TM) PIC (TM) microcontrollers
 Summary(fr):	Un simulateur pour les microcontrôleurs PIC (TM) Microchip (TM)
 
@@ -51,6 +51,9 @@
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
+%{__rm} -f examples/Makefile
+%{__rm} -f examples/modules/Makefile
+%{__rm} -f examples/projects/Makefile
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -77,6 +80,10 @@
 %{_includedir}/*
 
 %changelog
+* Tue Feb 13 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-2
+  - Remove Makefiles that are in conflict between i386 and x86_64 arch
+    Fix #228362
+
 * Tue Nov 14 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-1
   - New upstream version
   - Remove patches that are no more needed (applied by upstream)




More information about the scm-commits mailing list