SPECS: initng-pld.spec - new snap with shutdown_script
glen
glen at pld-linux.org
Mon Oct 17 20:09:29 CEST 2005
Author: glen Date: Mon Oct 17 18:09:29 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new snap with shutdown_script
---- Files affected:
SPECS:
initng-pld.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/initng-pld.spec
diff -u SPECS/initng-pld.spec:1.5 SPECS/initng-pld.spec:1.6
--- SPECS/initng-pld.spec:1.5 Wed Aug 24 23:24:00 2005
+++ SPECS/initng-pld.spec Mon Oct 17 20:09:23 2005
@@ -3,12 +3,12 @@
Summary(pl): Skrypty inicjalizujące initng dla PLD
Name: initng-pld
Version: 0.0.1
-%define _snap 20050825
+%define _snap 20051017
Release: 0.%{_snap}.1
License: GPL
Group: Base
Source0: http://glen.alkohol.ee/pld/initng/initscripts/initng-initscripts-%{_snap}.tar.bz2
-# Source0-md5: 8aee8e9866b90b2910d06027767a6a5a
+# Source0-md5: dfb13a5e96c8e7cb546794da2b77d3e6
Requires: initng
Requires: module-init-tools
Requires: mount
@@ -18,6 +18,7 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sysconfdir /etc/initng
+%define _exec_prefix /
%description
initng initscripts for PLD.
@@ -30,8 +31,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}
-cp -a . $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir}}
+cp -a */ *.i *.runlevel $RPM_BUILD_ROOT%{_sysconfdir}
+install shutdown_script $RPM_BUILD_ROOT%{_sbindir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -41,6 +43,7 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.runlevel
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.i
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*/*.i
+%{_sbindir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -48,6 +51,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/10/17 18:09:23 glen
+- new snap with shutdown_script
+
Revision 1.5 2005/08/24 21:24:00 glen
- 20050825 snap
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/initng-pld.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list