[svn] r5815 - trunk/rpms/graphviz

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Mon Sep 3 23:08:52 CEST 2007


Author: dries
Date: 2007-09-03 23:08:50 +0200 (Mon, 03 Sep 2007)
New Revision: 5815

Modified:
   trunk/rpms/graphviz/graphviz.spec
Log:
update to 2.14.1 & added the post script which generates the config (Stefan Radman)

Modified: trunk/rpms/graphviz/graphviz.spec
===================================================================
--- trunk/rpms/graphviz/graphviz.spec	2007-09-03 20:16:23 UTC (rev 5814)
+++ trunk/rpms/graphviz/graphviz.spec	2007-09-03 21:08:50 UTC (rev 5815)
@@ -40,7 +40,7 @@
 
 Summary: Graph Visualization Tools
 Name: graphviz
-Version: 2.8
+Version: 2.14.1
 Release: 1
 License: CPL
 Group: Applications/Multimedia
@@ -65,6 +65,12 @@
 A collection of tools and tcl packages for the manipulation and layout
 of graphs (as in nodes and edges, not as in barcharts).
 
+%post
+/sbin/ldconfig
+%{_bindir}/dot -c
+
+%postun -p /sbin/ldconfig
+
 %package tcl
 Group: Applications/Multimedia
 Summary: Tcl extension tools for version %{version} of %{name}
@@ -193,7 +199,8 @@
 %files
 %defattr(-, root, root, 0755)
 %doc *.txt AUTHORS ChangeLog COPYING NEWS README
-%doc %{_mandir}/man1/*
+%doc %{_mandir}/man1/*.1*
+%doc %{_mandir}/man7/graphviz.7*
 %{_bindir}/*
 %dir %{_datadir}/graphviz/
 %{_datadir}/graphviz/lefty/
@@ -202,11 +209,12 @@
 #exclude %{_libdir}/graphviz/libtk*.so.*
 #exclude %{_bindir}/dotneato-config
 #exclude %{_mandir}/man1/dotneato-config.1*
+%{_libdir}/lib*.so.*
 
 %files tcl
 %defattr(-, root, root, 0755)
 #%doc doc/tcldot.html
-%doc %{_mandir}/mann/*
+%doc %{_mandir}/mann/*.n*
 %{_libdir}/graphviz/tcl/
 %{_datadir}/graphviz/demo/
 #{_libdir}/graphviz/lib*tcl*.so.*
@@ -222,9 +230,11 @@
 #%{_bindir}/dotneato-config
 %{_includedir}/graphviz/
 %{_libdir}/graphviz/*.so
-%{_libdir}/graphviz/*.a
+%{_libdir}/lib*.so
+# %{_libdir}/graphviz/*.a
 %{_libdir}/pkgconfig/*.pc
 %exclude %{_libdir}/graphviz/*.la
+%exclude %{_libdir}/*.la
 
 %files ruby
 %defattr(-, root, root, 0755)
@@ -270,6 +280,10 @@
 %doc rpmdoc/*
 
 %changelog
+* Mon Sep  3 2007 Dries Verachtert <dries at ulyssis.org> - 2.14.1-1
+- Updated to release 2.14.1.
+- Generate config file in post script, thanks to Stefan Radman.
+
 * Sun Oct 15 2006 Dries Verachtert <dries at ulyssis.org> - 2.8-1
 - Updated to release 2.8.
 - Made some more subpackages.



More information about the svn-commits mailing list