rpms/tcldom/devel tcldom.spec,1.6,1.7

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Feb 8 23:30:18 UTC 2007


Author: wart

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

Modified Files:
	tcldom.spec 
Log Message:
Add missing BuildRequires: tcl for tcl sitelib macros




Index: tcldom.spec
===================================================================
RCS file: /cvs/extras/rpms/tcldom/devel/tcldom.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tcldom.spec	8 Feb 2007 23:22:27 -0000	1.6
+++ tcldom.spec	8 Feb 2007 23:29:46 -0000	1.7
@@ -4,7 +4,7 @@
 Summary: TclDOM is a package that provides a DOM binding for the Tcl scripting language
 Name: tcldom
 Version: 3.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: BSD
 Group: Development/Libraries
 URL:   http://tclxml.sourceforge.net/
@@ -14,7 +14,7 @@
 Patch1: tcldom-3.1-pkgprovides.patch
 Patch2: tcldom-3.1-cversion.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: tcl-devel libxml2-devel tclxml-devel expat-devel
+BuildRequires: tcl tcl-devel libxml2-devel tclxml-devel expat-devel
 Requires: tcl tclxml tcllib
 
 %description
@@ -136,6 +136,9 @@
 %{_libdir}/%{name}_libxml2%{version}/*.a
 
 %changelog
+* Thu Feb 8 2007 Wart <wart at kobold.org> - 3.1-8
+- Add missing BuildRequires: tcl
+
 * Thu Feb 8 2007 Wart <wart at kobold.org> - 3.1-7
 - Add a -gui subpackage for the dom-based widgets
 - Add a -expat subpackage for the expat-based dom parser




More information about the scm-commits mailing list