https://issues.shibboleth.net/jira/browse/SSPCPP-100
[shibboleth/cpp-sp.git] / shibboleth.spec.in
1 Name:           shibboleth
2 Summary:        Open source system for attribute-based Web SSO
3 Version:        @-VERSION-@
4 Release:        6
5 #Copyright:     Internet2
6 Group:          System Environment/Libraries
7 License:        Apache style
8 URL:            http://shibboleth.internet2.edu/
9 Source0:        http://shibboleth.internet2.edu/downloads/%{name}-%{version}.tar.gz
10 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11 BuildRequires:  openssl-devel
12 BuildRequires:  xerces%{?xercesver}-c-devel >= 2.8.0
13 BuildRequires:  xml-security-c-devel >= 1.4.0
14 BuildRequires:  zlib-devel, opensaml-devel >= 2.0
15 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0}
16 %{!?_with_log4cpp:BuildRequires: log4shib-devel}
17 %{?_with_fastcgi:BuildRequires: fcgi-devel}
18 %if "%{_vendor}" == "redhat"
19 %{!?_without_builtinapache:BuildRequires: httpd-devel}
20 %endif
21 %if "%{_vendor}" == "suse"
22 %{!?_without_builtinapache:BuildRequires: apache2-devel}
23 %endif
24
25
26 %description
27 Shibboleth, a project of Internet2/MACE, is developing architectures,
28 policy structures, practical technologies, and an open source
29 implementation to support inter-institutional sharing of web resources
30 subject to access controls. In addition, Shibboleth will develop a
31 policy framework that will allow inter-operation within the higher
32 education community.
33
34 This package contains the shibboleth runtime library and apache module.
35
36 %package devel
37 Summary: Shibboleth development Headers
38 Group: Development/Libraries
39 Requires: %{name} = %{version}
40
41 %description devel
42 Shibboleth, a project of Internet2/MACE, is developing architectures,
43 policy structures, practical technologies, and an open source
44 implementation to support inter-institutional sharing of web resources
45 subject to access controls. In addition, Shibboleth will develop a
46 policy framework that will allow inter-operation within the higher
47 education community.
48
49 This package contains the headers and other necessary files to build
50 applications that use the shibboleth library.
51
52 %package docs
53 Summary: Shibboleth API Documentation
54 Group: Development/Libraries
55 Requires: %{name} = %{version}
56
57 %description docs
58 Shibboleth Library API documentation generated by doxygen.
59
60 %prep
61 %setup -q
62
63 %build
64 %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{?shib_options}
65 %{__make}
66
67 %install
68 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
69 %{__make} install NOKEYGEN=1 DESTDIR=$RPM_BUILD_ROOT
70
71 %if "%{_vendor}" == "suse"
72         %{__sed} -i "s/\/var\/log\/httpd/\/var\/log\/apache2/g" \
73                 $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/native.logger
74 %endif
75
76 # Plug the SP into Apache on a recognized system.
77 APACHE_CONFIG="no"
78 if [ -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/mod_shib_13.so ] ; then
79     APACHE_CONFIG="apache.config"
80 fi
81 if [ -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/mod_shib_20.so ] ; then
82     APACHE_CONFIG="apache2.config"
83 fi
84 if [ -f $RPM_BUILD_ROOT/%{_libdir}/%{name}/mod_shib_22.so ] ; then
85     APACHE_CONFIG="apache22.config"
86 fi
87 if [ "$APACHE_CONFIG" != "no" ] ; then
88     APACHE_CONFD="no"
89     if [ -d %{_sysconfdir}/httpd/conf.d ] ; then
90             APACHE_CONFD="%{_sysconfdir}/httpd/conf.d"
91     fi
92     if [ -d %{_sysconfdir}/apache2/conf.d ] ; then
93             APACHE_CONFD="%{_sysconfdir}/apache2/conf.d"
94     fi
95     if [ "$APACHE_CONFD" != "no" ] ; then
96         if [ ! -f $APACHE_CONFD/shib.conf ] ; then
97 %if "%{_vendor}" == "suse"
98             %{__sed} "s/\/usr\/doc\/%{name}/\/usr\/share\/doc\/packages\/%{name}/g" \
99                 %{_sysconfdir}/%{name}/$APACHE_CONFIG \
100                 > $APACHE_CONFD/shib.conf
101 %else
102             %{__sed} "s/\/usr\/doc\/%{name}/\/usr\/share\/doc\/%{name}-@-VERSION-@/g" \
103                 %{_sysconfdir}/%{name}/$APACHE_CONFIG \
104                 > $APACHE_CONFD/shib.conf
105 %endif
106         fi
107     fi
108 fi
109
110 %check || :
111 %{__make} check
112
113 %clean
114 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
115
116 %post
117 %ifnos solaris2.8 solaris2.9 solaris2.10
118 /sbin/ldconfig
119 %endif
120
121 # Install the shibd init.d scripts and service
122 %if "%{_vendor}" == "redhat"
123         if [ -d %{_sysconfdir}/init.d ] ; then
124                 if [ ! -f %{_sysconfdir}/init.d/shibd ] ; then
125                         %{__cp} -p %{_sysconfdir}/%{name}/shibd-%{_vendor} %{_sysconfdir}/init.d/shibd
126                         %{__chmod} 755 %{_sysconfdir}/init.d/shibd
127                         chkconfig --add shibd
128                 fi
129         fi
130 %endif
131
132 # Key generation
133 cd %{_sysconfdir}/%{name}
134 sh ./keygen.sh -b
135
136 %postun
137 %ifnos solaris2.8 solaris2.9 solaris2.10
138 /sbin/ldconfig
139 %endif
140
141 # clear init.d state
142 %if "%{_vendor}" == "redhat"
143         chkconfig --del shibd
144         [ -f %{_sysconfdir}/init.d/shibd ] && \
145             %{__rm} -f %{_sysconfdir}/init.d/shibd
146 %endif
147
148 %files
149 %defattr(-,root,root,-)
150 %{_sbindir}/shibd
151 %{_bindir}/mdquery
152 %{_bindir}/resolvertest
153 %{_libdir}/libshibsp.so.*
154 %{_libdir}/libshibsp-lite.so.*
155 %dir %{_libdir}/%{name}
156 %{_libdir}/%{name}/*
157 %exclude %{_libdir}/%{name}/*.la
158 %dir %{_localstatedir}/log/%{name}
159 %dir %{_localstatedir}/run/%{name}
160 %dir %{_datadir}/xml/%{name}
161 %{_datadir}/xml/%{name}/*
162 %dir %{_sysconfdir}/%{name}
163 %config(noreplace) %{_sysconfdir}/%{name}/*.xml
164 %config(noreplace) %{_sysconfdir}/%{name}/*.html
165 %config(noreplace) %{_sysconfdir}/%{name}/*.logger
166 %if "%{_vendor}" == "suse"
167 %config %{_sysconfdir}/apache2/conf.d/shib.conf
168 %else
169 %config %{_sysconfdir}/httpd/conf.d/shib.conf
170 %endif
171 %{_sysconfdir}/%{name}/*.dist
172 %{_sysconfdir}/%{name}/apache*.config
173 %{_sysconfdir}/%{name}/shibd-redhat
174 %{_sysconfdir}/%{name}/shibd-debian
175 %{_sysconfdir}/%{name}/shibd-osx.plist
176 %{_sysconfdir}/%{name}/keygen.sh
177 %{_sysconfdir}/%{name}/*.xsl
178 %docdir %{_datadir}/doc/%{name}
179 %{_datadir}/doc/%{name}/CREDITS.txt
180 %{_datadir}/doc/%{name}/FASTCGI.LICENSE
181 %{_datadir}/doc/%{name}/LICENSE.txt
182 %{_datadir}/doc/%{name}/LOG4CPP.LICENSE
183 %{_datadir}/doc/%{name}/logo.jpg
184 %{_datadir}/doc/%{name}/main.css
185 %{_datadir}/doc/%{name}/NOTICE.txt
186 %{_datadir}/doc/%{name}/OPENSSL.LICENSE
187 %{_datadir}/doc/%{name}/README.txt
188 %{_datadir}/doc/%{name}/RELEASE.txt
189
190 %files devel
191 %defattr(-,root,root,-)
192 %{_includedir}
193 %{_libdir}/libshibsp.so
194 %{_libdir}/libshibsp-lite.so
195
196 %files docs
197 %defattr(644,root,root,755)
198 %doc %{_datadir}/doc/%{name}/api
199
200 %changelog
201 * Tue Jun 10 2008  Scott Cantor  <cantor.2@osu.edu>  - 2.1-1
202 - Change shib.conf handling to treat as config file.
203
204 * Mon Mar 17 2008  Scott Cantor  <cantor.2@osu.edu>  - 2.0-6
205 - Official release.
206
207 * Fri Jan 18 2008  Scott Cantor  <cantor.2@osu.edu>  - 2.0-5
208 - Release candidate 1.
209
210 * Sun Oct 21 2007 Scott Cantor  <cantor.2@osu.edu>  - 2.0-4
211 - libexec -> lib/shibboleth changes
212 - Added doc subpackage
213
214 * Thu Aug 16 2007 Scott Cantor  <cantor.2@osu.edu>  - 2.0-3
215 - First public beta.
216
217 * Fri Jul 13 2007 Scott Cantor  <cantor.2@osu.edu>  - 2.0-2
218 - Second alpha release.
219
220 * Sun Jun 10 2007 Scott Cantor  <cantor.2@osu.edu>  - 2.0-1
221 - First alpha release.
222
223 * Mon Oct 2 2006 Scott Cantor   <cantor.2@osu.edu>  - 1.3-11
224 - Applied fix for secadv 20061002
225 - Fix for metadata loader loop
226
227 * Wed Jun 15 2006 Scott Cantor  <cantor.2@osu.edu>  - 1.3-10
228 - Applied fix for sec 20060615
229
230 * Fri Apr 15 2006 Scott Cantor  <cantor.2@osu.edu>  - 1.3-9
231 - Misc. patches, SuSE, Apache 2.2, gcc 4.1, and 64-bit support
232
233 * Mon Jan 9 2006 Scott Cantor  <cantor.2@osu.edu>  - 1.3-8
234 - Applied new fix for secadv 20060109
235
236 * Tue Nov 8 2005 Scott Cantor  <cantor.2@osu.edu>  - 1.3-7
237 - Applied new fix for secadv 20050901 plus rollup
238
239 * Fri Sep 23 2005 Scott Cantor  <cantor.2@osu.edu>  - 1.3-6
240 - Minor patches and default config changes
241 - pidfile patch
242 - Fix shib.conf creation
243 - Integrated init.d script
244 - Prevent replacement of config files
245
246 * Thu Sep 1 2005  Scott Cantor  <cantor.2@osu.edu>  - 1.3-5
247 - Applied fix for secadv 20050901 plus rollup of NSAPI fixes
248
249 * Sun Apr 24 2005  Scott Cantor  <cantor.2@osu.edu>  - 1.3-1
250 - Updated test programs and location of schemas.
251 - move siterefresh to to sbindir
252
253 * Fri Apr  1 2005  Derek Atkins  <derek@ihtfp.com>  - 1.3-1
254 - Add selinux-targeted-policy package
255 - move shar to sbindir
256
257 * Tue Oct 19 2004  Derek Atkins  <derek@ihtfp.com>  - 1.2-1
258 - Create SPEC file based on various versions in existence.