rpms/mod_auth_cas/F-13 auth_cas.conf, NONE, 1.1 import.log, NONE, 1.1 mod_auth_cas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Miller maxamillion at fedoraproject.org
Tue Jun 29 15:02:04 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/mod_auth_cas/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17314/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	auth_cas.conf import.log mod_auth_cas.spec 
Log Message:
First import of mod_auth_cas for F-13 branch



--- NEW FILE auth_cas.conf ---
#
# mod_auth_cas is an Apache 2.0/2.2 compliant module that supports the
# CASv1 and CASv2 protocols
#

LoadModule auth_cas_module modules/mod_auth_cas.so


--- NEW FILE import.log ---
mod_auth_cas-1_0_8_1-2_fc13:F-13:mod_auth_cas-1.0.8.1-2.fc13.src.rpm:1277823699


--- NEW FILE mod_auth_cas.spec ---
Name:           mod_auth_cas
Version:        1.0.8.1
Release:        2%{?dist}
Summary:        Apache 2.0/2.2 compliant module that supports the CASv1 and CASv2 protocols

Group:          System Environment/Daemons
License:        GPLv3+ with exceptions
URL:            http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas
# The source for this package was pulled from the upstream's vcs. Their 
# releases are stored in SVN instead of exported to a tar.gz, I used the 
# following commands to do so:
#  svn export https://source.jasig.org/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.8.1 mod_auth_cas-1.0.8.1

#  tar -czvf mod_auth_cas-1.0.8.1.tar.gz mod_auth_cas-1.0.8.1/
Source0:        mod_auth_cas-1.0.8.1.tar.gz
Source1:        auth_cas.conf

BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  openssl-devel
BuildRequires:  httpd-devel

Requires:       httpd

%description
mod_auth_cas is an Apache 2.0/2.2 compliant module that supports the CASv1
and CASv2 protocols

%prep
%setup -q


%build
%configure --with-apxs=%{_sbindir}/apxs
make %{?_smp_mflags}



%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}/%{_libdir}/httpd/modules/

mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf.d
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/auth_cas.conf


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README
%{_libdir}/httpd/modules/*.so
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf

%changelog
* Tue Jun 29 2010 Adam Miller <maxamillion at fedoraproject.org> - 1.0.8.1-2
- Fixed svn export link, upstream changed canonical URL names.

* Wed Apr 28 2010 Adam Miller <maxamillion at fedoraproject.org> - 1.0.8.1-1
- added requires of httpd 
- fixed mixed use of macros
- updated to latest version

* Fri Aug 07 2009 Adam Miller <maxamillion at fedoraproject.org> - 1.0.8-1
- First attempt to package mod_auth_cas for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mod_auth_cas/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 Jun 2010 17:43:25 -0000	1.1
+++ .cvsignore	29 Jun 2010 15:02:04 -0000	1.2
@@ -0,0 +1 @@
+mod_auth_cas-1.0.8.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mod_auth_cas/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 Jun 2010 17:43:25 -0000	1.1
+++ sources	29 Jun 2010 15:02:04 -0000	1.2
@@ -0,0 +1 @@
+41e2c8268c1f8c84a98ca76133e1d870  mod_auth_cas-1.0.8.1.tar.gz



More information about the scm-commits mailing list