]> git.pld-linux.org Git - packages/cifs-utils.git/blame - cifs-utils.spec
- up to 6.6
[packages/cifs-utils.git] / cifs-utils.spec
CommitLineData
8ccc4429 1Summary: Utilities for mounting and managing CIFS mounts
79bd9cf2 2Summary(pl.UTF-8): Narzędzia do montowania i zarządzania montowaniami CIFS
8ccc4429 3Name: cifs-utils
73db5ab7 4Version: 6.6
c17d5f62 5Release: 1
f145a480 6License: GPL v3+
8ccc4429 7Group: Daemons
31590dfe 8Source0: http://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
73db5ab7 9# Source0-md5: 8b11350fade47d308b8f377e06cce243
79bd9cf2
JB
10Patch0: %{name}-heimdal.patch
11URL: http://linux-cifs.samba.org/cifs-utils/
c17d5f62 12BuildRequires: heimdal-devel >= 1.5.1-3
8ccc4429
AM
13BuildRequires: keyutils-devel
14BuildRequires: libcap-ng-devel
0d8bfa6e 15BuildRequires: libsmbclient-devel >= 1:4
8ccc4429 16BuildRequires: libtalloc-devel
0d8bfa6e 17BuildRequires: pam-devel
8ccc4429
AM
18Requires: keyutils
19Obsoletes: mount-cifs
c17d5f62 20Conflicts: samba-client < 1:3.6.0
8ccc4429
AM
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24The SMB/CIFS protocol is a standard file sharing protocol widely
25deployed on Microsoft Windows machines. This package contains tools
26for mounting shares on Linux using the SMB/CIFS protocol. The tools in
27this package work in conjunction with support in the kernel to allow
28one to mount a SMB/CIFS share onto a client and use it as if it were a
29standard Linux file system.
30
79bd9cf2
JB
31%description -l pl.UTF-8
32Protokół SMB/CIFS to standardowy protokół współdzielenia plików
33szeroko wykorzystywany na komputerach z systemem Microsoft Windows.
34Ten pakiet zawiera narzędzia do montowania pod Linuksem udziałów
35udostępnionych poprzez protokół SMB/CIFS. Narzędzia z tego pakietu
36współpracując z obsługą w jądrze pozwalają na montowanie udziałów
37SMB/CIFS na systemie klienckim tak, jakby był to standardowy
38linuksowy system plików.
39
0d8bfa6e
JB
40%package devel
41Summary: Header file for cifs-utils ID Mapping Plugin interface
42Summary(pl.UTF-8): Plik nagłówkowy interfejsu wtyczek ID Mapping cifs-utils
43Group: Development/Libraries
44# doesn't require base
45
46%description devel
47Header file for cifs-utils ID Mapping Plugin interface.
48
49%description devel -l pl.UTF-8
50Plik nagłówkowy interfejsu wtyczek ID Mapping cifs-utils.
51
8ccc4429
AM
52%prep
53%setup -q
79bd9cf2 54%patch0 -p1
8ccc4429
AM
55
56%build
c17d5f62 57%configure \
0d8bfa6e 58 --with-libcap-ng \
c17d5f62
AM
59 --enable-cifsupcall \
60 --enable-cifsidmap \
61 --enable-cifsacl
8ccc4429
AM
62
63%{__make}
64
65%install
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install \
0d8bfa6e
JB
69 DESTDIR=$RPM_BUILD_ROOT \
70 pamdir=/%{_lib}/security
8ccc4429
AM
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%files
76%defattr(644,root,root,755)
f145a480 77%doc AUTHORS README
8ccc4429 78%attr(755,root,root) /sbin/mount.cifs
79bd9cf2 79%attr(755,root,root) %{_bindir}/cifscreds
8ccc4429
AM
80%attr(755,root,root) %{_bindir}/getcifsacl
81%attr(755,root,root) %{_bindir}/setcifsacl
82%attr(755,root,root) %{_sbindir}/cifs.upcall
83%attr(755,root,root) %{_sbindir}/cifs.idmap
0d8bfa6e 84%attr(755,root,root) /%{_lib}/security/pam_cifscreds.so
2b4a66ff
AM
85%dir %{_libdir}/%{name}
86%attr(755,root,root) %{_libdir}/%{name}/idmapwb.so
79bd9cf2 87%{_mandir}/man1/cifscreds.1*
8ccc4429
AM
88%{_mandir}/man1/getcifsacl.1*
89%{_mandir}/man1/setcifsacl.1*
90%{_mandir}/man8/cifs.upcall.8*
91%{_mandir}/man8/cifs.idmap.8*
2b4a66ff 92%{_mandir}/man8/idmapwb.8*
8ccc4429 93%{_mandir}/man8/mount.cifs.8*
0d8bfa6e
JB
94%{_mandir}/man8/pam_cifscreds.8*
95
96%files devel
97%defattr(644,root,root,755)
98%{_includedir}/cifsidmap.h
This page took 0.048818 seconds and 4 git commands to generate.