0.3.1
This commit is contained in:
parent
de00ddce25
commit
6eba9daf90
@ -1 +1 @@
|
||||
dconf-0.3.tar.bz2
|
||||
dconf-0.3.1.tar.bz2
|
||||
|
32
dconf.spec
32
dconf.spec
@ -1,3 +1,5 @@
|
||||
%define glib2_version 2.25.7
|
||||
|
||||
Name: dconf
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
@ -8,7 +10,7 @@ License: LGPLv2+
|
||||
URL: http://live.gnome.org/dconf
|
||||
Source0: http://download.gnome.org/sources/dconf/0.3/dconf-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: glib2-devel >= 2.25.7
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
Requires: dbus
|
||||
|
||||
Patch0: dconf-libs.patch
|
||||
@ -18,21 +20,32 @@ BuildRequires: automake autoconf libtool
|
||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||
backend to the GSettings API in GLib.
|
||||
|
||||
%package devel
|
||||
Summary: Header files and libraries for dconf development
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: glib2-devel >= %{glib2_version}
|
||||
|
||||
%description devel
|
||||
dconf development package. Contains files needed for doing software
|
||||
development using dconf.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .libs
|
||||
|
||||
autoreconf -i -f
|
||||
automake --foreign
|
||||
autoconf
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/libdconfsettings.la
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/libdconf.la
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -49,11 +62,20 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%{_libexecdir}/dconf-service
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||
%{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
|
||||
${_bindir}/dconf
|
||||
%{_bindir}/dconf
|
||||
%{_libdir}/libdconf.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/dconf
|
||||
%{_libdir}/libdconf.so
|
||||
%{_libdir}/pkgconfig/dconf.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2010 Matthias Clasen <mclasen@redhat.com> 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
- Add a -devel subpackage
|
||||
|
||||
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> 0.3-3
|
||||
- Make batched writes (e.g. with delayed settings) work
|
||||
|
Loading…
Reference in New Issue
Block a user