- Configure without --enable-gtk-doc to fix multilib conflict (#192715)
This commit is contained in:
parent
a0b2a1e271
commit
ea456d6335
10
libuser.spec
10
libuser.spec
@ -5,13 +5,12 @@
|
||||
|
||||
Name: libuser
|
||||
Version: 0.54.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: System Environment/Base
|
||||
License: LGPL
|
||||
Source: libuser-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: pam-devel, popt, python-devel
|
||||
BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools
|
||||
BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt, python-devel
|
||||
BuildRequires: cyrus-sasl-devel, openldap-devel
|
||||
%if %{WITH_SELINUX}
|
||||
BuildRequires: libselinux-devel
|
||||
@ -40,7 +39,7 @@ files useful for developing applications with libuser.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc \
|
||||
%configure \
|
||||
%if %{WITH_SELINUX}
|
||||
--with-selinux \
|
||||
%endif
|
||||
@ -96,6 +95,9 @@ popd
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 7 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.6-2
|
||||
- Configure without --enable-gtk-doc to fix multilib conflict (#192715)
|
||||
|
||||
* Mon May 1 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.6-1
|
||||
- Fix bugs in handling of invalid lines in the files and shadow modules
|
||||
- Fix pattern matching in lu_*_enumerate_full in the files and shadow modules
|
||||
|
Loading…
Reference in New Issue
Block a user