mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 01:22:47 +00:00
fix files
This commit is contained in:
parent
4a5812eea8
commit
d3c2fbc985
1 changed files with 9 additions and 13 deletions
22
samba.spec
22
samba.spec
|
@ -17,6 +17,9 @@
|
|||
%define dcerpcmajor 0
|
||||
%define hostconfigmajor 0
|
||||
%define ndrmajor 1
|
||||
%define krbmajor 0
|
||||
%define nbtmajor 0
|
||||
%define standardmajor 0
|
||||
%define wbclientmajor 0
|
||||
%define sambautilmajor 0
|
||||
%define samdbmajor 0
|
||||
|
@ -421,7 +424,6 @@ Provides libraries for Samba
|
|||
%{_libdir}/samba/libdbwrap-samba4.so
|
||||
%{_libdir}/samba/libdcerpc-samba-samba4.so
|
||||
%{_libdir}/samba/libdcerpc-samba4.so
|
||||
%{_libdir}/samba/libdcerpc-server-core.so
|
||||
%{_libdir}/samba/libdfs-server-ad-samba4.so
|
||||
%{_libdir}/samba/libdlz-bind9-for-torture-samba4.so
|
||||
%{_libdir}/samba/libdnsserver-common-samba4.so
|
||||
|
@ -515,10 +517,6 @@ Provides libraries for Samba
|
|||
%{_libdir}/samba/libutil-setid-samba4.so
|
||||
%{_libdir}/samba/libutil-tdb-samba4.so
|
||||
%{_libdir}/samba/libwinbind-client-samba4.so
|
||||
#%%{_libdir}/samba/libnon-posix-acls-samba4.so
|
||||
#%%ifarch x86_64
|
||||
#%%{_libdir}/samba/libaesni-intel-samba4.so
|
||||
#%%endif
|
||||
%{_libdir}/samba/libwind-samba4.so.0
|
||||
%{_libdir}/samba/libwind-samba4.so.0.0.0
|
||||
%{_libdir}/samba/libxattr-tdb-samba4.so
|
||||
|
@ -577,7 +575,7 @@ printing to SMB printers.
|
|||
%{_bindir}/smbtar
|
||||
%{_bindir}/mdfind
|
||||
%{_mandir}/man1/dbwrap_tool.1*
|
||||
%{_mandir}/man8/mdfind.8*
|
||||
%{_mandir}/man1/mdfind.1*
|
||||
%{_mandir}/man8/samba-tool.8*
|
||||
%{_mandir}/man8/samba-regedit.8*
|
||||
# Link of smbspool to CUPS
|
||||
|
@ -1004,6 +1002,7 @@ Library implementing Samba's memory allocator.
|
|||
%{_libdir}/libdcerpc-samr.so
|
||||
%{_libdir}/libdcerpc-binding.so
|
||||
%{_libdir}/libdcerpc-server.so
|
||||
%{_libdir}/libdcerpc-server-core.so
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -1017,9 +1016,9 @@ Network Data Representation library from Samba4.
|
|||
|
||||
%files -n %{libndr}
|
||||
%{_libdir}/libndr.so.%{ndrmajor}*
|
||||
%{_libdir}/libndr-krb5pac.so.%{ndrmajor}*
|
||||
%{_libdir}/libndr-nbt.so.%{ndrmajor}*
|
||||
%{_libdir}/libndr-standard.so.%{ndrmajor}*
|
||||
%{_libdir}/libndr-krb5pac.so.%{krbmajor}*
|
||||
%{_libdir}/libndr-nbt.so.%{nbtmajor}*
|
||||
%{_libdir}/libndr-standard.so.%{standardmajor}*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -1264,7 +1263,7 @@ Requires: %{libsambalibs} = %{EVRD}
|
|||
Python library for working with the Talloc library.
|
||||
|
||||
%files -n %{libpytalloc_util}
|
||||
%{_libdir}/libpytalloc-util.cpython*.so.%{pytalloc_utilmajor}*
|
||||
%{_libdir}/samba/libpytalloc-util.cpython*.so.%{pytalloc_utilmajor}*
|
||||
%{python3_sitearch}/talloc.cpython*.so
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -1401,9 +1400,6 @@ chmod +x ./buildtools/bin/waf
|
|||
--without-ads \
|
||||
%endif
|
||||
--with-ldap \
|
||||
%ifarch x86_64
|
||||
--accel-aes=intelaesni \
|
||||
%endif
|
||||
--disable-rpath \
|
||||
--disable-rpath-install \
|
||||
--disable-rpath-private-install \
|
||||
|
|
Loading…
Add table
Reference in a new issue