1 |
# $Id: e-smith-runit.spec,v 1.3 2013/02/08 03:02:38 wellsi Exp $ |
# $Id: e-smith-runit.spec,v 1.3 2016/03/23 13:48:03 unnilennium Exp $ |
2 |
|
|
3 |
Summary: generic support framework for Gerrit Pape's runit package |
Summary: generic support framework for Gerrit Pape's runit package |
4 |
%define name e-smith-runit |
%define name e-smith-runit |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 1 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-runit-2.6.0-systemd.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Obsoletes: supervise-scripts |
Obsoletes: supervise-scripts |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Sun Mar 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
24 |
|
- fix typo in patch [SME: 9366] |
25 |
|
|
26 |
|
* Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
27 |
|
- make runit working with systemd [SME: 9366] |
28 |
|
|
29 |
|
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
30 |
|
- rebuild for Bug [SME: 9347] |
31 |
|
|
32 |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme |
33 |
- Initial release to sme10 |
- Initial release to sme10 |
34 |
|
|
95 |
|
|
96 |
%prep |
%prep |
97 |
%setup |
%setup |
98 |
|
%patch0 -p1 |
99 |
|
|
100 |
|
|
101 |
|
|
102 |
|
|
103 |
%build |
%build |
104 |
perl createlinks |
perl createlinks |