SPECS: initng-pld.spec - new snap (added blockdev) - created -deve...
glen
glen at pld-linux.org
Sun Dec 25 02:36:53 CET 2005
Author: glen Date: Sun Dec 25 01:36:53 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new snap (added blockdev)
- created -devel package with utility scripts of developing/migrating .i scripts
---- Files affected:
SPECS:
initng-pld.spec (1.31 -> 1.32)
---- Diffs:
================================================================
Index: SPECS/initng-pld.spec
diff -u SPECS/initng-pld.spec:1.31 SPECS/initng-pld.spec:1.32
--- SPECS/initng-pld.spec:1.31 Mon Dec 19 10:55:47 2005
+++ SPECS/initng-pld.spec Sun Dec 25 02:36:48 2005
@@ -2,17 +2,17 @@
Summary: initng initscripts for PLD Linux
Summary(pl): Skrypty inicjalizujące initng dla PLD Linuksa
Name: initng-pld
-Version: 0.4.7
-%define _snap 20051219
+Version: 0.5.0
+%define _snap 20051225
Release: 0.%{_snap}.2
License: GPL
Group: Base
Source0: initng-initscripts-%{version}-%{_snap}.tar.bz2
-# Source0-md5: 142d42c5384139d1cb53b3b15606391c
+# Source0-md5: c0080ebbabfcf1823619ea805ec30720
URL: http://svn.pld-linux.org/initng/
-Requires: initng
-Requires: rc-scripts
Requires: agetty
+Requires: initng >= %{version}
+Requires: rc-scripts
Conflicts: mDNSResponder < 107-2.1
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,6 +26,16 @@
%description -l pl
Skrypty inicjalizujące initng dla PLD Linuksa.
+%package devel
+Summary: tools for developing PLD initng scripts
+Group: Development
+Requires: %{name} = %{version}-%{release}
+Requires: vim-syntax-initng
+#Suggests: subversion
+
+%description devel
+tools for developing PLD initng scripts.
+
%prep
%setup -q -n initng-initscripts-%{version}-%{_snap}
@@ -34,6 +44,7 @@
install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir}}
cp -a */ *.runlevel $RPM_BUILD_ROOT%{_sysconfdir}
install shutdown_script $RPM_BUILD_ROOT%{_sbindir}
+install migrate_rc.d-initng.i.sh test-syntax.sh $RPM_BUILD_ROOT%{_sysconfdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -137,6 +148,7 @@
%_initng_service_hook -p tenshi daemon/tenshi
%_initng_service_hook -p tuxaator-init daemon/tuxaator
%_initng_service_hook -p umlinux-init daemon/uml
+%_initng_service_hook -p util-linux daemon/blockdev
%_initng_service_hook -p util-vserver-init daemon/vprocunhide daemon/vservers
%_initng_service_hook -p vixie-cron daemon/crond
%_initng_service_hook -p wine daemon/wine
@@ -149,12 +161,21 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*/*.i
%attr(755,root,root) %{_sbindir}/*
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sysconfdir}/migrate_rc.d-initng.i.sh
+%attr(755,root,root) %{_sysconfdir}/test-syntax.sh
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2005/12/25 01:36:48 glen
+- new snap (added blockdev)
+- created -devel package with utility scripts of developing/migrating .i scripts
+
Revision 1.31 2005/12/19 09:55:47 glen
- new snap (20051219); new deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/initng-pld.spec?r1=1.31&r2=1.32&f=u
More information about the pld-cvs-commit
mailing list