rpms/ghdl/devel ghdl.spec,1.7,1.8

Thomas M. Sailer (sailer) fedora-extras-commits at redhat.com
Tue Feb 14 15:53:51 UTC 2006


Author: sailer

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

Modified Files:
	ghdl.spec 
Log Message:
rebuild for FC5



Index: ghdl.spec
===================================================================
RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ghdl.spec	20 Dec 2005 16:42:04 -0000	1.7
+++ ghdl.spec	14 Feb 2006 15:53:50 -0000	1.8
@@ -4,7 +4,7 @@
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
 Version: 0.22
-Release: 0.38svn.0%{?dist}
+Release: 0.38svn.1%{?dist}
 License: GPL
 Group: Development/Languages
 URL: http://ghdl.free.fr/
@@ -115,13 +115,13 @@
 %endif
 
 # Parallel make doesn't work, so not using %{?_smp_mflags}
-%{__make}
+%{__make} all-host
 
 popd
 
 %install
 %{__rm} -rf %{buildroot}
-%{__make} -C obj-%{gcc_target_platform} DESTDIR=%{buildroot} install
+%{__make} -C obj-%{gcc_target_platform} DESTDIR=%{buildroot} install-host
 
 %ifarch x86_64
 pushd obj-%{gcc_target_platform}/gcc/vhdl
@@ -215,6 +215,12 @@
 %{_libexecdir}/gcc/
 
 %changelog
+* Wed Feb 14 2006 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.22-0.38svn.1
+- rebuild with new compiler for FC5
+
+* Wed Dec 21 2005 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.22-0.38svn.0
+- update to svn38, to fix a ghw output bug
+
 * Sun Dec 18 2005 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.21-1
 - update to 0.21
 




More information about the fedora-extras-commits mailing list