- Update to support the 64-bit API of Python 2.5

- Drop the quota library and Python module
This commit is contained in:
Miloslav Trmac 2006-12-10 22:27:14 +00:00
parent 6eb3c684da
commit 06b2106af6
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
libuser-0.54.8.tar.gz
libuser-0.55.tar.gz

View File

@ -4,8 +4,8 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: libuser
Version: 0.54.8
Release: 2
Version: 0.55
Release: 1
Group: System Environment/Base
License: LGPL
Source: libuser-%{version}.tar.gz
@ -15,7 +15,7 @@ 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
The libuser library implements a standardized interface for manipulating
@ -27,7 +27,7 @@ suite are included.
%package devel
Group: Development/Libraries
Summary: Files needed for developing applications which use libuser.
Summary: Files needed for developing applications which use libuser
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel
@ -90,11 +90,14 @@ popd
%defattr(-,root,root)
%{_includedir}/libuser
%{_libdir}/*.so
#%attr(0644,root,root) %{_mandir}/man3/*
%{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/*
%changelog
* Sun Dec 10 2006 Miloslav Trmac <mitr@redhat.com> - 0.55-1
- Update to support the 64-bit API of Python 2.5
- Drop the quota library and Python module
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.54.8-2
- rebuild against python2.5
- follow python packaging guidelines

View File

@ -1 +1 @@
b7267c981ae35caa9b84cf2107fef70a libuser-0.54.8.tar.gz
b6db756837ec4cd84548c9758f2fea30 libuser-0.55.tar.gz