View | Details | Raw Unified | Return to bug 8219
Collapse All | Expand All

(-)libnfsidmap.spec (-6 / +3 lines)
Lines 6-12 Link Here
6
6
7
Name: libnfsidmap
7
Name: libnfsidmap
8
Version: 0.10
8
Version: 0.10
9
Release: alt3
9
Release: alt2
10
10
11
Summary: Name to user id mapping library
11
Summary: Name to user id mapping library
12
License: BSD
12
License: BSD
Lines 65-72 Link Here
65
%install
65
%install
66
%makeinstall libdir=%buildroot/%_lib
66
%makeinstall libdir=%buildroot/%_lib
67
%__mkdir_p %buildroot%_libdir
67
%__mkdir_p %buildroot%_libdir
68
find %buildroot/%_lib -name \*.so|while read; do
68
find %buildroot/lib -name \*.so|while read; do
69
	%__ln_s -nf ../../%_lib/`readlink $REPLY` %buildroot%_libdir/${REPLY##*/}
69
	%__ln_s -nf ../../lib/`readlink $REPLY` %buildroot%_libdir/${REPLY##*/}
70
	%__rm -f $REPLY
70
	%__rm -f $REPLY
71
done
71
done
72
 
72
 
Lines 88-96 Link Here
88
%endif
88
%endif
89
89
90
%changelog
90
%changelog
91
* Fri Oct 14 2005 Kirill A. Shutemov <kas@altlinux.ru> 0.10-alt3
92
- x86_64 support
93
94
* Sat May  7 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.10-alt2
91
* Sat May  7 2005 Sergey Bolshakov <sbolshakov@altlinux.ru> 0.10-alt2
95
- made umich_ldap mappings build conditional and disabled by default
92
- made umich_ldap mappings build conditional and disabled by default
96
93

Return to bug 8219