1 |
jcrisp |
1.1 |
%define name smeserver-certificate |
2 |
|
|
%define version 0.0.4 |
3 |
jpp |
1.8 |
%define release 13 |
4 |
jcrisp |
1.1 |
|
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 |
terryfage |
1.2 |
Patch3: smeserver-certificate-0.0.4-bz11604-sme10.patch |
23 |
brianr |
1.3 |
Patch4: smeserver-certificate-0.0.4-Eliminate-Error-msg-on-blank-save.patch |
24 |
brianr |
1.4 |
Patch5: smeserver-certificate-0.0.4-Add-panel-for-SM2.patch |
25 |
brianr |
1.5 |
Patch6: smeserver-certificate-0.0.4-Update-lex-file.patch |
26 |
brianr |
1.6 |
Patch7: smeserver-certificate-0.0.4-Fix-Routes.patch |
27 |
jpp |
1.7 |
Patch8: smeserver-certificate-0.0.4-locale-2022-07-22.patch |
28 |
jpp |
1.8 |
Patch9: smeserver-certificate-0.0.4-locale-2022-11-11.patch |
29 |
jcrisp |
1.1 |
|
30 |
|
|
%description |
31 |
|
|
allow to add, remove, easily commercial ssl certificate |
32 |
|
|
|
33 |
|
|
%prep |
34 |
|
|
%setup |
35 |
|
|
%patch0 -p1 |
36 |
|
|
%patch1 -p1 |
37 |
|
|
%patch2 -p1 |
38 |
terryfage |
1.2 |
%patch3 -p1 |
39 |
brianr |
1.3 |
%patch4 -p1 |
40 |
brianr |
1.4 |
%patch5 -p1 |
41 |
brianr |
1.5 |
%patch6 -p1 |
42 |
brianr |
1.6 |
%patch7 -p1 |
43 |
jpp |
1.7 |
%patch8 -p1 |
44 |
jpp |
1.8 |
%patch9 -p1 |
45 |
jcrisp |
1.1 |
|
46 |
|
|
%build |
47 |
|
|
perl createlinks |
48 |
|
|
|
49 |
|
|
%install |
50 |
|
|
rm -rf $RPM_BUILD_ROOT |
51 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
52 |
|
|
rm -f %{name}-%{version}-filelist |
53 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
54 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-filelist |
55 |
|
|
|
56 |
|
|
%clean |
57 |
|
|
cd .. |
58 |
|
|
rm -rf %{name}-%{version} |
59 |
|
|
|
60 |
|
|
%pre |
61 |
|
|
%preun |
62 |
|
|
%post |
63 |
|
|
%postun |
64 |
|
|
|
65 |
|
|
%files -f %{name}-%{version}-filelist |
66 |
|
|
%defattr(-,root,root) |
67 |
|
|
|
68 |
|
|
%changelog |
69 |
jpp |
1.8 |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.4-13.sme |
70 |
|
|
- apply locale 2022-11-11 patch |
71 |
|
|
|
72 |
jpp |
1.7 |
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.4-12.sme |
73 |
|
|
- translation 2022-07-22 patch |
74 |
|
|
|
75 |
brianr |
1.6 |
* Thu May 26 2022 Brian Read <brianr@bjsystems.co.uk> 0.0.4-11.sme |
76 |
|
|
- fix routes [SME: 11926] |
77 |
|
|
|
78 |
brianr |
1.5 |
* Sun Apr 17 2022 Brian Read <brianr@bjsystems.co.uk> 0.0.4-10.sme |
79 |
|
|
- Add in updated lex file [SME: 11926] |
80 |
|
|
|
81 |
brianr |
1.4 |
* Wed Mar 30 2022 Brian Read <brianr@bjsystems.co.uk> 0.0.4-9.sme |
82 |
|
|
- Add panel for SM2 [SME: 11926] |
83 |
|
|
|
84 |
brianr |
1.3 |
* Tue Mar 29 2022 Brian Read <brianr@bjsystems.co.uk> 0.0.4-8.sme |
85 |
|
|
- Eliminate-Error-msg-on-blank-save [SME: 11604] |
86 |
|
|
|
87 |
terryfage |
1.2 |
* Tue Feb 01 2022 Terry Fage <terryf@ozemail.com.au> 0.0.4-7.sme |
88 |
|
|
- smeserver-certificate-0.0.4-bz11604-to-sme10.patch |
89 |
|
|
|
90 |
jcrisp |
1.1 |
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.4-6.sme |
91 |
|
|
- apply local 2017-02-02.patch |
92 |
|
|
|
93 |
|
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.4-4.sme |
94 |
|
|
- apply locale 2016-03-09 patch |
95 |
|
|
|
96 |
|
|
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-3.sme |
97 |
|
|
- Added smeserver-certificate-0.0.4-locale-2015-09-12.patch |
98 |
|
|
|
99 |
|
|
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-2.sme |
100 |
|
|
- Initial release to contribs9 |
101 |
|
|
|
102 |
|
|
|
103 |
|
|
* Sun Aug 03 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.4-1 |
104 |
|
|
- French translation |
105 |
|
|
|
106 |
|
|
* Tue Jul 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1 |
107 |
|
|
- Initial Release |
108 |
|
|
|