auto-import samba-2.2.5-9 from samba-2.2.5-9.src.rpm
This commit is contained in:
parent
0bf5295390
commit
548fc0ef17
13
samba.spec
13
samba.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: The Samba SMB server.
|
Summary: The Samba SMB server.
|
||||||
Name: samba
|
Name: samba
|
||||||
Version: 2.2.5
|
Version: 2.2.5
|
||||||
Release: 8
|
Release: 9
|
||||||
License: GNU GPL Version 2
|
License: GNU GPL Version 2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.samba.org/
|
URL: http://www.samba.org/
|
||||||
@ -225,16 +225,16 @@ ln -s libnss_winbind.so $RPM_BUILD_ROOT/lib/libnss_winbind.so.2
|
|||||||
# VFS - recycling
|
# VFS - recycling
|
||||||
%ifarch i386
|
%ifarch i386
|
||||||
pushd examples/VFS/recycle
|
pushd examples/VFS/recycle
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/lib/samba/vfs
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/samba/vfs
|
||||||
mv README README.vfs-recycle
|
mv README README.vfs-recycle
|
||||||
install -m 644 recycle.so $RPM_BUILD_ROOT/usr/lib/samba/vfs/
|
install -m 644 recycle.so $RPM_BUILD_ROOT%{_libdir}/samba/vfs/
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# libsmbclient
|
# libsmbclient
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/{lib,include}
|
mkdir -p $RPM_BUILD_ROOT/usr/{lib,include}
|
||||||
install -m 644 source/bin/libsmbclient.a $RPM_BUILD_ROOT/usr/lib/
|
install -m 644 source/bin/libsmbclient.a $RPM_BUILD_ROOT%{_libdir}/
|
||||||
install -m 644 source/include/libsmbclient.h $RPM_BUILD_ROOT/usr/include/
|
install -m 644 source/include/libsmbclient.h $RPM_BUILD_ROOT/usr/include/
|
||||||
|
|
||||||
|
|
||||||
@ -316,6 +316,7 @@ fi
|
|||||||
%{_bindir}/smbcontrol
|
%{_bindir}/smbcontrol
|
||||||
%{_bindir}/smbstatus
|
%{_bindir}/smbstatus
|
||||||
%{_bindir}/smbadduser
|
%{_bindir}/smbadduser
|
||||||
|
%{_bindir}/tdbbackup
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/samba
|
%config(noreplace) %{_sysconfdir}/sysconfig/samba
|
||||||
%config(noreplace) %{_sysconfdir}/samba/smbusers
|
%config(noreplace) %{_sysconfdir}/samba/smbusers
|
||||||
%attr(755,root,root) %config %{initdir}/smb
|
%attr(755,root,root) %config %{initdir}/smb
|
||||||
@ -328,6 +329,7 @@ fi
|
|||||||
%{_mandir}/man7/samba.7*
|
%{_mandir}/man7/samba.7*
|
||||||
%{_mandir}/man8/smbd.8*
|
%{_mandir}/man8/smbd.8*
|
||||||
%{_mandir}/man8/nmbd.8*
|
%{_mandir}/man8/nmbd.8*
|
||||||
|
%{_mandir}/man8/pdbedit.8*
|
||||||
#%{_mandir}/ja/man1/smbstatus.1*
|
#%{_mandir}/ja/man1/smbstatus.1*
|
||||||
#%{_mandir}/ja/man5/smbpasswd.5*
|
#%{_mandir}/ja/man5/smbpasswd.5*
|
||||||
#%{_mandir}/ja/man7/samba.7*
|
#%{_mandir}/ja/man7/samba.7*
|
||||||
@ -418,6 +420,9 @@ fi
|
|||||||
#%{_mandir}/ja/man8/smbpasswd.8*
|
#%{_mandir}/ja/man8/smbpasswd.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-9
|
||||||
|
- /usr/lib was used in place of %%{_libdir} in three locations (#72554)
|
||||||
|
|
||||||
* Mon Aug 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-8
|
* Mon Aug 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-8
|
||||||
- Initscript fix (#70720)
|
- Initscript fix (#70720)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user