rpms/netgen/EL-5 import.log,NONE,1.1 netgen.spec,1.1,1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Dec 29 15:34:54 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/netgen/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25679/EL-5

Modified Files:
	netgen.spec 
Added Files:
	import.log 
Log Message:
first EL-5 package


--- NEW FILE import.log ---
netgen-1_3_7-17_fc10:EL-5:netgen-1.3.7-17.fc10.src.rpm:1230564787


Index: netgen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netgen/EL-5/netgen.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netgen.spec	23 Aug 2007 22:18:42 -0000	1.1
+++ netgen.spec	29 Dec 2008 15:34:24 -0000	1.2
@@ -1,6 +1,6 @@
 Name:             netgen
 Version:          1.3.7
-Release:          12%{?dist}
+Release:          17%{?dist}
 Summary:          LVS netlist comparison tool for VLSI
 
 License:          GPL+
@@ -17,6 +17,7 @@
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    tk-devel m4 libXt-devel desktop-file-utils
+Requires:         coreutils gtk2
 
 %description
 Netgen is a tool for comparing netlists, a process known as LVS,
@@ -49,6 +50,8 @@
 
 %{__sed} -i 's|magic-hackers at csl.cornell.edu|http://bugzilla.redhat.com|' scripts/configure
 
+%{__sed} -i 's|package require -exact|package require|' tcltk/tkcon.tcl
+
 export WISH=/usr/bin/wish
 
 %build
@@ -96,13 +99,15 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %files
 %defattr(-,root,root,-)
@@ -115,6 +120,18 @@
 
 
 %Changelog
+* Mon Sep 15 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 1.3.7-16
+- rebuild for rawhide
+
+* Sun Apr 6 2008 Thibault North <tnorth [AT] fedoraproject DOT org> -1.3.7-15
+- fixed compilation for current Tk version
+
+* Sun Jan 13 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 1.3.7-14
+- rebuilt for TCL 8.5 #428540
+
+* Sun Oct 21 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 1.3.7-13
+- added coreutils and gtk as requires: #339771
+
 * Thu Aug 23 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 1.3.7-12
 - complying to freedesktop policies - categories
 




More information about the fedora-extras-commits mailing list