From: Scott Cantor Date: Sun, 9 Aug 2009 22:05:23 +0000 (+0000) Subject: Adjust package name for libversion, update README. X-Git-Tag: 1.2.1~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=d00e2c5765c0b66bc82080fa0848f1b5219554d3 Adjust package name for libversion, update README. --- diff --git a/doc/README.txt b/doc/README.txt index 81ece25..a136e2a 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,20 +1,20 @@ -VERSION 1.2 - -Issues addressed by this release: ---------------------------------- -https://bugs.internet2.edu/jira/secure/IssueNavigator.jspa?reset=true&&pid=10009&fixfor=10161&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 +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 diff --git a/xmltooling.spec.in b/xmltooling.spec.in index 4a19afc..2d23c45 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 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