浏览代码

upstart: update to 1.2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3371 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 14 年之前
父节点
当前提交
4e3a01f466
共有 1 个文件被更改,包括 13 次插入3 次删除
  1. 13 3
      u/upstart/upstart-vl.spec

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

@@ -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