[xmltooling] 51/65: Fix some specfile issues
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jun 30 13:07:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch debian/master
in repository xmltooling.
commit 4fbb11800b0f9fac4490837e65bf7e7711bc4299
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Fri Jun 24 17:17:55 2016 -0400
Fix some specfile issues
---
xmltooling.spec.in | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index b8f5f8d..22f218e 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -1,10 +1,10 @@
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 1
-Summary: OpenSAML XMLTooling library
+Summary: OpenSAML XML Processing library
Group: Development/Libraries/C and C++
Vendor: Shibboleth Consortium
-License: Apache 2.0
+License: Apache-2.0
URL: http://www.opensaml.org/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -50,7 +50,7 @@ for declaring element- and type-specific API and implementation
classes to add value around the DOM, as well as signing and encryption
support.
-%package -n lib at PACKAGE_NAME@6
+%package -n lib at PACKAGE_NAME@7
Summary: OpenSAML XMLTooling library
Group: Development/Libraries/C and C++
Provides: @PACKAGE_NAME@ = %{version}-%{release}
@@ -59,7 +59,7 @@ Obsoletes: @PACKAGE_NAME@ < %{version}-%{release}
Requires: libcurl-openssl >= 7.21.7
%endif
-%description -n lib at PACKAGE_NAME@6
+%description -n lib at PACKAGE_NAME@7
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
@@ -71,7 +71,7 @@ This package contains just the shared library.
%package -n lib at PACKAGE_NAME@-devel
Summary: XMLTooling development Headers
Group: Development/Libraries/C and C++
-Requires: lib at PACKAGE_NAME@6 = %{version}-%{release}
+Requires: lib at PACKAGE_NAME@7 = %{version}-%{release}
Provides: @PACKAGE_NAME at -devel = %{version}-%{release}
Obsoletes: @PACKAGE_NAME at -devel < %{version}-%{release}
%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
@@ -134,14 +134,14 @@ This package includes XML schemas and related files.
[ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
%ifnos solaris2.8 solaris2.9 solaris2.10
-%post -n lib at PACKAGE_NAME@6 -p /sbin/ldconfig
+%post -n lib at PACKAGE_NAME@7 -p /sbin/ldconfig
%endif
%ifnos solaris2.8 solaris2.9 solaris2.10
-%postun -n lib at PACKAGE_NAME@6 -p /sbin/ldconfig
+%postun -n lib at PACKAGE_NAME@7 -p /sbin/ldconfig
%endif
-%files -n lib at PACKAGE_NAME@6
+%files -n lib at PACKAGE_NAME@7
%defattr(-,root,root,-)
%{_libdir}/*.so.*
@@ -158,6 +158,10 @@ This package includes XML schemas and related files.
%doc %{pkgdocdir}
%changelog
+* Fri Jun 24 2016 Scott Cantor <cantor.2 at osu.edu> - 1.6.0-1
+- Fix some lint issues
+- Update soname in package name
+
* Thu Feb 26 2015 Scott Cantor <cantor.2 at osu.edu> - 1.5.4-1
- Require Xerces 3.1 even on older platforms
- Add Amazon platform checks
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list