Browse Source

upstart: update to 1.2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3371 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
4e3a01f466
1 changed files with 13 additions and 3 deletions
  1. 13 3
      u/upstart/upstart-vl.spec

+ 13 - 3
u/upstart/upstart-vl.spec

@@ -1,15 +1,17 @@
 Name:           upstart
-Version:        0.6.7
+Version:        1.2
 Release:        1%{?_dist_release}
 Summary:        An event-driven init system
 Summary(ja):    イベントドリブン型 init システム
 
 Group:          System Environment/Base
 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
 Patch1:         upstart-telinit.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Obsoletes: 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
 during shutdown and supervising them while the system is running.
 
+%description -l ja
+Upstart はイベントドリブン型の /sbin/init デーモンです。OSブート時の
+タスクやサービスの開始やシャットダウン時の終了およびそれらの管理を担
+当します。
+
 %prep
 %setup -q
 %patch1 -p1 -b .u
@@ -100,6 +107,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/reload.8.gz
 
 %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
 - new upstream release