/[smecontribs]/rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec
ViewVC logotype

Diff of /rpms/smeserver-phpki-ng/contribs10/smeserver-phpki-ng.spec

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

Revision 1.1 by jcrisp, Tue Nov 24 16:28:22 2020 UTC Revision 1.4 by brianr, Sat Feb 13 14:20:05 2021 UTC
# Line 4  Line 4 
4    
5  Name:           smeserver-phpki-ng  Name:           smeserver-phpki-ng
6  Version:        0.3  Version:        0.3
7  Release:        1%{?dist}  Release:        3%{?dist}
8  Summary:        php integration into SME server  Summary:        php integration into SME server
9    
10  Group:          Applications/System  Group:          Applications/System
11  License:        GPL  License:        GPL
12  URL:            http://phpki.sourceforge.net/  URL:            http://phpki.sourceforge.net/
13  Source:         %{name}-%{version}.tar.xz  Source:         %{name}-%{version}.tar.xz
14    
15  #Patch0:        smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch  #Patch0:        smeserver-phpki-0.2-fix_redirect_with_user-manager_and_sso.patch
16  #Patch1:        smeserver-phpki-0.2.bz10267.updatetktauth.patch  #Patch1:        smeserver-phpki-0.2.bz10267.updatetktauth.patch
17    
18    Patch0:         smeserver-phpki-ng-0.3-Add-extra-Loadmodules-to-httpd-conf.patch
19    Patch1:         smeserver-phpki-ng-0.3-Add-in-systemd-startup.patch
20    
21  BuildRoot:      %{_tmppath}/%{name}-%{version}  BuildRoot:      %{_tmppath}/%{name}-%{version}
22  BuildArch:      noarch  BuildArch:      noarch
23    
# Line 34  This package contains specific configura Line 38  This package contains specific configura
38    
39    
40  %changelog  %changelog
41    * Sat Feb 13 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-3.sme
42    - Set execution bit on /opt/phpki/html/ca in spec file[SME: 11207]
43    
44    * Tue Feb 09 2021 Brian Read <brianr@bjsystems.co.uk> 0.3-3.sme
45    - Add-in-systemd-startup [SME: 11207]
46    
47    * Thu Nov 26 2020 Brian Read <brianr@bjsystems.co.uk> 0.3-2.sme
48    - Add in Loadmodules needed to pki-conf/httpd.conf [SME: 11207]
49    
50  * Fri Apr 03 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-1.sme  * Fri Apr 03 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-1.sme
51  - New release for phpki-ng-0.84 based on phpki-0.83  - New release for phpki-ng-0.84 based on phpki-0.83
52    
# Line 77  This package contains specific configura Line 90  This package contains specific configura
90    
91  %prep  %prep
92  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
93  #%patch0 -p1  %patch0 -p1
94    %patch1 -p1
95  #%patch1 -p1  #%patch1 -p1
96    
97  %build  %build
# Line 92  perl createlinks Line 106  perl createlinks
106    
107    
108  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)  (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
109    
110    chmod +x $RPM_BUILD_ROOT/usr/sbin/systemd/httpd-pki
111    
112  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
113  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
114          --dir /var/service/httpd-pki 'attr(01755,root,root)' \          --dir /var/service/httpd-pki 'attr(01755,root,root)' \
# Line 104  perl createlinks Line 121  perl createlinks
121          --dir /var/lib/php/pki-session 'attr(0770,root,phpki)' \          --dir /var/lib/php/pki-session 'attr(0770,root,phpki)' \
122          > %{name}-%{version}-filelist          > %{name}-%{version}-filelist
123    
124    %post
125    chmod +x /opt/phpki/html/
126    chmod +x /opt/phpki/html/ca
127    
128  %clean  %clean
129  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT


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