SPECS: upstart.spec - works :) - rel 1 - use with upstart-SysVinit

patrys patrys at pld-linux.org
Thu Mar 20 00:57:23 CET 2008


Author: patrys                       Date: Wed Mar 19 23:57:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- works :)
- rel 1
- use with upstart-SysVinit

---- Files affected:
SPECS:
   upstart.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/upstart.spec
diff -u SPECS/upstart.spec:1.21 SPECS/upstart.spec:1.22
--- SPECS/upstart.spec:1.21	Thu Dec 27 20:01:25 2007
+++ SPECS/upstart.spec	Thu Mar 20 00:57:17 2008
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Oparty na zdarzeniach demon init
 Name:		upstart
 Version:	0.3.9
-Release:	0.1
+Release:	1
 License:	GPL v2
 Group:		Base
 Source0:	http://upstart.ubuntu.com/download/0.3/%{name}-%{version}.tar.bz2
@@ -19,8 +19,6 @@
 BuildRequires:	gettext >= 0.14.5
 BuildRequires:	glibc-headers >= 6:2.4.0
 BuildRequires:	libtool >= 2:1.5.22
-Provides:	initscripts
-Obsoletes:	initscripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_libdir			/%{_lib}
@@ -45,7 +43,8 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--disable-static
+	--disable-static \
+	--enable-compat
 %{__make}
 
 %install
@@ -73,20 +72,21 @@
 %dir %{_sysconfdir}
 %dir %{_sysconfdir}/event.d
 %{_sysconfdir}/event.d/logd
+%attr(755,root,root) %{_sbindir}/halt
 %attr(755,root,root) %{_sbindir}/init
 %attr(755,root,root) %{_sbindir}/initctl
 %attr(755,root,root) %{_sbindir}/logd
+%attr(755,root,root) %{_sbindir}/poweroff
+%attr(755,root,root) %{_sbindir}/reboot
+%attr(755,root,root) %{_sbindir}/runlevel
+%attr(755,root,root) %{_sbindir}/shutdown
 %attr(755,root,root) %{_sbindir}/start
 %attr(755,root,root) %{_sbindir}/status
 %attr(755,root,root) %{_sbindir}/stop
+%attr(755,root,root) %{_sbindir}/telinit
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/lib*.so.?
-%{_mandir}/man8/init.8*
-%{_mandir}/man8/initctl.8*
-%{_mandir}/man8/logd.8*
-%{_mandir}/man8/start.8*
-%{_mandir}/man8/status.8*
-%{_mandir}/man8/stop.8*
+%{_mandir}/man8/*.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -94,6 +94,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2008-03-19 23:57:17  patrys
+- works :)
+- rel 1
+- use with upstart-SysVinit
+
 Revision 1.21  2007-12-27 19:01:25  glen
 - my version of packaging
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/upstart.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list