rpms/netgen/F-8 netgen.spec,1.1,1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sun Oct 21 21:38:09 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/netgen/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23390/F-8

Modified Files:
	netgen.spec 
Log Message:



Index: netgen.spec
===================================================================
RCS file: /cvs/extras/rpms/netgen/F-8/netgen.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netgen.spec	23 Aug 2007 22:36:30 -0000	1.1
+++ netgen.spec	21 Oct 2007 21:37:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:             netgen
 Version:          1.3.7
-Release:          12%{?dist}
+Release:          13%{?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,
@@ -96,13 +97,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 +118,9 @@
 
 
 %Changelog
+* 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