/[smeserver]/rpms/e-smith-runit/sme9/e-smith-runit.spec
ViewVC logotype

Annotation of /rpms/e-smith-runit/sme9/e-smith-runit.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Thu Jan 31 04:11:33 2013 UTC (11 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-runit-2_4_0-2_el6_sme
Changes since 1.1: +7 -2 lines
Remove 15runsvdir and create /etc/init/runit.conf, by Charlie Brady

1 wellsi 1.2 # $Id: e-smith-runit.spec,v 1.1 2013/01/25 18:35:30 slords Exp $
2 slords 1.1
3     Summary: generic support framework for Gerrit Pape's runit package
4     %define name e-smith-runit
5     Name: %{name}
6     %define version 2.4.0
7 wellsi 1.2 %define release 2
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 wellsi 1.2 Patch1: e-smith-runit-2.4.0-RunitConf.patch
14 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15     BuildRequires: e-smith-devtools
16     BuildArchitectures: noarch
17     Requires: runit >= 1.0.5
18     Provides: e-smith-daemontools = 1.7.1-09
19     Obsoletes: e-smith-daemontools
20     Obsoletes: supervise-scripts
21    
22     %changelog
23 wellsi 1.2 * 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 slords 1.1 * Fri Jan 25 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
27     - Roll new stream for sme9
28    
29     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
30     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
31    
32     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.0.0-6
33     - Make daemontools script use same echo that is translated [SME: 4120]
34    
35     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
36     - Clean up spec so package can be built by koji/plague
37    
38     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 1.0.0-5
39     - Fix signals sent to prevent errors and delays [SME: 1179]
40    
41     * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 1.0.0-4
42     - Change runsvctrl to sv to support runit v1.7.x [SME: 1179]
43    
44     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
45     - Update to new release naming. No functional changes.
46     - Make Packager generic
47    
48     * Tue Aug 22 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.0-02
49     - Add support for 'condrestart' param. [SME: 1870]
50    
51     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.0-01
52     - Roll stable stream version. [SME: 1016]
53    
54     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.0.1-06
55     - Bump release number only
56    
57     * Wed Jun 15 2005 Charlie Brady <charlieb@e-smith.com>
58     - [0.0.1-05]
59     - Provide more user feedback from init.d/daemontools script.
60     [SF: 1218682]
61    
62     * Tue Apr 26 2005 Charlie Brady <charlieb@e-smith.com>
63     - [0.0.1-04]
64     - Reopen stdin from /dev/null before running runsvdir. This prevents any
65     supervised services from stealing console input from VT1's getty/console.
66    
67     * Wed Dec 1 2004 Charlie Brady <charlieb@e-smith.com>
68     - [0.0.1-03]
69     - Call runsvctrl multiple times for multiple args - can't combine
70     them (unlike svc).
71    
72     * Tue Sep 28 2004 Charlie Brady <charlieb@e-smith.com>
73     - [0.0.1-02]
74     - Add Obsoletes header for supervise-scripts
75    
76     * Fri Sep 24 2004 Charlie Brady <charlieb@e-smith.com> 0.0.1-01
77     - Initial - functional replacement for e-smith-daemontools 1.7.1-09.
78    
79     %description
80     Provide integration of Gerrit Pape's runit package into a SysV init script
81     process environment.
82    
83     %prep
84     %setup
85 wellsi 1.2 %patch1 -p1
86 slords 1.1
87     %build
88     perl createlinks
89    
90     %install
91     rm -rf $RPM_BUILD_ROOT
92     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
93     rm -f %{name}-%{version}-%{release}-filelist
94     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
95     > %{name}-%{version}-%{release}-filelist
96     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
97    
98     %clean
99     rm -rf $RPM_BUILD_ROOT
100    
101     %pre
102     %preun
103     %post
104     %postun
105    
106     %files -f %{name}-%{version}-%{release}-filelist
107     %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed