From 8e774d1b70da903d029b320e7f8300f348849f49 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 07:49:09 +0000 Subject: auto-import changelog data from libuser-0.29-1.src.rpm Tue Aug 21 2001 Nalin Dahyabhai 0.29-1 - add an explicit build dependency on jade (for the docs) Mon Aug 20 2001 Nalin Dahyabhai - 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 --- diff --git a/.cvsignore b/.cvsignore index e3e70f0..5fedde7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libuser-0.28.tar.gz +libuser-0.29.tar.gz diff --git a/libuser.spec b/libuser.spec index 8e45b30..9f2cbec 100644 --- a/libuser.spec +++ b/libuser.spec @@ -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 0.29-1 +- add an explicit build dependency on jade (for the docs) + +* Mon Aug 20 2001 Nalin Dahyabhai +- 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 0.28-1 - apps: print usage on errors - lnewusers.c: initialize groups as groups, not users diff --git a/sources b/sources index 53032a9..0f0b2da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d1a2764ca30e8250ef73f5f2d97e0b9 libuser-0.28.tar.gz +172391edaba0cb7b652f933bfded4063 libuser-0.29.tar.gz