source: projects/specs/trunk/u/upstart/upstart-vl.spec @ 2105

Revision 2105, 6.7 KB checked in by daisuke, 14 years ago (diff)
Line 
1Name:           upstart
2Version:        0.6.5
3Release:        2%{?_dist_release}
4Summary:        An event-driven init system
5Summary(ja):    イベントドリブン型 init システム
6
7Group:          System Environment/Base
8License:        GPLv2 and LGPLv2+
9URL:            http://upstart.ubuntu.com
10Source0:        http://upstart.ubuntu.com/download/0.6/upstart-%{version}.tar.gz
11Source1:        init-system-dbus.conf
12Patch1:         upstart-telinit.patch
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14Obsoletes: SysVinit < 2.88
15Provides: SysVinit = 2.88
16BuildRequires:  gettext, audit-libs-devel, expat-devel
17BuildRequires:  dbus-devel >= 1.2.16, libnih-devel >= 1.0.1
18Requires:      initscripts >= 8.90.4
19
20%description
21Upstart is an event-based replacement for the /sbin/init daemon which
22handles starting of tasks and services during boot, stopping them
23during shutdown and supervising them while the system is running.
24
25%prep
26%setup -q
27%patch1 -p1 -b .u
28
29%build
30%configure --sbindir=/sbin --libdir=/%{_lib}
31make %{?_smp_mflags}
32
33%install
34rm -rf %{buildroot}
35make install DESTDIR=%{buildroot}
36
37# don't ship default jobs
38rm -f %{buildroot}/%{_sysconfdir}/init/*
39install -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/init/
40
41%find_lang %{name}
42
43%check
44#some tests fail in koji while pass in mock and local build
45#to run make check use "--with check"
46%if %{?_with_check:1}%{!?_with_check:0}
47  make check
48%endif
49
50%clean
51rm -rf %{buildroot}
52
53%files -f %{name}.lang
54%defattr(-,root,root,-)
55%doc AUTHORS
56%doc COPYING
57%doc NEWS
58%doc README
59%doc TODO
60%doc HACKING
61%{_sysconfdir}/init/
62%config(noreplace) %{_sysconfdir}/dbus-1/system.d/Upstart.conf
63/sbin/halt
64/sbin/init
65/sbin/initctl
66/sbin/poweroff
67/sbin/reboot
68/sbin/runlevel
69/sbin/shutdown
70/sbin/start
71/sbin/status
72/sbin/stop
73/sbin/restart
74/sbin/telinit
75/sbin/reload
76%{_mandir}/man5/init.5.gz
77%{_mandir}/man5/inittab.5.gz
78%{_mandir}/man7/control-alt-delete.7.gz
79%{_mandir}/man7/keyboard-request.7.gz
80%{_mandir}/man7/power-status-changed.7.gz
81%{_mandir}/man7/runlevel.7.gz
82%{_mandir}/man7/started.7.gz
83%{_mandir}/man7/starting.7.gz
84%{_mandir}/man7/startup.7.gz
85%{_mandir}/man7/stopped.7.gz
86%{_mandir}/man7/stopping.7.gz
87%{_mandir}/man7/upstart.7.gz
88%{_mandir}/man8/restart.8.gz
89%{_mandir}/man8/halt.8.gz
90%{_mandir}/man8/init.8.gz
91%{_mandir}/man8/initctl.8.gz
92%{_mandir}/man8/poweroff.8.gz
93%{_mandir}/man8/reboot.8.gz
94%{_mandir}/man8/runlevel.8.gz
95%{_mandir}/man8/shutdown.8.gz
96%{_mandir}/man8/start.8.gz
97%{_mandir}/man8/status.8.gz
98%{_mandir}/man8/stop.8.gz
99%{_mandir}/man8/telinit.8.gz
100%{_mandir}/man8/reload.8.gz
101
102%changelog
103* Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-2
104- add R: initscripts >= 8.90.4
105
106* Sun Apr 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
107- initial build for Vine Linux
108
109* Wed Feb 24 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.5-3
110- run "make check" only with --with check
111
112* Fri Feb 19 2010 Casey Dahlin <cdahlin@redhat.com> 0.6.5-2
113- be more specific about which libnih we need.
114
115* Wed Feb 17 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.5-1
116- upgrade to 0.6.5
117
118* Fri Jan 29 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.3-7
119- add SIGUSR1 handler and init-system-dbus.conf (#559660)
120
121* Sun Jan 17 2010 Dennis Gilmore <dennis@ausil.us> - 0.6.3-6
122- add patch from upstream fixing sparc alignment issues
123
124* Mon Jan 11 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.3-5
125- License changed to GPLv2 and LGPLv2+
126
127* Wed Dec 16 2009 Petr Lautrbach <plautrba@redhat.com> 0.6.3-4
128- audit events patch rebased for 0.6 (#470661)
129
130* Thu Dec  3 2009 Bill Nottingham <notting@redhat.com> 0.6.3-3
131- make 'telinit u' a no-op, temporarily
132
133* Fri Nov 27 2009 Petr Lautrbach <plautrba@redhat.com> 0.6.3-2
134- Removed tests which fail in koji
135
136* Fri Nov 20 2009 Casey Dahlin <cdahlin@redhat.com> - 0.6.3-1
137- Upgrade to 0.6.3
138
139* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.3.11-3
140- rebuilt with new audit
141
142* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.11-2
143- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
144
145* Mon Jun 22 2009 Petr Lautrbach <plautrba@redhat.com> - 0.3.11-1
146- Update to 0.3.11
147
148* Mon Apr 27 2009 Bill Nottingham <notting@redhat.com> - 0.3.9-24
149- Apply the audit patch correctly (#470661)
150
151* Fri Apr 3 2009 Casey Dahlin <cdahlin@redhat.com> - 0.3.9-23
152- Add audit events patch from Steve Grubb <sgrubb@redhat.com> (Bug #470661)
153
154* Fri Jan 23 2009 Casey Dahlin <cdahlin@redhat.com> - 0.3.9-22
155- Re-add 'telinit u' support along with patch to fix it (#450488). Patch due to
156  <pspencer@fields.utoronto.ca>
157
158* Mon Jan 12 2009 Bill Nottingham <notting@redhat.com> - 0.3.9-21
159- Remove 'telinit u' support as it is broken (#450488, <cjdahlin@ncsu.edu>)
160
161* Fri Apr 25 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-19
162- with the merge of event-compat-sysv, move the sysvinit obsoletes/provides here
163
164* Thu Apr 24 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-18
165- fix some man page typos (#444008, <archimerged@gmail.com>)
166
167* Wed Apr 09 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-17
168- Added list of stock events to events(5)
169
170* Tue Apr 08 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-16
171- Add telinit u support
172
173* Fri Apr 04 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-15
174- Add a events(5) manpage that describes event syntax
175
176* Thu Apr 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-14
177- Change bug report email address to fedora-devel-list@redhat.com
178
179* Thu Mar 14 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-13
180- Ignore rpm temporary files of the foo;<somehex> format
181- Make ignores of .rpm{new,orig,save} match only at the end of the name
182
183* Wed Mar 13 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-12
184- forgot about rpmorig too (ugh)
185
186* Wed Mar 13 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-11
187- Make logd a noreplace
188
189* Wed Mar 13 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-10
190- Add patch to ignore .rpm{new,save} files
191
192* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-9
193- Remove automake dependency, build Makefile.in changes into patch
194
195* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-8
196- Run automake after patching
197
198* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-7
199- Added BuildRequires: automake
200
201* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-6
202- Added patch to allow runtime tty changes
203
204* Fri Feb 15 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-5
205- Added patch to imply --force on runlevels 0 and 6
206
207* Wed Feb 06 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-4
208- Patched for GCC 4.3
209
210* Thu Jan 31 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-3
211- Added AUTHORS, COPYING, etc.
212- Made config --libdir option relative
213
214* Mon Jan 21 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-2
215- Remove libnih and libupstart
216
217* Sun Jan 13 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-1
218- Initial packaging
Note: See TracBrowser for help on using the repository browser.