1 |
%define name smeserver-certificate |
2 |
%define version 0.0.4 |
3 |
%define release 9 |
4 |
|
5 |
Name: %{name} |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
Summary: allow to manage your ssl certificates |
9 |
|
10 |
Group: SMEserver/addon |
11 |
License: GNU GPL version 2 |
12 |
URL: http://www.contribs.org |
13 |
Source: %{name}-%{version}.tar.gz |
14 |
BuildRoot: %{_tmppath}/%{name}-buildroot |
15 |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
17 |
Requires: e-smith-release >= 9.0 |
18 |
AutoReqProv: no |
19 |
Patch0: smeserver-certificate-0.0.4-locale-2015-09-12.patch |
20 |
Patch1: smeserver-certificate-0.0.4-locale-2016-03-09.patch |
21 |
Patch2: smeserver-certificate-0.0.4-locale-2017-02-02.patch |
22 |
Patch3: smeserver-certificate-0.0.4-bz11604-sme10.patch |
23 |
Patch4: smeserver-certificate-0.0.4-Eliminate-Error-msg-on-blank-save.patch |
24 |
Patch5: smeserver-certificate-0.0.4-Add-panel-for-SM2.patch |
25 |
|
26 |
|
27 |
%description |
28 |
allow to add, remove, easily commercial ssl certificate |
29 |
|
30 |
%prep |
31 |
%setup |
32 |
%patch0 -p1 |
33 |
%patch1 -p1 |
34 |
%patch2 -p1 |
35 |
%patch3 -p1 |
36 |
%patch4 -p1 |
37 |
%patch5 -p1 |
38 |
|
39 |
|
40 |
|
41 |
%build |
42 |
perl createlinks |
43 |
|
44 |
%install |
45 |
rm -rf $RPM_BUILD_ROOT |
46 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
47 |
rm -f %{name}-%{version}-filelist |
48 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
49 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
50 |
|
51 |
%clean |
52 |
cd .. |
53 |
rm -rf %{name}-%{version} |
54 |
|
55 |
%pre |
56 |
%preun |
57 |
%post |
58 |
%postun |
59 |
|
60 |
%files -f %{name}-%{version}-filelist |
61 |
%defattr(-,root,root) |
62 |
|
63 |
%changelog |
64 |
* Wed Mar 30 2022 Brian Read <brianr@bjsystems.co.uk> 0.0.4-9.sme |
65 |
- Add panel for SM2 [SME: 11926] |
66 |
|
67 |
* Tue Mar 29 2022 Brian Read <brianr@bjsystems.co.uk> 0.0.4-8.sme |
68 |
- Eliminate-Error-msg-on-blank-save [SME: 11604] |
69 |
|
70 |
* Tue Feb 01 2022 Terry Fage <terryf@ozemail.com.au> 0.0.4-7.sme |
71 |
- smeserver-certificate-0.0.4-bz11604-to-sme10.patch |
72 |
|
73 |
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.4-6.sme |
74 |
- apply local 2017-02-02.patch |
75 |
|
76 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.4-4.sme |
77 |
- apply locale 2016-03-09 patch |
78 |
|
79 |
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-3.sme |
80 |
- Added smeserver-certificate-0.0.4-locale-2015-09-12.patch |
81 |
|
82 |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-2.sme |
83 |
- Initial release to contribs9 |
84 |
|
85 |
|
86 |
* Sun Aug 03 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.4-1 |
87 |
- French translation |
88 |
|
89 |
* Tue Jul 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1 |
90 |
- Initial Release |
91 |
|