1 |
# $Id: e-smith-lib.spec,v 1.15 2021/04/20 03:22:26 jpp Exp $ |
# $Id: e-smith-lib.spec,v 1.16 2021/04/20 03:25:45 jpp Exp $ |
2 |
|
|
3 |
%define copykooz 2013-2021 |
%define copykooz 2013-2021 |
4 |
|
|
6 |
%define name e-smith-lib |
%define name e-smith-lib |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.6.0 |
%define version 2.6.0 |
9 |
%define release 14 |
%define release 15 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Artistic |
License: Artistic |
21 |
Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch |
Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch |
22 |
Patch7: e-smith-lib-2.6.0-bz11177-signals.patch |
Patch7: e-smith-lib-2.6.0-bz11177-signals.patch |
23 |
Patch8: e-smith-lib-2.6.0-bz11570-copyrights.patch |
Patch8: e-smith-lib-2.6.0-bz11570-copyrights.patch |
24 |
|
Patch9: e-smith-lib-2.6.0-bz11723.patch |
25 |
|
|
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
42 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
|
* Thu Oct 28 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-15.sme |
46 |
|
- add support for service with instances [SME: 11723] |
47 |
|
|
48 |
* Mon Apr 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
* Mon Apr 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
49 |
- update copyright dates, and make it easier to change from spec file [SME: 11570] |
- update copyright dates, and make it easier to change from spec file [SME: 11570] |
50 |
|
|
880 |
mkdir root/etc/e-smith/events/e-smith-lib-update |
mkdir root/etc/e-smith/events/e-smith-lib-update |
881 |
%patch7 -p1 |
%patch7 -p1 |
882 |
%patch8 -p1 |
%patch8 -p1 |
883 |
|
%patch9 -p1 |
884 |
|
|
885 |
%pre |
%pre |
886 |
|
|