1 |
# $Id: e-smith-runit.spec,v 1.1 2016/02/05 17:17:58 stephdl Exp $ |
# $Id: e-smith-runit.spec,v 1.2 2016/03/18 14:07:00 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 2 |
%define release 3 |
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 |
|
* Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
24 |
|
- make runit work with systemd [SME: 9366] |
25 |
|
|
26 |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
* Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
27 |
- rebuild for Bug [SME: 9347] |
- rebuild for Bug [SME: 9347] |
28 |
|
|
92 |
|
|
93 |
%prep |
%prep |
94 |
%setup |
%setup |
95 |
|
%patch0 -p1 |
96 |
|
|
97 |
|
|
98 |
|
|
99 |
|
|
100 |
%build |
%build |
101 |
perl createlinks |
perl createlinks |