]> git.pld-linux.org Git - packages/cifs-utils.git/blame - cifs-utils.spec
- initial; replaces mount.cifs and friends from samba-client
[packages/cifs-utils.git] / cifs-utils.spec
CommitLineData
8ccc4429
AM
1Summary: Utilities for mounting and managing CIFS mounts
2Name: cifs-utils
3Version: 5.1
4Release: 0.1
5License: GPL v3
6Group: Daemons
7URL: http://linux-cifs.samba.org/cifs-utils/
8Source0: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
9# Source0-md5: b1b232adc042fd157d2f9848f4650fad
10Patch0: %{name}-install-cifsacl-tools-in-usrbin.patch
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: heimdal-devel
14BuildRequires: keyutils-devel
15BuildRequires: libcap-ng-devel
16BuildRequires: libtalloc-devel
17BuildRequires: samba-devel
18Requires: keyutils
19Obsoletes: mount-cifs
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23The SMB/CIFS protocol is a standard file sharing protocol widely
24deployed on Microsoft Windows machines. This package contains tools
25for mounting shares on Linux using the SMB/CIFS protocol. The tools in
26this package work in conjunction with support in the kernel to allow
27one to mount a SMB/CIFS share onto a client and use it as if it were a
28standard Linux file system.
29
30%prep
31%setup -q
32%patch0 -p1
33
34%build
35%configure
36
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%attr(755,root,root) /sbin/mount.cifs
51%attr(755,root,root) %{_bindir}/getcifsacl
52%attr(755,root,root) %{_bindir}/setcifsacl
53%attr(755,root,root) %{_sbindir}/cifs.upcall
54%attr(755,root,root) %{_sbindir}/cifs.idmap
55%{_mandir}/man1/getcifsacl.1*
56%{_mandir}/man1/setcifsacl.1*
57%{_mandir}/man8/cifs.upcall.8*
58%{_mandir}/man8/cifs.idmap.8*
59%{_mandir}/man8/mount.cifs.8*
This page took 0.095338 seconds and 4 git commands to generate.