rpms/freehdl/devel freehdl.spec, 1.13, 1.14 freehdl-fire.diff, 1.1, NONE freehdl-gcc4.3.patch, 1.1, NONE

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Sat Apr 19 14:58:30 UTC 2008


Author: tanguy

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

Modified Files:
	freehdl.spec 
Removed Files:
	freehdl-fire.diff freehdl-gcc4.3.patch 
Log Message:



Index: freehdl.spec
===================================================================
RCS file: /cvs/extras/rpms/freehdl/devel/freehdl.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- freehdl.spec	8 Feb 2008 16:57:49 -0000	1.13
+++ freehdl.spec	19 Apr 2008 14:57:50 -0000	1.14
@@ -1,25 +1,21 @@
 Summary: GPLed free VHDL
 Name: freehdl
-Version: 0.0.4
-Release: 5%{?dist}
+Version: 0.0.6
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Engineering
 Source0: http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz
-Patch0: freehdl-fire.diff
-Patch1: freehdl-gcc4.3.patch
 URL: http://www.freehdl.seul.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: texinfo
+BuildRequires: texinfo pkgconfig
 Requires(post): /sbin/install-info /sbin/ldconfig
 Requires(preun): /sbin/install-info
-Requires: gcc-c++
+Requires: gcc-c++ libtool pkgconfig
 %description
 A project to develop a free, open source, GPL'ed VHDL simulator for Linux.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -54,11 +50,15 @@
 %{_datadir}/freehdl
 %{_libdir}/freehdl/
 %{_libdir}/libfreehdl*
+%{_libdir}/pkgconfig/freehdl.pc
 %{_includedir}/freehdl/
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 
 %changelog
+* Sat Apr 19 2008 Eric Tanguy <eric.tanguy at univ-nantes.fr> 0.0.6-1
+- Update to 0.0.6
+
 * Fri Feb 08 2008 Eric Tanguy <eric.tanguy at univ-nantes.fr> 0.0.4-5
 - Add patch to build with new gcc-4.3
 


--- freehdl-fire.diff DELETED ---


--- freehdl-gcc4.3.patch DELETED ---




More information about the scm-commits mailing list