rpms/tcldom/devel tcldom.spec,1.8,1.9

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Apr 14 22:42:52 UTC 2007


Author: wart

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

Modified Files:
	tcldom.spec 
Log Message:
Fix unowned directory in -devel subpackage




Index: tcldom.spec
===================================================================
RCS file: /cvs/extras/rpms/tcldom/devel/tcldom.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tcldom.spec	16 Feb 2007 22:10:37 -0000	1.8
+++ tcldom.spec	14 Apr 2007 22:42:14 -0000	1.9
@@ -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: 9%{?dist}
+Release: 10%{?dist}
 License: BSD
 Group: Development/Libraries
 URL:   http://tclxml.sourceforge.net/
@@ -14,8 +14,8 @@
 Patch1: tcldom-3.1-pkgprovides.patch
 Patch2: tcldom-3.1-cversion.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: tcl tcl-devel libxml2-devel tclxml-devel expat-devel
-Requires: tcl tclxml tcllib
+BuildRequires: tcl-devel libxml2-devel tclxml-devel expat-devel
+Requires: tcl(abi) = 8.4 tclxml tcllib
 
 %description
 This package provides a DOM binding for Tcl.  It provides one of the following
@@ -52,6 +52,7 @@
 Summary: The Tcl dom parser development files
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release} tclxml-devel
+Requires: %{name}-libxml2 = %{version}-%{release} tclxml-devel
 %description devel
 Development headers and libraries needed to link new applications against
 tcldom.
@@ -136,6 +137,9 @@
 %{_libdir}/%{name}_libxml2%{version}/*.a
 
 %changelog
+* Fri Apr 13 2007 Wart <wart at kobold.org> - 3.1-10
+- Fix BuildRequires: for directory ownership in -devel subpackage
+
 * Fri Feb 16 2007 Wart <wart at kobold.org> - 3.1-9
 - Rebuild for reversion to tcl8.4
 




More information about the scm-commits mailing list