From: Scott Cantor Date: Mon, 31 Aug 2009 19:19:46 +0000 (+0000) Subject: Bump library package name. X-Git-Tag: 1.3~31 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=a8f9a3a71512a6574dae6cb474198df417993504 Bump library package name. --- diff --git a/xmltooling.spec.in b/xmltooling.spec.in index bdfd9a6..ec2cb82 100644 --- a/xmltooling.spec.in +++ b/xmltooling.spec.in @@ -36,12 +36,12 @@ classes to add value around the DOM, as well as signing and encryption support. %if 0%{?suse_version} > 1030 -%package -n lib@PACKAGE@3 +%package -n lib@PACKAGE@4 Summary: OpenSAML XMLTooling library Group: Development/Libraries Provides: @PACKAGE@ = %{version} -%description -n lib@PACKAGE@3 +%description -n lib@PACKAGE@4 The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation @@ -53,7 +53,7 @@ This package contains just the shared library. %if 0%{?suse_version} > 1030 %package -n lib@PACKAGE@-devel -Requires: lib@PACKAGE@3 = %version +Requires: lib@PACKAGE@4 = %version %else %package devel Requires: %name = %version @@ -106,7 +106,7 @@ This package includes files needed for development with XMLTooling. %ifnos solaris2.8 solaris2.9 solaris2.10 %if 0%{?suse_version} > 1030 -%post -n lib@PACKAGE@3 -p /sbin/ldconfig +%post -n lib@PACKAGE@4 -p /sbin/ldconfig %else %post -p /sbin/ldconfig %endif @@ -114,14 +114,14 @@ This package includes files needed for development with XMLTooling. %ifnos solaris2.8 solaris2.9 solaris2.10 %if 0%{?suse_version} > 1030 -%postun -n lib@PACKAGE@3 -p /sbin/ldconfig +%postun -n lib@PACKAGE@4 -p /sbin/ldconfig %else %postun -p /sbin/ldconfig %endif %endif %if 0%{?suse_version} > 1030 -%files -n lib@PACKAGE@3 +%files -n lib@PACKAGE@4 %else %files %endif @@ -141,6 +141,9 @@ This package includes files needed for development with XMLTooling. %doc %{pkgdocdir} %changelog +* Mon Aug 31 2009 Scott Cantor - 1.3-1 +- Bump soname for SUSE packaging. + * Thu Aug 6 2009 Scott Cantor - 1.2.1-1 - SuSE conventions - Stop packaging unit tester