2 |
%define name e-smith-runit |
%define name e-smith-runit |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.0.0 |
%define version 1.0.0 |
5 |
%define release 5 |
%define release 6 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
11 |
Patch0: e-smith-runit-1.0.0-condrestart.patch |
Patch0: e-smith-runit-1.0.0-condrestart.patch |
12 |
Patch1: e-smith-runit-1.0.0-runit17.patch |
Patch1: e-smith-runit-1.0.0-runit17.patch |
13 |
Patch2: e-smith-runit-1.0.0-runit17.patch2 |
Patch2: e-smith-runit-1.0.0-runit17.patch2 |
14 |
|
Patch3: e-smith-runit-1.0.0-localization.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Obsoletes: supervise-scripts |
Obsoletes: supervise-scripts |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.0.0-6 |
25 |
|
- Make daemontools script use same echo that is translated [SME: 4120] |
26 |
|
|
27 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
28 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
29 |
|
|
77 |
%patch0 -p1 |
%patch0 -p1 |
78 |
%patch1 -p1 |
%patch1 -p1 |
79 |
%patch2 -p1 |
%patch2 -p1 |
80 |
|
%patch3 -p1 |
81 |
|
|
82 |
%build |
%build |
83 |
perl createlinks |
perl createlinks |