rpms/freehdl/devel freehdl.diff,NONE,1.1 freehdl.spec,1.1,1.2

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Mon Feb 13 18:28:30 UTC 2006


Author: tanguy

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

Modified Files:
	freehdl.spec 
Added Files:
	freehdl.diff 
Log Message:
auto-import freehdl-0.0.1-2 on branch devel from freehdl-0.0.1-2.src.rpm

freehdl.diff:

--- NEW FILE freehdl.diff ---
--- freehdl-0.0.1/ieee/Makefile.in	2006-01-21 22:51:30.000000000 +0100
+++ freehdl-0.0.1/ieee/Makefile.in	2006-02-13 19:01:37.000000000 +0100
@@ -199,7 +199,7 @@
 SUFFIXES = .vhdl
 INCLUDES = -I $(top_srcdir) -I ..
 ieeedir = $(prefix)/share/freehdl/lib/ieee
-freehdllibdir = $(exec_prefix)/lib/freehdl
+freehdllibdir = $(libdir)/freehdl
 freehdllib_LTLIBRARIES = libieee.la
 libieee_la_SOURCES = std_logic_1164.cc numeric_std.cc numeric_bit.cc std_logic_signed.cc std_logic_unsigned.cc std_logic_arith.cc math_real.cc vital_timing.cc
 ieee_DATA = std_logic_1164.vhdl numeric_std.vhdl numeric_bit.vhdl std_logic_signed.vhdl std_logic_unsigned.vhdl std_logic_arith.vhdl math_real.vhdl vital_timing.vhdl


Index: freehdl.spec
===================================================================
RCS file: /cvs/extras/rpms/freehdl/devel/freehdl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freehdl.spec	11 Feb 2006 09:35:07 -0000	1.1
+++ freehdl.spec	13 Feb 2006 18:28:30 -0000	1.2
@@ -1,10 +1,11 @@
 Summary: GPLed free VHDL
 Name: freehdl
 Version: 0.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Engineering
 Source0: http://cran.mit.edu/~enaroska/%{name}-%{version}.tar.gz
+Patch0: freehdl.diff
 URL: http://www.freehdl.seul.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info /sbin/ldconfig
@@ -15,6 +16,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
@@ -53,5 +55,8 @@
 %{_mandir}/man5/*
 
 %changelog
-* Mon Jan 23 2005 Eric Tanguy <eric.tanguy at univ-nantes.fr> 0.0.1-1
+* Mon Feb 13 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> 0.0.1-2
+- Add a patch for x86_64
+
+* Mon Jan 23 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> 0.0.1-1
 - First build




More information about the scm-commits mailing list