- Support importing of configuration from shadow-utils (/etc/login.defs and
/etc/default/useradd) - Add libuser.conf(5) man page
This commit is contained in:
parent
d600e1cac7
commit
2b297586cc
@ -1 +1 @@
|
||||
libuser-0.54.tar.gz
|
||||
libuser-0.54.1.tar.gz
|
||||
|
||||
12
libuser.spec
12
libuser.spec
@ -4,12 +4,11 @@
|
||||
%define python %(%{__python} -c "import sys; print sys.version[:3]")
|
||||
|
||||
Name: libuser
|
||||
Version: 0.54
|
||||
Release: 2
|
||||
Version: 0.54.1
|
||||
Release: 1
|
||||
Group: System Environment/Base
|
||||
License: LGPL
|
||||
Source: libuser-%{version}.tar.gz
|
||||
Patch0: libuser-0.54-gmodule-no-export.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: pam-devel, popt, python-devel
|
||||
BuildRequires: glib2-devel, gtk-doc, linuxdoc-tools
|
||||
@ -39,7 +38,6 @@ files useful for developing applications with libuser.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gmodule-no-export
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc \
|
||||
@ -83,6 +81,7 @@ popd
|
||||
%{_libdir}/%{name}/*.so
|
||||
%attr(0755,root,root) %{_sbindir}/*
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%exclude %{_libdir}/*.la
|
||||
%exclude %{_libdir}/%{name}/*.la
|
||||
@ -97,6 +96,11 @@ popd
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 11 2005 Miloslav Trmac <mitr@redhat.com> - 0.54.1-1
|
||||
- Support importing of configuration from shadow-utils (/etc/login.defs and
|
||||
/etc/default/useradd)
|
||||
- Add libuser.conf(5) man page
|
||||
|
||||
* Wed Oct 5 2005 Matthias Clasen <mclasen@redhat.com> - 0.54-2
|
||||
- Use gmodule-no-export in the .pc file
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user