rpms/iverilog/F-10 .cvsignore, 1.9, 1.10 import.log, 1.2, 1.3 iverilog.spec, 1.9, 1.10 sources, 1.9, 1.10

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Jul 13 22:25:00 UTC 2009


Author: chitlesh

Update of /cvs/pkgs/rpms/iverilog/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13595/F-10

Modified Files:
	.cvsignore import.log iverilog.spec sources 
Log Message:
vpi support


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iverilog/F-10/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	7 Dec 2008 09:17:41 -0000	1.9
+++ .cvsignore	13 Jul 2009 22:24:29 -0000	1.10
@@ -1 +1 @@
-verilog-20081118.tar.gz
+verilog-0.9.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/iverilog/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	7 Dec 2008 09:17:41 -0000	1.2
+++ import.log	13 Jul 2009 22:24:29 -0000	1.3
@@ -1,2 +1,3 @@
 iverilog-0_9_20080905-1_fc10:HEAD:iverilog-0.9.20080905-1.fc10.src.rpm:1221210397
 iverilog-0_9_20081118-1_fc11:F-10:iverilog-0.9.20081118-1.fc11.src.rpm:1228641426
+iverilog-0_9_20090423-5_fc11:F-10:iverilog-0.9.20090423-5.fc11.src.rpm:1247523769


Index: iverilog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iverilog/F-10/iverilog.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- iverilog.spec	7 Dec 2008 09:17:41 -0000	1.9
+++ iverilog.spec	13 Jul 2009 22:24:29 -0000	1.10
@@ -1,13 +1,13 @@
-%define      snapshot 20081118
+%define      snapshot 20090423
 
 Name:        iverilog
 Version:     0.9.%{snapshot}
-Release:     1%{?dist}
+Release:     5%{?dist}
 Summary:     Icarus Verilog is a verilog compiler and simulator
 Group:       Applications/Engineering
 License:     GPLv2
 URL:         http://www.icarus.com/eda/verilog/index.html
-Source0:     ftp://icarus.com/pub/eda/verilog/snapshots/verilog-%{snapshot}.tar.gz
+Source0:     ftp://icarus.com/pub/eda/verilog/snapshots/verilog-0.9.1.tar.gz
 Patch0:      %{name}-pagesize.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -27,7 +27,7 @@ Requires:    %{name} = %{version}-%{rele
 Icarus Verilog devel files.
 
 %prep
-%setup -q -n verilog-%{snapshot} 
+%setup -q -n verilog-0.9.1
 %patch0 -p0 -b .pagesize~
 
 # clean junks from tarball
@@ -37,7 +37,7 @@ rm -rf `find . -type d -name "autom4te.c
 %build
 
 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \
-%configure  --disable-vvp32
+%configure
 
 make %{?_smp_mflags}
 
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
              vpidir=%{buildroot}%{_libdir}/ivl/ \
              INSTALL="install -p" \
 install
+
+
+
 %check
 make check
 
@@ -61,20 +64,32 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README.txt BUGS.txt QUICK_START.txt ieee1364-notes.txt
-%doc swift.txt netlist.txt t-dll.txt vpi.txt tgt-fpga/fpga.txt
-%doc cadpli/cadpli.txt xilinx-hint.txt examples/*
+# contents of QUICK_START.txt can be found also on README.txt, hence omitted
+%doc attributes.txt BUGS.txt COPYING extensions.txt glossary.txt ieee1364-notes.txt
+%doc README.txt swift.txt netlist.txt t-dll.txt vpi.txt tgt-fpga/fpga.txt
+%doc va_math.txt cadpli/cadpli.txt xilinx-hint.txt examples/
 %{_bindir}/*
-%dir %{_libdir}/ivl
-%{_libdir}/ivl/*
+%{_libdir}/ivl
 %{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root,-)
+# headers for PLI: This is intended to be used by the user.
 %{_includedir}/*.h
-%exclude %{_libdir}/*.a
+# RHBZ 480531
+%{_libdir}/*.a
+
 
 %changelog
+* Mon Jun 13 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.9.20090423-5
+- Improved VPI support
+
+* Mon Mar 23 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.9.20081118-4
+- new development release
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.20081118-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Sun Dec 07 2008 Balint Cristian <rezso at rdsor.ro> 0.9.20081118-1
 - new snapshot release upstream.
 
@@ -98,7 +113,7 @@ rm -rf %{buildroot}
 - new snapshot release upstream.
 
 * Thu Feb 27 2007 Balint Cristian <cbalint at redhat.com> 0.9.20070227-1
-- new snapshoot release.
+- new snapshot release.
 
 * Thu Feb 27 2007 Balint Cristian <cbalint at redhat.com> 0.9.20070123-5
 - clean junks from tarball
@@ -122,4 +137,4 @@ rm -rf %{buildroot}
 - dont use libdir macro, all library always will be 32 bit
 
 * Thu Feb 22 2007 Balint Cristian <cbalint at redhat.com> 20070123-1
-- initial release
\ No newline at end of file
+- initial release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iverilog/F-10/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	7 Dec 2008 09:17:41 -0000	1.9
+++ sources	13 Jul 2009 22:24:29 -0000	1.10
@@ -1 +1 @@
-db61b902f777ec0587875023c9d23e63  verilog-20081118.tar.gz
+91e8f40d995bf5ded7b847fcc02a98bf  verilog-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list