|
@@ -1,15 +1,17 @@
|
|
Name: upstart
|
|
Name: upstart
|
|
-Version: 0.6.7
|
|
|
|
|
|
+Version: 1.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: An event-driven init system
|
|
Summary: An event-driven init system
|
|
Summary(ja): イベントドリブン型 init システム
|
|
Summary(ja): イベントドリブン型 init システム
|
|
|
|
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
License: GPLv2 and LGPLv2+
|
|
License: GPLv2 and LGPLv2+
|
|
-URL: http://upstart.ubuntu.com
|
|
|
|
-Source0: http://upstart.ubuntu.com/download/0.6/upstart-%{version}.tar.gz
|
|
|
|
|
|
+URL: http://launchpad.net/upstart
|
|
|
|
+
|
|
|
|
+Source0: http://launchpad.net/upstart/1.x/%{version}/+download/upstart-%{version}.tar.gz
|
|
Source1: init-system-dbus.conf
|
|
Source1: init-system-dbus.conf
|
|
Patch1: upstart-telinit.patch
|
|
Patch1: upstart-telinit.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
Obsoletes: SysVinit < 2.88
|
|
Obsoletes: SysVinit < 2.88
|
|
Provides: SysVinit = 2.88
|
|
Provides: SysVinit = 2.88
|
|
@@ -22,6 +24,11 @@ Upstart is an event-based replacement for the /sbin/init daemon which
|
|
handles starting of tasks and services during boot, stopping them
|
|
handles starting of tasks and services during boot, stopping them
|
|
during shutdown and supervising them while the system is running.
|
|
during shutdown and supervising them while the system is running.
|
|
|
|
|
|
|
|
+%description -l ja
|
|
|
|
+Upstart はイベントドリブン型の /sbin/init デーモンです。OSブート時の
|
|
|
|
+タスクやサービスの開始やシャットダウン時の終了およびそれらの管理を担
|
|
|
|
+当します。
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch1 -p1 -b .u
|
|
%patch1 -p1 -b .u
|
|
@@ -100,6 +107,9 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man8/reload.8.gz
|
|
%{_mandir}/man8/reload.8.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.7-1
|
|
* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.7-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|