auto-import changelog data from libuser-0.29-1.src.rpm

Tue Aug 21 2001 Nalin Dahyabhai <nalin@redhat.com> 0.29-1
- add an explicit build dependency on jade (for the docs)
Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
- HUP nscd on modifications
- userutil.c: mmap files we're reading for probable speed gain
- userutil.c: be conservative with the amount of random data we read
- docs fixes
This commit is contained in:
cvsdist 2004-09-09 07:49:09 +00:00
parent 1538bd616a
commit 8e774d1b70
3 changed files with 21 additions and 6 deletions

View File

@ -1 +1 @@
libuser-0.28.tar.gz
libuser-0.29.tar.gz

View File

@ -1,11 +1,12 @@
Name: libuser
Version: 0.28
Version: 0.29
Release: 1
Group: System Environment/Base
License: LGPL
Source: libuser-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
BuildPrereq: pam-devel, popt, python-devel, sgml-tools, cyrus-sasl-devel
BuildPrereq: pam-devel, popt, python-devel, cyrus-sasl-devel
BuildPrereq: doxygen, jade, sgml-tools
Summary: A user account administration library.
%description
@ -29,9 +30,13 @@ files useful for developing applications with libuser.
%setup -q
%build
%configure
%configure --with-sasl
make
make -C docs/sgml
make doc
make -C generated_docs/latex refman.ps
rm -f generated_docs/latex/refman.ps.bz2
bzip2 generated_docs/latex/refman.ps
%clean
rm -fr $RPM_BUILD_ROOT
@ -47,7 +52,7 @@ rm -fr $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO docs/*.txt docs/sgml/*.txt docs/sgml/*.html python/modules.txt
%doc AUTHORS COPYING NEWS README TODO docs/*.txt python/modules.txt
%config(noreplace) %{_sysconfdir}/libuser.conf
@ -61,6 +66,7 @@ rm -fr $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%doc generated_docs/html generated_docs/latex/refman.ps.bz2
%attr(0755,root,root) %dir %{_includedir}/libuser
%attr(0644,root,root) %{_includedir}/libuser/*
%attr(0644,root,root) %{_libdir}/libuser.a
@ -73,6 +79,15 @@ rm -fr $RPM_BUILD_ROOT
%attr(0644,root,root) %{_libdir}/libuser_quota.la
%changelog
* Tue Aug 21 2001 Nalin Dahyabhai <nalin@redhat.com> 0.29-1
- add an explicit build dependency on jade (for the docs)
* Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
- HUP nscd on modifications
- userutil.c: mmap files we're reading for probable speed gain
- userutil.c: be conservative with the amount of random data we read
- docs fixes
* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com> 0.28-1
- apps: print usage on errors
- lnewusers.c: initialize groups as groups, not users

View File

@ -1 +1 @@
8d1a2764ca30e8250ef73f5f2d97e0b9 libuser-0.28.tar.gz
172391edaba0cb7b652f933bfded4063 libuser-0.29.tar.gz