SPECS: resolvconf.spec - package run dir
glen
glen at pld-linux.org
Mon Nov 26 23:38:11 CET 2007
Author: glen Date: Mon Nov 26 22:38:11 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- package run dir
---- Files affected:
SPECS:
resolvconf.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/resolvconf.spec
diff -u SPECS/resolvconf.spec:1.4 SPECS/resolvconf.spec:1.5
--- SPECS/resolvconf.spec:1.4 Mon Nov 26 23:30:45 2007
+++ SPECS/resolvconf.spec Mon Nov 26 23:38:06 2007
@@ -26,8 +26,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_libdir}/%{name},%{_sbindir},%{_mandir}/{ru/,}man{5,8}}
-cp -a etc/* $RPM_BUILD_ROOT%{_sysconfdir}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name}/run,%{_libdir}/%{name},%{_sbindir},%{_mandir}/{ru/,}man{5,8}}
+cp -a etc/%{name}/* $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
install bin/resolvconf $RPM_BUILD_ROOT%{_sbindir}
install bin/list-records $RPM_BUILD_ROOT%{_libdir}/%{name}
cp -a man/interface-order.5 $RPM_BUILD_ROOT%{_mandir}/man5
@@ -44,15 +44,16 @@
%attr(755,root,root) %{_sbindir}/resolvconf
%dir %{_libdir}/resolvconf
%attr(755,root,root) %{_libdir}/resolvconf/list-records
-%dir %{_sysconfdir}/resolvconf
-%dir %{_sysconfdir}/resolvconf/resolv.conf.d
-%dir %{_sysconfdir}/resolvconf/update.d
-%{_sysconfdir}/resolvconf/interface-order
-%{_sysconfdir}/resolvconf/resolv.conf.d/base
-%{_sysconfdir}/resolvconf/resolv.conf.d/head
-%{_sysconfdir}/resolvconf/update.d/bind
-%{_sysconfdir}/resolvconf/update.d/dnscache
-%{_sysconfdir}/resolvconf/update.d/libc
+%dir %{_sysconfdir}/%{name}
+%dir %{_sysconfdir}/%{name}/resolv.conf.d
+%dir %{_sysconfdir}/%{name}/update.d
+%dir %{_sysconfdir}/%{name}/run
+%{_sysconfdir}/%{name}/interface-order
+%{_sysconfdir}/%{name}/resolv.conf.d/base
+%{_sysconfdir}/%{name}/resolv.conf.d/head
+%{_sysconfdir}/%{name}/update.d/bind
+%{_sysconfdir}/%{name}/update.d/dnscache
+%{_sysconfdir}/%{name}/update.d/libc
%{_mandir}/man5/interface-order.5*
%{_mandir}/man8/resolvconf.8*
%lang(ru) %{_mandir}/ru/man5/interface-order.5*
@@ -64,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2007-11-26 22:38:06 glen
+- package run dir
+
Revision 1.4 2007-11-26 22:30:45 glen
- package list-records properly
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/resolvconf.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list