source: projects/specs/branches/6/u/upstart/upstart-vl.spec @ 3371

Revision 3371, 7.1 KB checked in by daisuke, 13 years ago (diff)

upstart: update to 1.2

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