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

Diff of /rpms/phpki/contribs7/phpki.spec

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

Revision 1.1 by slords, Mon Mar 2 23:38:37 2009 UTC Revision 1.4 by vip-ire, Mon Mar 23 12:35:20 2009 UTC
# Line 1  Line 1 
1    # $Id: phpki.spec,v 1.3 2009/03/03 18:36:43 vip-ire Exp $
2    # Authority: vip-ire
3    # Name: Daniel Berteaud
4    
5  %define         name phpki  %define         name phpki
6  %define         version 0.82  %define         version 0.82
7  %define         release 7  %define         release 9
8  Summary:        Phpki is a simple certificate management suite  Summary:        Phpki is a simple certificate management suite
9  Name:           %{name}  Name:           %{name}
10  Version:        %{version}  Version:        %{version}
11  Release:        %{release}%{?dist}  Release:        %{release}%{?dist}
 Distribution:   SME Server  
12  License:        GNU GPL version 2  License:        GNU GPL version 2
13  URL:            http://sourceforge.net/projects/phpki/  URL:            http://sourceforge.net/projects/phpki/
14  Group:          SMEserver/addon  Group:          SMEserver/addon
# Line 24  Patch10:       phpki-0.82-disable_download_aft Line 27  Patch10:       phpki-0.82-disable_download_aft
27  Patch11:        phpki-0.82-remove_security_warning.patch  Patch11:        phpki-0.82-remove_security_warning.patch
28  Patch12:        phpki-0.82-remove_email_from_upload_file_name.patch2  Patch12:        phpki-0.82-remove_email_from_upload_file_name.patch2
29    
 Packager:       Daniel B.  <daniel@firewall-services.com>  
30  BuildArch:      noarch  BuildArch:      noarch
31  BuildRoot:      /var/tmp/%{name}-%{version}  BuildRoot:      /var/tmp/%{name}-%{version}
32    
33    BuildRequires:  e-smith-devtools
34    
35  Requires:       e-smith-release >= 7.0  Requires:       e-smith-release >= 7.0
36  Requires:       php  Requires:       php
37  Requires:       openssl  Requires:       openssl
# Line 40  With it, you may create and centrally ma Line 45  With it, you may create and centrally ma
45  e-mail clients, SSL servers, and VPN applications.  e-mail clients, SSL servers, and VPN applications.
46    
47  %changelog  %changelog
48    * Mon Mar 23 2009 Daniel B. <daniel@firewall-services.com> [0.82-9]
49    - Remove links after uninstall so you can easily re-install the contrib
50      later [SME: 5091]
51    
52    * Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [0.82-8]
53    - Add e-smith-devtools as a dependencie
54    
55  * Tue Jan 20 2009 Daniel B. <daniel@firewall-services.com> [0.82-7]  * Tue Jan 20 2009 Daniel B. <daniel@firewall-services.com> [0.82-7]
56  - Don't replace config file on upgrades  - Don't replace config file on upgrades
57    
# Line 137  if [ $1 == 1 ]; then Line 149  if [ $1 == 1 ]; then
149  header(\"Location: ./../index.php\");  header(\"Location: ./../index.php\");
150  ?>  ?>
151  " > /opt/phpki/html/ca/index.php  " > /opt/phpki/html/ca/index.php
   
152  fi  fi
153    
154  %postun  %postun
155    # Remove the links to index.php after uninstall
156    if [ $1 == 0 ]; then
157        %{__rm} -f /opt/phpki/html/index.php
158        %{__rm} -f /opt/phpki/html/setup.php
159        %{__rm} -f /opt/phpki/html/ca/index.php
160    fi
161    
162    
163  true  true


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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