[cpp-sp-resolver] branch master updated: Package pc files, fix naming exts conditional.

Scott Cantor cantor.2 at osu.edu
Fri Jul 20 14:40:52 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp-resolver.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp-resolver.git;a=commit;h=2f1165ac81d85c519fed1090f7a8b418b16d5d95

The following commit(s) were added to refs/heads/master by this push:
       new  2f1165a   Package pc files, fix naming exts conditional.
2f1165a is described below

commit 2f1165ac81d85c519fed1090f7a8b418b16d5d95
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 20 14:40:47 2018 -0400

    Package pc files, fix naming exts conditional.
---
 configure.ac     | 6 +++---
 resolver.spec.in | 4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5f18515..3cfbf3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,8 +129,8 @@ AS_IF([test "x$with_gssapi" != xno],
       AX_RESTORE_FLAGS
      ])
   ])
-  
-AC_DEFINE([SHIBRESOLVER_HAVE_GSSAPI_NAMINGEXTS],[test "x$ac_cv_have_decl_gss_get_name_attribute" = xyes],[Define to 1 if GSS-API naming extensions are available.])
-AM_CONDITIONAL([GSSAPI_NAMINGEXTS],[test "x$ac_cv_have_decl_gss_get_name_attribute" = xyes])
+
+AS_IF([test "x$ac_cv_have_decl_gss_get_name_attribute" = xyes],
+    [AC_DEFINE([SHIBRESOLVER_HAVE_GSSAPI_NAMINGEXTS],[1],[Define to 1 if GSS-API naming extensions are available.])])
 
 AC_OUTPUT
diff --git a/resolver.spec.in b/resolver.spec.in
index 67d73e6..3fdfb3d 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -114,12 +114,14 @@ This package includes files needed for development.
 %defattr(-,root,root,-)
 %{_libdir}/libshibresolver-lite.so.*
 %{_libdir}/libshibresolver.so.*
+%exclude %{_libdir}/*.la
 
 %files -n libshibresolver-devel
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
-%exclude %{_libdir}/*.la
+%{_libdir}/pkgconfig/shibresolver.pc
+%{_libdir}/pkgconfig/shibresolver-lite.pc
 %doc %{pkgdocdir}
 
 %changelog

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list