rpms/graphviz/devel graphviz.spec,1.11,1.12

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Mon Aug 22 10:54:22 UTC 2005


Author: oliver

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

Modified Files:
	graphviz.spec 
Log Message:
* Bug #163840


Index: graphviz.spec
===================================================================
RCS file: /cvs/extras/rpms/graphviz/devel/graphviz.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- graphviz.spec	11 Aug 2005 09:24:26 -0000	1.11
+++ graphviz.spec	22 Aug 2005 10:54:20 -0000	1.12
@@ -1,41 +1,43 @@
-Summary:		Graph Visualization Tools
-Name:			graphviz
+Summary:			Graph Visualization Tools
+Name:				graphviz
 
-Version:		2.4
-Release:		1
+Version:			2.4
+Release:			1
 
-Group:			Applications/Multimedia
-License:		CPL
+Group:				Applications/Multimedia
+License:			CPL
 
-URL:			http://www.graphviz.org/
-Source0:		http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
-
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	zlib-devel libpng-devel libjpeg-devel expat-devel freetype-devel >= 2
-BuildRequires:	/bin/ksh bison m4 flex
-BuildRequires:	tcl-devel >= 8.3
-BuildRequires:	tk-devel
-BuildRequires:	fontconfig-devel xorg-x11-devel
-BuildRequires:	php-devel guile-devel
-
-%package		tcl
-Summary:		Tcl extension tools for %{name}
-Group:			Applications/Multimedia
-Requires:		%{name} = %{version}-%{release} tcl >= 8.3 tk
-
-%package		devel
-Summary:		Development package for %{name}
-Group:			Development/Libraries
-Requires:		%{name} = %{version}-%{release} pkgconfig
-
-%package		doc
-Summary:		PDF and HTML documents for %{name}
-Group:			Documentation
-
-%package		graphs
-Summary:		Demo graphs for %{name}
-Group:			Applications/Multimedia
+URL:				http://www.graphviz.org/
+Source0:			http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
+
+BuildRoot:			%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:		zlib-devel libpng-devel libjpeg-devel expat-devel freetype-devel >= 2
+BuildRequires:		/bin/ksh bison m4 flex
+BuildRequires:		tcl-devel >= 8.3
+BuildRequires:		tk-devel
+BuildRequires:		fontconfig-devel xorg-x11-devel
+BuildRequires:		php-devel guile-devel
+Requires(post):		%{_bindir}/dot
+Requires(postun):	%{_bindir}/d
+
+%package			tcl
+Summary:			Tcl extension tools for %{name}
+Group:				Applications/Multimedia
+Requires:			%{name} = %{version}-%{release} tcl >= 8.3 tk
+
+%package			devel
+Summary:			Development package for %{name}
+Group:				Development/Libraries
+Requires:			%{name} = %{version}-%{release} pkgconfig
+
+%package			doc
+Summary:			PDF and HTML documents for %{name}
+Group:				Documentation
+
+%package			graphs
+Summary:			Demo graphs for %{name}
+Group:				Applications/Multimedia
 
 %description
 A collection of tools and tcl packages for the manipulation and layout
@@ -64,7 +66,8 @@
 
 %configure	--with-x \
 			--with-mylibgd \
-			--disable-dependency-tracking
+			--disable-dependency-tracking \
+			--disable-static
 
 %{__make} %{?_smp_mflags}
 
@@ -137,6 +140,9 @@
 %{_bindir}/dot -V 2>/dev/null
 
 %changelog
+* Mon Aug 22 2005 Oliver Falk <oliver at linux-kernel.at>		- 2.4-2
+- Bug #163840
+
 * Thu Aug 11 2005 Oliver Falk <oliver at linux-kernel.at>		- 2.4-1
 - Update
 - Took over maintainership




More information about the fedora-extras-commits mailing list