/[smecontribs]/rpms/phpki/contribs7/phpki.spec
ViewVC logotype

Contents of /rpms/phpki/contribs7/phpki.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Thu Mar 18 15:29:18 2010 UTC (14 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: phpki-0_82-11_el4_sme
Changes since 1.5: +7 -2 lines
* Thu Mar 18 2010 Daniel B. <daniel@firewall-services.com> [0.82-11]
- Fixe empty password with PHP 5.2 (SME 8b5)

1 # $Id: phpki.spec,v 1.5 2009/08/26 17:49:59 vip-ire Exp $
2 # Authority: vip-ire
3 # Name: Daniel Berteaud
4
5 %define name phpki
6 %define version 0.82
7 %define release 11
8 Summary: Phpki is a simple certificate management suite
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GNU GPL version 2
13 URL: http://sourceforge.net/projects/phpki/
14 Group: SMEserver/addon
15 #wget http://www.fooweb.com/downloads/foo-3.6.431.tar.gz
16 Source: phpki-0.82.tar.gz
17 Patch1: phpki-0.82-email_signing.patch
18 Patch2: phpki-0.82-sme_openvpn_bridge_compat.patch
19 Patch3: phpki-0.82-sme_admin_user.patch
20 Patch4: phpki-0.82-openvpn_static_key.patch
21 Patch5: phpki-0.82-expirey.patch
22 Patch6: phpki-0.82-dl_display_ta_dh.patch
23 Patch7: phpki-0.82-dl_crl_in_pem.patch
24 Patch8: phpki-0.82-remove_email_from_upload_file_name.patch
25 Patch9: phpki-0.82-display_root_pem.patch
26 Patch10: phpki-0.82-disable_download_after_create.patch
27 Patch11: phpki-0.82-remove_security_warning.patch
28 Patch12: phpki-0.82-remove_email_from_upload_file_name.patch2
29 Patch13: phpki-0.82-ca_help.patch
30 Patch14: phpki-0.82-empty_pass_php_5.2.patch
31
32 BuildArch: noarch
33 BuildRoot: /var/tmp/%{name}-%{version}
34
35 BuildRequires: e-smith-devtools
36
37 Requires: e-smith-release >= 7.0
38 Requires: php
39 Requires: openssl
40 Requires: openvpn
41 AutoReqProv: no
42
43 %description
44 http://sourceforge.net/projects/phpki/
45 PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance.
46 With it, you may create and centrally manage X.509 certificates for use with S/MIME enabled
47 e-mail clients, SSL servers, and VPN applications.
48
49 %changelog
50 * Thu Mar 18 2010 Daniel B. <daniel@firewall-services.com> [0.82-11]
51 - Fixe empty password with PHP 5.2 (SME 8b5)
52
53 * Wed Aug 26 2009 Daniel B. <daniel@firewall-services.com> [0.82-10]
54 - Fixe links for CA help page
55
56 * Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.82-9]
57 - Remove links after uninstall so you can easily re-install the contrib
58 later [SME: 5091]
59
60 * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [0.82-8]
61 - Add e-smith-devtools as a dependencie
62
63 * Tue Jan 20 2009 Daniel B. <daniel@firewall-services.com> [0.82-7]
64 - Don't replace config file on upgrades
65
66 * Wed Jan 07 2009 Daniel B. <daniel@firewall-services.com> [0.82-6]
67 - Remove the email address from the file name during upload (in search page)
68 - Remove secure.sh script
69
70 * Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [0.82-5]
71 - Link index.php to setup-presetup.php
72
73 * Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.82-4]
74 - Changes so certificates imported from openvpn-bridge are recognized
75 - Configure default admin user to 'admin'
76 - Create a static key for OpenVPN TLS auth (requires openvpn)
77 - Add expirey values (3 Months, 6 Months)
78 - Display or download takey.pem and dhparam1024.pem from
79 the certificate management menue
80 - Display the Root certificate in PEM format
81 - Possibility to download the CRL in PEM format
82 - Remove the email address from the file name during upload
83 - Disable download of certificate after creating a new one
84 - Remove security warning after setup
85
86 * Wed Dec 05 2008 Daniel B. <daniel@firewall-services.com> [0.82-3]
87 - Correct extension name for email_signing certificates
88 - Remove links, and recreate them in the %post section so upgrade can be done smoothly
89
90 * Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.82-0]
91 - initial release
92 - builds from unchanged .tar.gz
93
94 %prep
95 %setup -c -n %{name}
96 %patch1 -p1
97 %patch2 -p1
98 %patch3 -p1
99 %patch4 -p1
100 %patch5 -p1
101 %patch6 -p1
102 %patch7 -p1
103 %patch8 -p1
104 %patch9 -p1
105 %patch10 -p1
106 %patch11 -p1
107 %patch12 -p1
108 %patch13 -p1
109 %patch14 -p1
110
111 %build
112 #drop in an unchanged .tgz, if required rename directory here, eg remove version number.
113 %{__mkdir_p} root/opt/phpki/html
114 %{__mkdir_p} root/opt/phpki/phpki-store
115 %{__mv} %{name}-%{version}/* root/opt/phpki/html/
116
117 # Remove links to setup page so upgrades can be done smoothly
118 %{__rm} -f root/opt/phpki/html/index.php
119 %{__rm} -f root/opt/phpki/html/ca/index.php
120 %{__rm} -f root/opt/phpki/html/setup.php
121
122 # This script shouldn't be here
123 %{__rm} -f root/opt/phpki/html/secure.sh
124
125
126 %install
127 rm -rf $RPM_BUILD_ROOT
128 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
129 rm -f %{name}-%{version}-filelist
130 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
131 --file '/opt/phpki/html/config.php' 'attr(660,root,phpki) %config(noreplace)' \
132 --file '/opt/phpki/html/openssl.cnf' 'attr(660,root,phpki) %config(noreplace)' \
133 --dir '/opt/phpki/html' 'attr(770,root,phpki)' \
134 --dir '/opt/phpki/html/ca' 'attr(770,root,phpki)' \
135 --dir '/opt/phpki/phpki-store' 'attr(750,phpki,phpki)' \
136 > %{name}-%{version}-filelist
137
138 %files -f %{name}-%{version}-filelist
139 %defattr(-,root,root)
140
141 %clean
142 cd ..
143 rm -rf $RPM_BUILD_ROOT
144
145 %pre
146 if ! /usr/bin/id phpki &>/dev/null; then
147 /usr/sbin/useradd -c 'Phpki User' -s /sbin/nologin -r -d /opt/phpki/phpki-store phpki &>/dev/null || \
148 %logmsg "Unexpected error adding user \"phpki\". Abort installation."
149 fi
150
151 %preun
152
153 %post
154 # First install, point index.php to setup.php
155 if [ $1 == 1 ]; then
156 %{__ln_s} /opt/phpki/html/setup.php-presetup /opt/phpki/html/index.php
157 %{__ln_s} /opt/phpki/html/setup.php-presetup /opt/phpki/html/setup.php
158 echo "<?php
159 header(\"Location: ./../index.php\");
160 ?>
161 " > /opt/phpki/html/ca/index.php
162 fi
163
164 %postun
165 # Remove the links to index.php after uninstall
166 if [ $1 == 0 ]; then
167 %{__rm} -f /opt/phpki/html/index.php
168 %{__rm} -f /opt/phpki/html/setup.php
169 %{__rm} -f /opt/phpki/html/ca/index.php
170 fi
171
172
173 true

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed