SPECS: suspend.spec - include config file
arekm
arekm at pld-linux.org
Sun Apr 9 14:45:14 CEST 2006
Author: arekm Date: Sun Apr 9 12:45:14 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- include config file
---- Files affected:
SPECS:
suspend.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/suspend.spec
diff -u SPECS/suspend.spec:1.14 SPECS/suspend.spec:1.15
--- SPECS/suspend.spec:1.14 Mon Mar 27 10:27:22 2006
+++ SPECS/suspend.spec Sun Apr 9 14:45:09 2006
@@ -39,9 +39,10 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sbindir}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}}
install resume s2ram suspend $RPM_BUILD_ROOT%{_sbindir}
+install conf/suspend.conf $RPM_BUILD_ROOT%{_sysconfdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -50,6 +51,7 @@
%defattr(644,root,root,755)
%doc HOWTO README TODO
%attr(755,root,root) %{_sbindir}/*
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/suspend.conf
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -57,6 +59,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2006/04/09 12:45:09 arekm
+- include config file
+
Revision 1.14 2006/03/27 08:27:22 arekm
- patch obsolete now
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/suspend.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list