From 8ebe25ec4057d35718ab2fe09dd97ffac302c5c2 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 28 Dec 2009 19:59:46 +0000 Subject: [PATCH] Move utils to a -bin package. --- dependencies/xerces/xerces-c.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/dependencies/xerces/xerces-c.spec b/dependencies/xerces/xerces-c.spec index ede333b..5b4d1f8 100644 --- a/dependencies/xerces/xerces-c.spec +++ b/dependencies/xerces/xerces-c.spec @@ -21,8 +21,20 @@ Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. +%package -n xerces-c-bin +Summary: Utilities for Xerces-C++ validating XML parser +Group: Development/Libraries + +%description -n xerces-c-bin +Xerces-C++ is a validating XML parser written in a portable subset of C++. +Xerces-C++ makes it easy to give your application the ability to read and +write XML data. A shared library is provided for parsing, generating, +manipulating, and validating XML documents. + +This package contains the utility programs. + %package -n libxerces-c-3_0 -Summary: Log for C++, Shibboleth Edition +Summary: Shared library for Xerces-C++ validating XML parser Group: Development/Libraries Provides: xerces-c = %{version} Obsoletes: xerces-c @@ -71,7 +83,7 @@ The static libraries and header files needed for development with Xerces-C++. %postun -n libxerces-c-3_0 -p /sbin/ldconfig %endif -%files +%files -n xerces-c-bin %defattr(755,root,root) %{_bindir}/* -- 2.1.4