fix spec
This commit is contained in:
parent
52ed479afa
commit
cff87f8d9a
15
dconf.spec
15
dconf.spec
@ -2,17 +2,21 @@
|
||||
|
||||
Name: dconf
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 1
|
||||
Summary: A configuration system
|
||||
|
||||
Group: System Environment/Base
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/dconf
|
||||
Source0: http://download.gnome.org/sources/dconf/0.4/dconf-%{version}.tar.gz
|
||||
Source0: http://download.gnome.org/sources/dconf/0.4/dconf-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
Requires: dbus
|
||||
|
||||
Patch0: dconf-libs.patch
|
||||
BuildRequires: automake autoconf libtool
|
||||
BuildRequires: gobject-introspection-devel
|
||||
|
||||
%description
|
||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||
backend to the GSettings API in GLib.
|
||||
@ -28,7 +32,11 @@ dconf development package. Contains files needed for doing software
|
||||
development using dconf.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{?alphatag}
|
||||
%setup -q
|
||||
%patch0 -p1 -b .libs
|
||||
|
||||
automake --foreign
|
||||
autoconf
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -65,6 +73,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%{_libdir}/pkgconfig/dconf.pc
|
||||
%{_libdir}/girepository-1.0/dconf-0.3.typelib
|
||||
%{_datadir}/gir-1.0/dconf-0.3.gir
|
||||
%{_datadir}/gtk-doc/html/dconf
|
||||
|
||||
%changelog
|
||||
* Sat Jun 12 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
|
||||
|
Loading…
Reference in New Issue
Block a user