- Update to libuser-0.56.15.
- Drop no longer necessary references to BuildRequires
This commit is contained in:
parent
b3b0b6af78
commit
eb2207b418
@ -1 +1 @@
|
|||||||
libuser-0.56.14.tar.bz2
|
libuser-0.56.15.tar.xz
|
||||||
|
12
libuser.spec
12
libuser.spec
@ -1,14 +1,13 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.56.14
|
Version: 0.56.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://fedorahosted.org/libuser/
|
URL: https://fedorahosted.org/libuser/
|
||||||
Source: https://fedorahosted.org/releases/l/i/libuser/libuser-%{version}.tar.bz2
|
Source: https://fedorahosted.org/releases/l/i/libuser/libuser-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt-devel, python2-devel
|
||||||
BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt-devel, python-devel
|
|
||||||
BuildRequires: cyrus-sasl-devel, libselinux-devel, openldap-devel
|
BuildRequires: cyrus-sasl-devel, libselinux-devel, openldap-devel
|
||||||
# To make sure the configure script can find it
|
# To make sure the configure script can find it
|
||||||
BuildRequires: nscd
|
BuildRequires: nscd
|
||||||
@ -53,7 +52,6 @@ make
|
|||||||
rm -fr $RPM_BUILD_ROOT
|
rm -fr $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -100,6 +98,10 @@ python -c "import libuser"
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 4 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.15-1
|
||||||
|
- Update to libuser-0.56.15.
|
||||||
|
- Drop no longer necessary references to BuildRequires
|
||||||
|
|
||||||
* Mon Feb 8 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.14-1
|
* Mon Feb 8 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.14-1
|
||||||
- Update to libuser-0.56.14.
|
- Update to libuser-0.56.14.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user