1 |
%define name smeserver-qmHandle |
%define name smeserver-qmHandle |
2 |
Name: %{name} |
Name: %{name} |
3 |
%define version 1.4 |
%define version 1.4 |
4 |
%define release 4 |
%define release 6 |
5 |
Version: %{version} |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
7 |
BuildArch: noarch |
BuildArch: noarch |
12 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
13 |
Patch1: smeserver-qmHandle-1.4-patch1.patch |
Patch1: smeserver-qmHandle-1.4-patch1.patch |
14 |
Patch2: smeserver-qmHandle-1.4-locale-2013-07-14.patch |
Patch2: smeserver-qmHandle-1.4-locale-2013-07-14.patch |
15 |
|
Patch3: smeserver-qmHandle-1.4-locale-2016-03-09.patch |
16 |
|
|
17 |
|
|
18 |
Obsoletes: qmHandle |
Obsoletes: qmHandle |
19 |
Obsoletes: e-smith-qmail-view |
Obsoletes: e-smith-qmail-view |
33 |
(http://sourceforge.net/projects/qmhandle) |
(http://sourceforge.net/projects/qmhandle) |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Thu Mar 17 2016 JP Pialasse <tests@pialasse.com> 1.4-6.sme |
37 |
|
- fix XML error in german translation [SME: 9041] |
38 |
|
- patch fixed and pootle entries |
39 |
|
|
40 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.4-5.sme |
41 |
|
- apply locale 2016-03-09 patch |
42 |
|
|
43 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-4.sme |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.4-4.sme |
44 |
- apply locale 2013-07-14 patch |
- apply locale 2013-07-14 patch |
45 |
|
|
50 |
- fix buildrequires and import in buildsys |
- fix buildrequires and import in buildsys |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.4-5.sme |
54 |
|
- apply locale 2016-03-09 patch |
55 |
|
|
56 |
* Thu Aug 23 2012 JP Pialasse <tests@pialasse.com> 1.4-1.sme |
* Thu Aug 23 2012 JP Pialasse <tests@pialasse.com> 1.4-1.sme |
57 |
- Initial release |
- Initial release |
58 |
|
|
60 |
%setup |
%setup |
61 |
%patch1 -p1 |
%patch1 -p1 |
62 |
%patch2 -p1 |
%patch2 -p1 |
63 |
|
%patch3 -p1 |
64 |
|
|
65 |
|
|
66 |
%build |
%build |
67 |
perl createlinks |
perl createlinks |
85 |
%pre |
%pre |
86 |
|
|
87 |
%post -p /bin/sh |
%post -p /bin/sh |
88 |
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
89 |
|
|
90 |
%preun |
%preun |
91 |
|
|
92 |
%postun -p /bin/sh |
%postun -p /bin/sh |
93 |
/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
#/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 |
94 |
|
|