use "--disable-gtk-doc" to avoid rebuilding documentation (#477807)
This commit is contained in:
parent
fd59352bef
commit
b7764dc050
@ -1,12 +1,12 @@
|
||||
Summary: A dynamic, any to any, pixel format conversion library
|
||||
Name: babl
|
||||
Version: 0.1.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
|
||||
License: LGPLv3+ and GPLv3+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gegl.org/babl/
|
||||
Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2
|
||||
Patch0: babl-build-fix.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: librsvg2 w3m
|
||||
@ -32,7 +32,7 @@ developing with %{name}.
|
||||
%patch0 -p0 -b .fix
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%configure --disable-static --disable-gtk-doc
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -72,6 +72,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 25 2009 Nils Philippsen <nils@redhat.com> - 0.1.0-3
|
||||
- use "--disable-gtk-doc" to avoid rebuilding documentation (#477807)
|
||||
|
||||
* Thu Jun 25 2009 Nils Philippsen <nils@redhat.com> - 0.1.0-2
|
||||
- fix timestamps of built documentation for multilib (#477807)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user