Fixed saml dependency
[shibboleth/sp.git] / shibboleth.spec.in
1 Name:           shibboleth
2 Summary:        Open source system to enable inter-institutional resource sharing
3 Version:        @-VERSION-@
4 Release:        1
5 #Copyright:     University Corporation for Advanced Internet Development, Inc.
6 Group:          System Environment/Libraries
7 License:        Apache style
8 URL:            http://shibboleth.internet2.edu/
9 Source0:        http://wayf.internet2.edu/shibboleth/%{name}-%{version}.tar.gz
10 Source1:        http://wayf.internet2.edu/shibboleth/%{name}-%{version}.tar.gz.asc
11 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13 BuildRequires:  openssl-devel, curl-devel >= 7.10.6, xerces-c-devel >= 2.6.1
14 BuildRequires:  xml-security-c-devel >= 1.1.0, log4cpp-devel >= 0.3.5
15 BuildRequires:  zlib-devel, opensaml-devel >= 1.1, httpd-devel
16
17 %description
18 Shibboleth, a project of Internet2/MACE, is developing architectures,
19 policy structures, practical technologies, and an open source
20 implementation to support inter-institutional sharing of web resources
21 subject to access controls. In addition, Shibboleth will develop a
22 policy framework that will allow inter-operation within the higher
23 education community.
24
25 This package contains the shibboleth runtime library and apache module.
26
27 %package devel
28 Summary: Shibboleth development Headers
29 Group: Development/Libraries
30 Requires: %{name} = %{version}
31
32 %description devel
33 Shibboleth, a project of Internet2/MACE, is developing architectures,
34 policy structures, practical technologies, and an open source
35 implementation to support inter-institutional sharing of web resources
36 subject to access controls. In addition, Shibboleth will develop a
37 policy framework that will allow inter-operation within the higher
38 education community.
39
40 This package contains the headers and other necessary files to build
41 applications that use the shibboleth library.
42
43 %package selinux-targeted-policy
44 Summary: SELinux targeted policy configuration for Shibboleth SP
45 Group: System Environment/Base
46 Requires: selinux-targeted-policy-source
47
48 %description selinux-targeted-policy
49 Shibboleth, a project of Internet2/MACE, is developing architectures,
50 policy structures, practical technologies, and an open source
51 implementation to support inter-institutional sharing of web resources
52 subject to access controls. In addition, Shibboleth will develop a
53 policy framework that will allow inter-operation within the higher
54 education community.
55
56 This package contains the SELinux Policy (source) Configuration to
57 enable the Shibboleth SP to integrate into Apache HTTPD in Red Hat /
58 Fedora's Targeted Policy SELinux implementation.  It requires
59 rebuilding your policy, so you must have the policy-source installed.
60
61 %prep
62 %setup -q
63
64 %build
65 %configure --enable-apache-20
66 make
67 make -C selinux
68
69 %install
70 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
71 rm -rf _docs
72
73 make install DESTDIR=$RPM_BUILD_ROOT
74 make -C selinux install DESTDIR=$RPM_BUILD_ROOT
75 mv $RPM_BUILD_ROOT/usr/doc/shibboleth _docs
76
77 find $RPM_BUILD_ROOT/%{_libexecdir} -type f -or -type l | grep \.so |
78   sed -e "s|$RPM_BUILD_ROOT||" | sort > rpm.filelist
79
80 %check || :
81 make check
82
83 %clean
84 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
85
86 %post
87 /sbin/ldconfig
88
89 # Plug the shibboleth SP into Apache2 on a Red Hat system.
90 [ -d %{_sysconfdir}/httpd/conf.d ] || exit 0
91 [ -f %{_sysconfdir}/httpd/conf.d/shib.conf ] && exit 0
92 cp -p %{_sysconfdir}/shibboleth/apache2.config \
93     %{_sysconfdir}/httpd/conf.d/shib.conf
94
95 %postun
96 /sbin/ldconfig
97
98 # delete the shibboleth apache configuration if we're being removed
99 [ "$0" = 0 ] || exit 0
100 [ -f %{_sysconfdir}/httpd/conf.d/shib.conf ] && \
101     rm -f %{_sysconfdir}/httpd/conf.d/shib.conf
102
103 %triggerin selinux-targeted-policy -- %{name}
104 restorecon %{_sbindir}/shibd
105
106 %triggerin selinux-targeted-policy -- selinux-targeted-policy-source
107 cd %{_sysconfdir}/selinux/src/policy || exit 1
108 make -W load
109
110 %files -f rpm.filelist
111 %defattr(-,root,root,-)
112 %doc _docs/CREDITS.txt _docs/InQueue.html _docs/NEWS.txt _docs/logo.jpg
113 %doc _docs/DEPLOY-GUIDE-ORIGIN.html _docs/main.css _docs/README.txt
114 %doc _docs/DEPLOY-GUIDE-TARGET.html _docs/LICENSE.txt _docs/mysql-4.0.12.diff
115 %{_sbindir}/shibd
116 %{_sbindir}/siterefresh
117 %{_bindir}/shibtest
118 %{_libdir}/libshib.so.*
119 %{_libdir}/libshib-target.so.*
120 %dir %{_datadir}/xml/shibboleth
121 %{_datadir}/xml/shibboleth/*.xsd
122 %dir %{_sysconfdir}/shibboleth
123 %config %{_sysconfdir}/shibboleth/*.xml
124 %config %{_sysconfdir}/shibboleth/*.html
125 %config %{_sysconfdir}/shibboleth/*.logger
126 %config %{_sysconfdir}/shibboleth/inqueue.pem
127 %config %{_sysconfdir}/shibboleth/example.crt
128 %config %{_sysconfdir}/shibboleth/example.key
129 %{_sysconfdir}/shibboleth/*.dist
130 %{_sysconfdir}/shibboleth/apache*.config
131
132 %exclude %{_bindir}/posttest
133 %exclude %{_bindir}/test-client
134 %exclude %{_libexecdir}/*.la
135
136 %files devel
137 %defattr(-,root,root,-)
138 %{_includedir}
139 %{_libdir}/libshib.so
140 %{_libdir}/libshib-target.so
141
142 %files selinux-targeted-policy
143 %defattr(-,root,root,-)
144 %{_sysconfdir}/selinux/targeted/src/policy/file_contexts/program/*.fc
145 %{_sysconfdir}/selinux/targeted/src/policy/domain/program/*.te
146
147 %changelog
148 * Sun Apr 24 2005  Scott Cantor  <cantor.2@osu.edu>  - 1.3-1
149 - Updated test programs and location of schemas.
150 - move siterefresh to to sbindir
151
152 * Fri Apr  1 2005  Derek Atkins  <derek@ihtfp.com>  - 1.3-1
153 - Add selinux-targeted-policy package
154 - move shar to sbindir
155
156 * Tue Oct 19 2004  Derek Atkins  <derek@ihtfp.com>  - 1.2-1
157 - Create SPEC file based on various versions in existence.