[cpp-xmltooling] branch master updated: Exclude libtool archives in specfile.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 21 14:59:31 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=f334f61ce4e6d7b3a1e5ea382cf27a4cfde75a0d
The following commit(s) were added to refs/heads/master by this push:
new f334f61 Exclude libtool archives in specfile.
f334f61 is described below
commit f334f61ce4e6d7b3a1e5ea382cf27a4cfde75a0d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 21 14:59:28 2018 -0400
Exclude libtool archives in specfile.
---
xmltooling.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index 742a335..053897a 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -136,6 +136,7 @@ This package includes XML schemas and related files.
%files -n lib at PACKAGE_NAME@8
%defattr(-,root,root,-)
%{_libdir}/*.so.*
+%exclude %{_libdir}/*.la
%files -n @PACKAGE_NAME at -schemas
%defattr(-,root,root,-)
@@ -153,6 +154,7 @@ This package includes XML schemas and related files.
* Tue Nov 21 2017 Scott Cantor <cantor.2 at osu.edu> - 3.0.0-1
- Update soname
- Require Xerces 3.2 as shipped by me on all platforms
+- Exclude libtool archives
* Fri Jun 24 2016 Scott Cantor <cantor.2 at osu.edu> - 1.6.0-1
- Fix some lint issues
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list