rpms/gpsim/devel gpsim.spec,1.13,1.14

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


Author: dionysos

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

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/devel/gpsim.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gpsim.spec	5 Feb 2007 10:32:19 -0000	1.13
+++ gpsim.spec	13 Feb 2007 16:45:53 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		gpsim
 Version:	0.22.0
-Release:	2%{?dist}
+Release:	3%{?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-3
+  - Remove Makefiles that are in conflict between i386 and x86_64 arch
+    Fix #228362
+
 * Mon Feb  5 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.22.0-2
   - FE7 rebuild
 




More information about the scm-commits mailing list