1 |
%define name smeserver-certificate |
2 |
%define version 0.0.4 |
3 |
%define release 7 |
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 |
|
24 |
%description |
25 |
allow to add, remove, easily commercial ssl certificate |
26 |
|
27 |
%prep |
28 |
%setup |
29 |
%patch0 -p1 |
30 |
%patch1 -p1 |
31 |
%patch2 -p1 |
32 |
%patch3 -p1 |
33 |
|
34 |
|
35 |
%build |
36 |
perl createlinks |
37 |
|
38 |
%install |
39 |
rm -rf $RPM_BUILD_ROOT |
40 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
41 |
rm -f %{name}-%{version}-filelist |
42 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
43 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
44 |
|
45 |
%clean |
46 |
cd .. |
47 |
rm -rf %{name}-%{version} |
48 |
|
49 |
%pre |
50 |
%preun |
51 |
%post |
52 |
%postun |
53 |
|
54 |
%files -f %{name}-%{version}-filelist |
55 |
%defattr(-,root,root) |
56 |
|
57 |
%changelog |
58 |
* Tue Feb 01 2022 Terry Fage <terryf@ozemail.com.au> 0.0.4-7.sme |
59 |
- smeserver-certificate-0.0.4-bz11604-to-sme10.patch |
60 |
|
61 |
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.4-6.sme |
62 |
- apply local 2017-02-02.patch |
63 |
|
64 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.4-4.sme |
65 |
- apply locale 2016-03-09 patch |
66 |
|
67 |
* Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-3.sme |
68 |
- Added smeserver-certificate-0.0.4-locale-2015-09-12.patch |
69 |
|
70 |
* Sat Aug 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.0.4-2.sme |
71 |
- Initial release to contribs9 |
72 |
|
73 |
|
74 |
* Sun Aug 03 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.0.4-1 |
75 |
- French translation |
76 |
|
77 |
* Tue Jul 01 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> -0.01-1 |
78 |
- Initial Release |
79 |
|