Adjust package name for libversion, update README.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 9 Aug 2009 22:05:23 +0000 (22:05 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 9 Aug 2009 22:05:23 +0000 (22:05 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@629 de75baf8-a10c-0410-a50a-987c0e22f00f

doc/README.txt
xmltooling.spec.in

index 81ece25..a136e2a 100644 (file)
@@ -1,20 +1,20 @@
-VERSION 1.2\r
-\r
-Issues addressed by this release:\r
----------------------------------\r
-https://bugs.internet2.edu/jira/secure/IssueNavigator.jspa?reset=true&&pid=10009&fixfor=10161&status=5&status=6&sorter/field=issuekey&sorter/order=ASC\r
-\r
-Documentation:\r
---------------\r
-The OpenSAML wiki is the home for any documentation on the XMLTooling package.\r
-https://spaces.internet2.edu/display/OpenSAML/\r
-\r
-Reporting Bugs:\r
----------------\r
-A Jira instance is available.\r
-https://bugs.internet2.edu/\r
-\r
-Support:\r
---------\r
-A mailing list is available.\r
-https://spaces.internet2.edu/display/OpenSAML/MailingList\r
+VERSION 1.2.1
+
+Issues addressed by this release:
+---------------------------------
+https://bugs.internet2.edu/jira/secure/IssueNavigator.jspa?reset=true&&pid=10009&fixfor=10230&status=5&status=6&sorter/field=issuekey&sorter/order=ASC
+
+Documentation:
+--------------
+The OpenSAML wiki is the home for any documentation on the XMLTooling package.
+https://spaces.internet2.edu/display/OpenSAML/
+
+Reporting Bugs:
+---------------
+A Jira instance is available.
+https://bugs.internet2.edu/
+
+Support:
+--------
+A mailing list is available.
+https://spaces.internet2.edu/display/OpenSAML/MailingList
index 4a19afc..2d23c45 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 libxmltooling12
+%package -n libxmltooling3
 Summary:    OpenSAML XMLTooling library
 Group:      Development/Libraries
 Provides:   xmltooling = %{version}
 
-%description -n libxmltooling12
+%description -n libxmltooling3
 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 libxmltooling-devel
-Requires: libxmltooling12 = %version
+Requires: libxmltooling3 = %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 libxmltooling12 -p /sbin/ldconfig
+%post -n libxmltooling3 -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 libxmltooling12 -p /sbin/ldconfig
+%postun -n libxmltooling3 -p /sbin/ldconfig
 %else
 %postun -p /sbin/ldconfig
 %endif
 %endif
 
 %if 0%{?suse_version} > 1030
-%files -n libxmltooling12
+%files -n libxmltooling3
 %else
 %files
 %endif
@@ -129,7 +129,7 @@ This package includes files needed for development with xmltooling.
 %{_libdir}/libxmltooling.so.*
 %{_libdir}/libxmltooling-lite.so.*
 %dir %{_datadir}/xml/xmltooling
-%{_datadir}/xml/xmltooling
+%{_datadir}/xml/xmltooling/*
 
 %if 0%{?suse_version} > 1030
 %files -n libxmltooling-devel