- Ignore nss_compat lines in the "files" module (#154651)
- Autodetect Python version (#154096) - Add BuildRequires: libselinux-devel, s/BuildPrereq/BuildRequires/
This commit is contained in:
parent
fcfabdc37c
commit
9aff46e66f
@ -1 +1 @@
|
|||||||
libuser-0.53.4.tar.gz
|
libuser-0.53.5.tar.gz
|
||||||
|
18
libuser.spec
18
libuser.spec
@ -4,15 +4,18 @@
|
|||||||
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.53.4
|
Version: 0.53.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Source: libuser-%{version}.tar.gz
|
Source: libuser-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPrereq: pam-devel, popt, python-devel
|
BuildRequires: pam-devel, popt, python-devel
|
||||||
BuildPrereq: glib2-devel, gtk-doc, linuxdoc-tools
|
BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools
|
||||||
BuildPrereq: cyrus-sasl-devel, openldap-devel
|
BuildRequires: cyrus-sasl-devel, openldap-devel
|
||||||
|
%if %{WITH_SELINUX}
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
%endif
|
||||||
Summary: A user and group account administration library.
|
Summary: A user and group account administration library.
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,8 +46,6 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" ; export CFLAGS
|
|||||||
--with-selinux \
|
--with-selinux \
|
||||||
%endif
|
%endif
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
--with-python-version=%{python} \
|
|
||||||
--with-python-path=%{_includedir}/python%{python} \
|
|
||||||
--with-html-dir=%{_datadir}/gtk-doc/html
|
--with-html-dir=%{_datadir}/gtk-doc/html
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -93,6 +94,11 @@ popd
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2005 Miloslav Trmac <mitr@volny.cz> - 0.53.5-1
|
||||||
|
- Ignore nss_compat lines in the "files" module (#154651)
|
||||||
|
- Autodetect Python version (#154096)
|
||||||
|
- Add BuildRequires: libselinux-devel, s/BuildPrereq/BuildRequires/
|
||||||
|
|
||||||
* Wed Apr 6 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.4-1
|
* Wed Apr 6 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.4-1
|
||||||
- Fix adding objectclasses to existing LDAP entries (#152960)
|
- Fix adding objectclasses to existing LDAP entries (#152960)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user