SPECS: libhome.spec - up to 0.10.1
arekm
arekm at pld-linux.org
Mon Jan 30 14:45:36 CET 2006
Author: arekm Date: Mon Jan 30 13:45:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.10.1
---- Files affected:
SPECS:
libhome.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/libhome.spec
diff -u SPECS/libhome.spec:1.6 SPECS/libhome.spec:1.7
--- SPECS/libhome.spec:1.6 Tue Dec 27 02:16:17 2005
+++ SPECS/libhome.spec Mon Jan 30 14:45:31 2006
@@ -2,17 +2,20 @@
Summary: libhome - a configurable getpwnam(3) emulator
Summary(pl): libhome - konfigurowalny emulator funkcji getpwnam(3)
Name: libhome
-Version: 0.8.1
-Release: 0.1
+Version: 0.10.1
+Release: 1
License: LGPL v2+
Group: Libraries
Source0: http://dl.sourceforge.net/pll/%{name}-%{version}.tar.gz
-# Source0-md5: 44f06ff97b594741f0558efb51960d29
+# Source0-md5: fe0b4e581c62bc64eb13295eb7f2b0e5
Patch0: %{name}-DESTDIR.patch
URL: http://pll.sourceforge.net/
BuildRequires: automake
BuildRequires: groff
BuildRequires: mysql-devel
+BuildRequires: db-devel
+BuildRequires: pam-devel
+BuildRequires: postgresql-devel
BuildRequires: openldap-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -61,8 +64,11 @@
%build
cp -f /usr/share/automake/config.* .
%configure \
+ --with-db4=%{_includedir} \
--with-ldap \
- --with-mysql
+ --with-mysql \
+ --with-pgsql \
+ --with-pam
%{__make}
%install
@@ -70,10 +76,11 @@
install -d $RPM_BUILD_ROOT%{_sysconfdir}
%{__make} install \
- bindir=$RPM_BUILD_ROOT%{_bindir} \
- libdir=$RPM_BUILD_ROOT%{_libdir} \
- includedir=$RPM_BUILD_ROOT%{_includedir} \
- mandir=$RPM_BUILD_ROOT%{_mandir}
+ DESTDIR=$RPM_BUILD_ROOT \
+ bindir=%{_bindir} \
+ libdir=%{_libdir} \
+ includedir=%{_includedir} \
+ mandir=%{_mandir}
install home.conf $RPM_BUILD_ROOT%{_sysconfdir}
@@ -86,21 +93,23 @@
%files
%defattr(644,root,root,755)
%doc NEWS README
-%attr(755,root,root) %{_bindir}/home_finger
+%attr(755,root,root) %{_bindir}/home_*
+%attr(755,root,root) %{_sbindir}/home_*
%attr(755,root,root) %{_bindir}/libhome.sh
-%attr(755,root,root) %{_libdir}/libhome.so.*.*.*
+%attr(755,root,root) %{_libdir}/lib*home*.so.*
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/home.conf
%{_mandir}/man5/home.conf.5*
+%{_mandir}/man8/home_proxy.8*
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libhome.so
-%{_libdir}/libhome.la
+%attr(755,root,root) %{_libdir}/lib*home*.so
+%{_libdir}/lib*home*.la
%{_includedir}/home
%files static
%defattr(644,root,root,755)
-%{_libdir}/libhome.a
+%{_libdir}/lib*home*.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -108,6 +117,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/01/30 13:45:31 arekm
+- up to 0.10.1
+
Revision 1.6 2005/12/27 01:16:17 glen
- BR groff
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libhome.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list