|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
|
Name: GConf2
|
|
|
|
|
Version: 2.16.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
|
|
|
|
@ -59,7 +59,7 @@ development using GConf.
|
|
|
|
|
rm -f libtool
|
|
|
|
|
libtoolize --force --copy
|
|
|
|
|
autoreconf
|
|
|
|
|
%configure
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -71,11 +71,7 @@ chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.mandatory
|
|
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/schemas
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-xml.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-oldxml.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/libgconfbackend-evoldap.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/GConf/2/*.la
|
|
|
|
|
|
|
|
|
|
%find_lang %name
|
|
|
|
@ -111,10 +107,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_includedir}/gconf
|
|
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
%{_datadir}/gtk-doc/html/gconf
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
|
|
|
|
|
- Minor cleanups from package review
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
|
|
|
|
|
- Own the /etc/gconf/schemas directory
|
|
|
|
|
- Misc cleanups
|
|
|
|
|