|
|
|
@ -4,8 +4,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
|
Name: GConf2
|
|
|
|
|
Version: 2.4.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Version: 2.5.1
|
|
|
|
|
Release: 2
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
|
|
|
|
@ -61,6 +61,7 @@ chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.defaults
|
|
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/gconf.xml.mandatory
|
|
|
|
|
|
|
|
|
|
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}/*.la
|
|
|
|
|
|
|
|
|
|
%find_lang %name
|
|
|
|
@ -84,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/GConf/2/*.so
|
|
|
|
|
%{_libdir}/GConf/2/*.la
|
|
|
|
|
%{_datadir}/sgml
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%dir %{_libdir}/GConf
|
|
|
|
|
%dir %{_libdir}/GConf/2
|
|
|
|
|
|
|
|
|
@ -97,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 16 2004 Jonathan Blandford <jrb@redhat.com> 2.5.1-1
|
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|
* Tue Sep 9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
|
|
|
|
- 2.4.0
|
|
|
|
|
|
|
|
|
|