1 |
# $Id: e-smith-runit.spec,v 1.3 2008/10/07 19:18:54 slords Exp $ |
# $Id: e-smith-runit.spec,v 1.1 2013/01/25 18:35:30 slords 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 2 |
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 |
|
Patch1: e-smith-runit-2.4.0-RunitConf.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 Jan 30 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
24 |
|
- Remove 15runsvdir and create /etc/init/runit.conf, by Charlie Brady |
25 |
|
|
26 |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
27 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
28 |
|
|
82 |
|
|
83 |
%prep |
%prep |
84 |
%setup |
%setup |
85 |
|
%patch1 -p1 |
86 |
|
|
87 |
%build |
%build |
88 |
perl createlinks |
perl createlinks |