rpms/GConf2/devel GConf2.spec,1.119,1.120

Tom Callaway spot at fedoraproject.org
Wed Mar 3 20:11:33 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/GConf2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27924/devel

Modified Files:
	GConf2.spec 
Log Message:
add macros and directory ownership for simplified gconf schema scriplets


Index: GConf2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GConf2/devel/GConf2.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- GConf2.spec	1 Feb 2010 19:24:34 -0000	1.119
+++ GConf2.spec	3 Mar 2010 20:11:33 -0000	1.120
@@ -7,10 +7,11 @@
 Summary: A process-transparent configuration system
 Name: GConf2
 Version: 2.28.0
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: LGPLv2+
 Group: System Environment/Base
-Source: http://download.gnome.org/sources/GConf/2.28/GConf-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/GConf/2.28/GConf-%{version}.tar.bz2
+Source1: macros.gconf2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://projects.gnome.org/gconf/
 
@@ -101,6 +102,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gconf/gconf.xml.system
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm/
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/rpm-state/gconf
+
+install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.la
@@ -141,11 +146,13 @@ fi
 %{_mandir}/man1/*
 %dir %{_libdir}/GConf
 %dir %{_libdir}/GConf/2
+%{_sysconfdir}/rpm/macros.gconf2
 %{_sysconfdir}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
 %{_libexecdir}/gconf-defaults-mechanism
 %{_datadir}/polkit-1/actions/org.gnome.gconf.defaults.policy
 %{_datadir}/dbus-1/system-services/org.gnome.GConf.Defaults.service
 %{_datadir}/dbus-1/services/org.gnome.GConf.service
+%{_localstatedir}/lib/rpm-state/gconf/
 
 %files gtk
 %defattr(-, root, root)
@@ -160,6 +167,10 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Mar 03 2010 Tom "spot" Callaway <tcallawa at redhat.com> 2.28.0-9
+- add macros.gconf2
+- own /var/lib/rpm-state/gconf
+
 * Mon Feb 01 2010 Colin Walters <walters at verbum.org> 2.28.0-8
 - Add defaults patch from f-12 branch 
 



More information about the scm-commits mailing list