packages: dconf/dconf.spec - add dirs for profiles

patrys patrys at pld-linux.org
Wed Mar 2 20:40:05 CET 2011


Author: patrys                       Date: Wed Mar  2 19:40:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add dirs for profiles

---- Files affected:
packages/dconf:
   dconf.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/dconf/dconf.spec
diff -u packages/dconf/dconf.spec:1.5 packages/dconf/dconf.spec:1.6
--- packages/dconf/dconf.spec:1.5	Sun Feb 13 00:37:13 2011
+++ packages/dconf/dconf.spec	Wed Mar  2 20:39:59 2011
@@ -6,7 +6,7 @@
 Summary:	Low-level configuration system
 Name:		dconf
 Version:	0.7.2
-Release:	1
+Release:	2
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/dconf/0.7/%{name}-%{version}.tar.bz2
@@ -84,6 +84,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/{db,profile}
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -120,6 +122,9 @@
 %attr(755,root,root) %{_libdir}/gio/modules/libdconfsettings.so
 %{_datadir}/dbus-1/services/ca.desrt.dconf.service
 %{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
+%dir %{_sysconfdir}/dconf
+%dir %{_sysconfdir}/dconf/db
+%dir %{_sysconfdir}/dconf/profile
 
 %files devel
 %defattr(644,root,root,755)
@@ -150,6 +155,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2011/03/02 19:39:59  patrys
+- add dirs for profiles
+
 Revision 1.5  2011/02/12 23:37:13  wiget
 - updated to 0.7.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dconf/dconf.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list