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:
parent
1538bd616a
commit
8e774d1b70
@ -1 +1 @@
|
|||||||
libuser-0.28.tar.gz
|
libuser-0.29.tar.gz
|
||||||
|
23
libuser.spec
23
libuser.spec
@ -1,11 +1,12 @@
|
|||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.28
|
Version: 0.29
|
||||||
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, 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.
|
Summary: A user account administration library.
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,9 +30,13 @@ files useful for developing applications with libuser.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --with-sasl
|
||||||
make
|
make
|
||||||
make -C docs/sgml
|
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
|
%clean
|
||||||
rm -fr $RPM_BUILD_ROOT
|
rm -fr $RPM_BUILD_ROOT
|
||||||
@ -47,7 +52,7 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%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
|
%config(noreplace) %{_sysconfdir}/libuser.conf
|
||||||
|
|
||||||
@ -61,6 +66,7 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc generated_docs/html generated_docs/latex/refman.ps.bz2
|
||||||
%attr(0755,root,root) %dir %{_includedir}/libuser
|
%attr(0755,root,root) %dir %{_includedir}/libuser
|
||||||
%attr(0644,root,root) %{_includedir}/libuser/*
|
%attr(0644,root,root) %{_includedir}/libuser/*
|
||||||
%attr(0644,root,root) %{_libdir}/libuser.a
|
%attr(0644,root,root) %{_libdir}/libuser.a
|
||||||
@ -73,6 +79,15 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%attr(0644,root,root) %{_libdir}/libuser_quota.la
|
%attr(0644,root,root) %{_libdir}/libuser_quota.la
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com> 0.28-1
|
||||||
- apps: print usage on errors
|
- apps: print usage on errors
|
||||||
- lnewusers.c: initialize groups as groups, not users
|
- lnewusers.c: initialize groups as groups, not users
|
||||||
|
Loading…
Reference in New Issue
Block a user