Shrink GConf schemas

This commit is contained in:
Matthias Clasen 2009-07-02 06:24:09 +00:00
parent cd1dc41fe0
commit 35ef208b74

View File

@ -6,7 +6,7 @@
Name: devhelp
Version: 0.23
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2+
Group: Development/Tools
Summary: API documention browser
@ -55,6 +55,9 @@ into other applications such as IDEs.
%setup -q -n devhelp-%{version}
%patch0 -p0 -b .uris
# force regeneration
rm data/devhelp.schemas
%build
%configure --disable-static
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
@ -137,6 +140,9 @@ fi
%{_libdir}/pkgconfig/*
%changelog
* Thu Jul 2 2009 Matthias Clasen <mclasen@redhat.com> - 0.23-7
- Shrink GConf schemas
* Sun Mar 08 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.23-6
Bumped to consume new soname in webkit library.