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