[cpp-sp-resolver] branch master updated: Clean up gitignores and update specfile with final nits.

Scott Cantor cantor.2 at osu.edu
Wed Jan 25 20:38:44 EST 2017


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=f930b92f0c1068a3376b9e30e96d714ed731b7c0

The following commit(s) were added to refs/heads/master by this push:
       new  f930b92   Clean up gitignores and update specfile with final nits.
f930b92 is described below

commit f930b92f0c1068a3376b9e30e96d714ed731b7c0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 25 20:38:37 2017 -0500

    Clean up gitignores and update specfile with final nits.
---
 .gitignore                  | 19 ++++++++++++++++++-
 doc/.gitignore              |  1 -
 m4/.gitignore               |  5 -----
 resolver.spec.in            |  3 ++-
 src/.gitignore              |  1 -
 src/shibresolver/.gitignore |  7 -------
 6 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/.gitignore b/.gitignore
index 92be9b8..5c2ce91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
 .DS_store
 # Simulated Subversion default ignores end here
 # The contents of the svn:ignore property on the branch root.
+/Portfile
 /Debug
 /Release
 /x64
@@ -28,7 +29,23 @@
 /configure
 /config.log
 /config.h.in
-/Makefile.in
+/config.h
 /aclocal.m4
 /build
 /.settings
+/config.status
+/libtool
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+/resolver.spec
+/shibboleth-resolver-1.0.0.tar.gz
+.deps/
+/src/shibresolver/config_pub.h
+/src/shibresolver/stamp-h2
+/stamp-h1
+Makefile.in
+Makefile
+
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644
index 10a7e8d..0000000
--- a/doc/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/Makefile.in
diff --git a/m4/.gitignore b/m4/.gitignore
deleted file mode 100644
index 28c9f02..0000000
--- a/m4/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/ltoptions.m4
-/libtool.m4
-/lt~obsolete.m4
-/ltsugar.m4
-/ltversion.m4
diff --git a/resolver.spec.in b/resolver.spec.in
index 78d25d3..6e74752 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -4,7 +4,7 @@ Summary:	Shibboleth SP Attribute Resolver Library
 Release:	1
 Vendor:		Shibboleth Consortium
 Group:		System Environment/Libraries
-License:	Apache 2.0
+License:	Apache-2.0
 URL:		http://shibboleth.net/
 Source0:	http://shibboleth.net/downloads/extensions/sp/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -20,6 +20,7 @@ BuildRequires:  libxerces-c-devel >= 3.1
 BuildRequires:  libxml-security-c-devel >= 1.7.3
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
+%{!?_without_gssapi:BuildRequires: krb5-devel}
 BuildRequires:  gcc-c++, libxmltooling-devel, libsaml-devel, shibboleth-devel
 %if "%{_vendor}" == "redhat"
 BuildRequires: redhat-rpm-config
diff --git a/src/.gitignore b/src/.gitignore
deleted file mode 100644
index 10a7e8d..0000000
--- a/src/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/Makefile.in
diff --git a/src/shibresolver/.gitignore b/src/shibresolver/.gitignore
deleted file mode 100644
index dec6ee6..0000000
--- a/src/shibresolver/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/Debug
-/Release
-/shibresolver-lite-Debug
-/shibresolver-lite-Release
-/x64
-/*.user
-/Makefile.in

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


More information about the commits mailing list