1 |
# $Id: smeserver-sme7admin.spec,v 1.10 2009/03/09 19:10:59 vip-ire Exp $ |
# $Id: smeserver-sme7admin.spec,v 1.20 2009/09/29 06:26:29 vip-ire Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
6 |
%define name smeserver-sme7admin |
%define name smeserver-sme7admin |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1.1 |
%define version 1.1.1 |
9 |
%define release 6 |
%define release 16 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
17 |
#Patch3: smeserver-sme7admin-1.1.1-extralink.patch |
#Patch3: smeserver-sme7admin-1.1.1-extralink.patch |
18 |
Patch4: smeserver-sme7admin-1.1.1-detect_locale.patch |
Patch4: smeserver-sme7admin-1.1.1-detect_locale.patch |
19 |
Patch5: smeserver-sme7admin-1.1.1-detect_locales_regexp.patch |
Patch5: smeserver-sme7admin-1.1.1-detect_locales_regexp.patch |
20 |
|
Patch6: smeserver-sme7admin-1.1.1-locale-2009-04-27.patch |
21 |
|
Patch7: smeserver-sme7admin-1.1.1-locale-2009-05-20.patch |
22 |
|
Patch8: smeserver-sme7admin-1.1.1-fixe_mail_status.patch |
23 |
|
Patch9: smeserver-sme7admin-1.1.1-locale-2009-05-26.patch |
24 |
|
Patch10: smeserver-sme7admin-1.1.1-locale-2009-06-05.patch |
25 |
|
Patch11: smeserver-sme7admin-1.1.1-locale-2009-06-15.patch |
26 |
|
Patch12: smeserver-sme7admin-1.1.1-locale-2009-07-22.patch |
27 |
|
Patch13: smeserver-sme7admin-1.1.1-locale-2009-08-24.patch |
28 |
|
Patch14: smeserver-sme7admin-1.1.1-locale-2009-09-28.patch |
29 |
|
Patch15: smeserver-sme7admin-1.1.1-locale-2009-10-21.patch |
30 |
|
|
31 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
44 |
AutoReqProv: no |
AutoReqProv: no |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-16.sme |
48 |
|
- apply locale 2009-10-21 patch |
49 |
|
|
50 |
|
* Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-15.sme |
51 |
|
- apply locale patch 2009-09-28 |
52 |
|
|
53 |
|
* Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 1.1.1-14.sme |
54 |
|
- apply locale 2009-08-24 patch |
55 |
|
|
56 |
|
* Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-13.sme |
57 |
|
- apply locale 2009-07-22 patch |
58 |
|
|
59 |
|
* Mon Jun 15 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-12.sme |
60 |
|
- apply locale 2009-06-15 patch |
61 |
|
|
62 |
|
* Fri Jun 05 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-11.sme |
63 |
|
- apply locale 2009-06-05 patch |
64 |
|
|
65 |
|
* Tue May 25 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-10.sme |
66 |
|
- apply locale 2009-05-26 patch |
67 |
|
|
68 |
|
* Tue May 25 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-9.sme |
69 |
|
- Fixe typo in DB parameters for status emails |
70 |
|
|
71 |
|
* Wed May 20 2009 SME Translation Server <translations@contribs.org> 1.1.1-8.sme |
72 |
|
- apply locale 2009-05-20 patch |
73 |
|
|
74 |
|
* Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 1.1.1-7.sme |
75 |
|
- apply locale 2009-04-27 patch |
76 |
|
|
77 |
* Mon Mar 16 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-6.sme |
* Mon Mar 16 2009 Daniel B. <daniel@firewall-services.com> 1.1.1-6.sme |
78 |
- Use a regexp to detect the locale (thanks Shad Lords) |
- Use a regexp to detect the locale (thanks Shad Lords) |
79 |
|
|
191 |
#%patch3 -p1 |
#%patch3 -p1 |
192 |
%patch4 -p1 |
%patch4 -p1 |
193 |
%patch5 -p1 |
%patch5 -p1 |
194 |
|
%patch6 -p1 |
195 |
|
%patch7 -p1 |
196 |
|
%patch8 -p1 |
197 |
|
%patch9 -p1 |
198 |
|
%patch10 -p1 |
199 |
|
%patch11 -p1 |
200 |
|
%patch12 -p1 |
201 |
|
%patch13 -p1 |
202 |
|
%patch14 -p1 |
203 |
|
%patch15 -p1 |
204 |
|
|
205 |
%build |
%build |
206 |
perl createlinks |
perl createlinks |