Bump library package name.
authorScott Cantor <cantor.2@osu.edu>
Mon, 31 Aug 2009 19:19:46 +0000 (19:19 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 31 Aug 2009 19:19:46 +0000 (19:19 +0000)
xmltooling.spec.in

index bdfd9a6..ec2cb82 100644 (file)
@@ -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  <cantor.2@osu.edu>  - 1.3-1
+- Bump soname for SUSE packaging.
+
 * Thu Aug 6 2009  Scott Cantor  <cantor.2@osu.edu>  - 1.2.1-1
 - SuSE conventions
 - Stop packaging unit tester