[shibboleth-sp2] 85/100: RPM changes from HEAD
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.
commit 287e9a4ed62bd04d136adfdcddd1f83d58a946f0
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Tue Oct 26 22:08:45 2004 +0000
RPM changes from HEAD
---
.gitignore | 3 ++-
Makefile.am | 16 +++++++++++++---
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index aad9be0..0db2449 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,4 +31,5 @@
/configure
/libtool
/*.opt
-/*.ncb
\ No newline at end of file
+/*.ncb
+/shibboleth.spec
\ No newline at end of file
diff --git a/Makefile.am b/Makefile.am
index d3d4398..46b65e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,9 +4,9 @@ ACLOCAL_AMFLAGS = -I .
EXTRA_DIST = \
schemas doc isapi_shib isapi_shib_gui \
- Shibboleth.dsw libtool.m4 acx_pthread.m4 acx_rpctest.m4 depcomp config_win32.h \
- posttest/posttest.dsp \
- shibtest/shibtest.dsp
+ Shibboleth.dsw libtool.m4 acx_pthread.m4 acx_rpctest.m4 depcomp \
+ config_win32.h posttest/posttest.dsp shibtest/shibtest.dsp \
+ shibboleth.spec.in shibboleth.spec
dist-hook:
rm -rf `find $(distdir)/schemas -name CVS`
@@ -23,3 +23,13 @@ SUBDIRS = $(WANT_SUBDIRS)
DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
apache siterefresh shib-mysql-ccache xmlproviders
+
+all-local: shibboleth.spec
+
+shibboleth.spec: shibboleth.spec.in Makefile
+ rm -f $@.tmp
+ sed < $< > $@.tmp \
+ -e 's:@-VERSION-@:${VERSION}:'
+ mv $@.tmp $@
+
+DISTCLEANFILES = shibboleth.spec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list