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 5 |
%define release 6 |
5 |
Version: %{version} |
Version: %{version} |
6 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
7 |
BuildArch: noarch |
BuildArch: noarch |
33 |
(http://sourceforge.net/projects/qmhandle) |
(http://sourceforge.net/projects/qmhandle) |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Tue 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 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.4-5.sme |
41 |
- apply locale 2016-03-09 patch |
- apply locale 2016-03-09 patch |
42 |
|
|
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 |
|
|