|
|
|
@ -6,11 +6,11 @@
|
|
|
|
|
|
|
|
|
|
Summary: A process-transparent configuration system
|
|
|
|
|
Name: GConf2
|
|
|
|
|
Version: 2.24.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.25.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Source: http://download.gnome.org/sources/GConf/2.22/GConf-%{version}.tar.bz2
|
|
|
|
|
Source: http://download.gnome.org/sources/GConf/2.25/GConf-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
URL: http://projects.gnome.org/gconf/
|
|
|
|
|
|
|
|
|
@ -71,6 +71,11 @@ which require GTK+.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --enable-defaults-service
|
|
|
|
|
|
|
|
|
|
# drop unneeded direct library deps with --as-needed
|
|
|
|
|
# libtool doesn't make this easy, so we do it the hard way
|
|
|
|
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -137,6 +142,9 @@ fi
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
|
|
|
|
|
- Update to 2.25.0
|
|
|
|
|
|
|
|
|
|
* Tue Dec 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
|
|
|
|
|
- Rebuild for pkg-config requires
|
|
|
|
|
|
|
|
|
|