]> git.pld-linux.org Git - packages/samba.git/blob - samba.spec
- rel 1
[packages/samba.git] / samba.spec
1 # TODO:
2 # - look into other distro specs for valid %descriptions for samba 3
3 # - unpackaged man pages for modules that are not built by default,
4 #   maybe we should build them?
5 #   /usr/share/man/man8/vfs_cacheprime.8*
6 #   /usr/share/man/man8/vfs_catia.8*
7 #   /usr/share/man/man8/vfs_commit.8*
8 #   /usr/share/man/man8/vfs_gpfs.8*
9 #   /usr/share/man/man8/vfs_notify_fam.8*
10 #   /usr/share/man/man8/vfs_prealloc.8*
11 # - libmsrpc.so is broken (references smbc_attr_server() which is no longer exported from libsmbclient)
12 # - package libs:
13 #       libnetapi
14 #       libsmbsharemodes
15 # - MERGE vfs modules into main package, what was the point of splitting these?
16 #
17 # Conditional build:
18 %bcond_without  ads             # without ActiveDirectory support
19 %bcond_without  cups            # without CUPS support
20 %bcond_without  kerberos5       # without Kerberos V support
21 %bcond_without  ldap            # without LDAP support
22 %bcond_with     mks             # with vfs-mks (mksd dependency not distributale)
23 %bcond_with     vscan
24
25 # ADS requires kerberos5 and LDAP
26 %if !%{with kerberos5} || !%{with ldap}
27 %undefine       with_ads
28 %endif
29 %define         vscan_version 0.3.6c-beta5
30 Summary:        SMB server
31 Summary(cs.UTF-8):      Server SMB
32 Summary(da.UTF-8):      SMB server
33 Summary(de.UTF-8):      SMB-Server
34 Summary(es.UTF-8):      El servidor SMB
35 Summary(fi.UTF-8):      SMB-palvelin
36 Summary(fr.UTF-8):      Serveur SMB
37 Summary(it.UTF-8):      Server SMB
38 Summary(ja.UTF-8):      Samba SMB サーバー
39 Summary(ko.UTF-8):      삼바 SMB 서버
40 Summary(pl.UTF-8):      Serwer SMB
41 Summary(pt_BR.UTF-8):   Cliente e servidor SMB
42 Summary(ru.UTF-8):      SMB клиент и сервер
43 Summary(tr.UTF-8):      SMB sunucusu
44 Summary(uk.UTF-8):      SMB клієнт та сервер
45 Summary(zh_CN.UTF-8):   Samba 客户端和服务器
46 Name:           samba
47 Version:        3.2.4
48 Release:        1
49 Epoch:          1
50 License:        GPL v2
51 Group:          Networking/Daemons
52 Source0:        http://www.samba.org/samba/ftp/%{name}-%{version}.tar.gz
53 # Source0-md5:  7870a6bb3a025c6081cd56688acd494a
54 Source1:        smb.init
55 Source2:        %{name}.pamd
56 Source3:        swat.inetd
57 Source4:        %{name}.sysconfig
58 Source5:        %{name}.logrotate
59 Source6:        smb.conf
60 Source7:        http://www.openantivirus.org/download/%{name}-vscan-%{vscan_version}.tar.gz
61 # Source7-md5:  8f1dd119172e04e6d7c2d05526a4cf8b
62 Source8:        winbind.init
63 Source9:        winbind.sysconfig
64 Patch0:         %{name}-lib64.patch
65 Patch1:         %{name}-smbwrapper.patch
66 Patch2:         %{name}-c++-nofail.patch
67 Patch3:         %{name}-pthread.patch
68 Patch4:         %{name}-nscd.patch
69 Patch5:         %{name}-doc.patch
70 Patch6:         %{name}-libs-needed.patch
71 Patch7:         %{name}-lprng-no-dot-printers.patch
72 Patch8:         %{name}-cap.patch
73 Patch9:         %{name}-printerlocation.patch
74 Patch10:        %{name}-ac.patch
75 Patch11:        %{name}-link.patch
76 Patch12:        %{name}-install.patch
77 URL:            http://www.samba.org/
78 BuildRequires:  acl-devel
79 BuildRequires:  autoconf
80 BuildRequires:  automake
81 %{?with_cups:BuildRequires:     cups-devel >= 1:1.2.0}
82 BuildRequires:  dmapi-devel
83 BuildRequires:  fam-devel
84 BuildRequires:  iconv
85 %{?with_kerberos5:BuildRequires:        krb5-devel}
86 BuildRequires:  libmagic-devel
87 BuildRequires:  libnscd-devel
88 BuildRequires:  libtool >= 2:1.4d
89 BuildRequires:  ncurses-devel >= 5.2
90 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
91 BuildRequires:  openssl-devel >= 0.9.7d
92 BuildRequires:  pam-devel >= 0.99.8.1
93 BuildRequires:  popt-devel
94 %{?with_pgsql:BuildRequires:    postgresql-devel}
95 BuildRequires:  readline-devel >= 4.2
96 BuildRequires:  rpmbuild(macros) >= 1.304
97 BuildRequires:  sed >= 4.0
98 BuildRequires:  xfsprogs-devel
99 Requires(post,preun):   /sbin/chkconfig
100 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
101 Requires:       logrotate >= 3.7-4
102 Requires:       pam >= 0.99.8.1
103 Requires:       rc-scripts
104 Requires:       setup >= 2.4.6-7
105 # smbd links with libcups
106 %{?with_cups:Requires:  cups-lib >= 1:1.2.0}
107 Obsoletes:      samba-pdb-xml
108 Obsoletes:      samba-vfs-block
109 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
110
111 %define         _vfsdir         %{_libdir}/%{name}/vfs
112 %define         _sambahome      /home/services/samba
113 %define         _sambalibdir    %{_libdir}/%{name}
114 %if %{with cups}
115 %define         cups_serverbin  %{_prefix}/lib/cups
116 %endif
117 %define         schemadir       /usr/share/openldap/schema
118
119 # CFLAGS modified (the second ./configure)
120 %undefine       configure_cache
121
122 %description
123 Samba provides an SMB server which can be used to provide network
124 services to SMB (sometimes called "Lan Manager") clients, including
125 various versions of MS Windows, OS/2, and other Linux machines. Samba
126 also provides some SMB clients, which complement the built-in SMB
127 filesystem in Linux. Samba uses NetBIOS over TCP/IP (NetBT) protocols
128 and does NOT need NetBEUI (Microsoft Raw NetBIOS frame) protocol.
129
130 This release is known as the "Locking Update" and has full support for
131 Opportunistic File Locking. In addition this update includes native
132 support for Microsoft encrypted passwords, improved browse list and
133 WINS database management.
134
135 Please refer to the WHATSNEW.txt document for fixup information. This
136 binary release includes encrypted password support. Please read the
137 smb.conf file for implementation details.
138
139 %description -l cs.UTF-8
140 Samba poskytuje server SMB, který lze použít pro poskytování síťových
141 služeb klientům SMB (někdy nazývaných klienti "LAN manažer") včetně
142 klientů různých verzí MS Windows, OS/2 a dalších linuxových strojů.
143 Samba též poskytuje některé klienty SMB, kteří komplementují vestavěný
144 souborový systém SMB v Linuxu. Samba používá protokoly NetBIOS přes
145 TCP/IP (NetBT) a NEpotřebuje protokol NetBEUI (neformátovaný rámec
146 NetBIOS od společnosti Microsoft.
147
148 %description -l da.UTF-8
149 Samba tilbyder en SMB server som kan bruges til at tilbyde netværk
150 services til SMB (også kaldet "Lan Manager") klienter, incl.
151 forskellige versioner af MS Windows, OS/2, og andre Linux maskiner.
152 Samba tilbyder også SMB klienter, som udbygger det indbyggede SMB
153 filsystem i Linux. Samba benytter NetBIOS over TCP/IP (NetBT)
154 protocolen og kræver ikke NetBEUI (Microsoft Raw NetBIOS frame)
155 protokollen.
156
157 %description -l de.UTF-8
158 Samba stellt einen SMB-Server zum Anbieten von Netzwerkdiensten für
159 SMB-Clients (auch "Lan Manager" genannt) zur Verfügung, darunter
160 verschiedenen Versionen von MS Windows-, OS/2- und anderen
161 Linux-Rechnern. Samba enthält außerdem einige SMB-Clients, die das in
162 Linux integrierte SMB-Dateisystem ergänzen. Samba benutzt
163 NetBIOS-über-TCP/IP (NetBT)-Protokolle und benötigt KEIN NetBEUI
164 (Microsoft Raw NetBIOS frame)-Protokoll.
165
166 %description -l es.UTF-8
167 Samba provee un servidor SMB que se puede usar para ofrecer servicios
168 de red a clientes SMB (algunas veces se le llama de "Lan Manager"),
169 incluyendo varias versiones de MS Windows, OS/2, y otras máquinas
170 Linux. Samba también ofrece algunos clientes SMB, que complementan el
171 sistema de archivos SMB de Linux. Samba usa el protocolo NetBIOS sobre
172 TCP/IP (NetBT) y no necesita del protocolo NetBEUI (Microsoft Raw
173 NetBIOS frame).
174
175 %description -l fi.UTF-8
176 Samba on SMB-palvelin, jota voidaan käyttää SMB-asiakasohjelmien
177 verkkopalvelujen tarjoajana. SMB-protokollaa kutsutaan joskus "Lan
178 Manager" protokollaksi ja asiakasohjelmat toimivat dosissa,
179 Windowseissa, OS/2:ssa ja toisissa Linux-koneissa. Samban mukana on
180 myös joitakin SMB-asiakasohjelmia, jotka täydentävät Linuxin
181 kernelissä olevaa SMB-tiedostojärjestelmän tukea. Samba vaatii NetBIOS
182 over TCP/IP (NetBT) protokollaa eikä tarvitse tai pysty käyttämään
183 NetBEUI-protokollaa.
184
185 %description -l it.UTF-8
186 Samba fornisce un server SMB che puo` essere usato per fornire servizi
187 di rete ai client SMB, incluse le versioni MS Windows, OS/2 e per
188 altre macchine Linux. Samba fornisce anche i client SMB. Samba usa
189 NetBIOS sopra TCP/IP e non ha bisogno del protocollo NetBEUI.
190
191 %description -l ja.UTF-8
192 Samba は MS Windows の様々なバージョン、OS/2 そして他の Linux マシン
193 を含む SMB (たまに "Lan Manager" と呼ばれる)
194 クライアントにネットワーク サービスを提供するために使用される SMB
195 サーバを提供します。Samba は NetBIOS over TCP/IP (NetBT)
196 プロトコルを使用し、 NetBEUI(Microsoft Raw NetBIOS frame)
197 プロトコルは必要ありません。
198
199 Samba ほとんど動作する NT ドメインコントロールの機能を特徴とし、
200 好きなブラウザを使って samba の smb.conf ファイルをリモート管理する
201 新しい SWAT (Samba Web Administration Tool) を含みます。
202 目下のところこれは inetd を通して TCP ポート 901 で有効になります。
203
204 %description -l ko.UTF-8
205 삼바는 MS Windows, OS/2, 혹은 다른 리눅스 머신을 포함하는 SMB(혹은
206 "Lan Manager"라고도 불림) 클라이언트를 네트워크 서비스 위해 사용할 수
207 있는 SMB 서버를 제공한다. 삼바는 TCP/IP 프로토콜을 통해 NetBIOS를
208 사용하고 NetBEUI (Microsoft Raw NetBIOS 프레임) 프로토콜은 필요하지
209 않다.
210
211 삼바-2.2 의 특징은 NT 도메인 컨트롤의 성능으로 작업을 하고, 새로운
212 SWAT(Samba Web Administration Tool)로 웹브라우저를 사용하여 원격지에서
213 삼바의 smb.conf 파일을 관리하도록 한다. 이러한 경우 inetd 데몬을 통해
214 TCP 901 포트를 사용하게 된다.
215
216 최근 정보로 WHATSNEW.txt 파일의 문서를 참고하도록 한다. 바이너리의
217 릴리즈는 암호화된 패스워드를 제공한다.
218
219 %description -l pl.UTF-8
220 Samba udostępnia serwer SMB, który może być użyty w celu dostarczenia
221 usług sieciowych (potocznie zwanych "Lan Manager"), dla klientów
222 takich jak MS Windows, OS/2 a także maszyn linuksowych. W pakiecie
223 znajduje się również oprogramowanie klienckie. Samba używa protokołu
224 NetBIOS po TCP/IP (NetBT) i nie wymaga protokołu NetBEUI. Ta wersja ma
225 pełne wsparcie dla blokowania plików, a także wsparcie dla kodowania
226 haseł w standardzie MS i zarządzania bazą WINS.
227
228 %description -l pt_BR.UTF-8
229 O Samba provê um servidor SMB que pode ser usado para oferecer
230 serviços de rede a clientes SMB (algumas vezes chamado de "Lan
231 Manager"), incluindo várias versões de MS Windows, OS/2, e outras
232 máquinas Linux. O Samba também fornece alguns clientes SMB, que
233 complementam o sistema de arquivos SMB do Linux. O Samba usa o
234 protocolo NetBIOS sobre TCP/IP (NetBT) e não necessita do protocolo
235 NetBEUI (Microsoft Raw NetBIOS frame).
236
237 O Samba inclui a maioria das características de um servidor de
238 Controle de Domínios NT e o SWAT (Samba Web Administration Tool), que
239 permite que o arquivo smb.conf seja gerenciado remotamente através de
240 um navegador. Atualmente isto está sendo habilitado na porta TCP 901
241 via inetd.
242
243 %description -l ru.UTF-8
244 Samba предоставляет SMB-сервер, который может быть использован для
245 предоставления сетевых сервисов SMB (иногда называемым "Lan Manager")
246 клиентам, включая разнообразные версии MS Windows, OS/2, и другие
247 Linux-машины. Samba также предоставляет SMB-клиентов, которые работают
248 со встроенной в Linux файловой системой SMB.
249
250 Samba использует протокол NetBIOS over TCP/IP (NetBT) и не нуждается в
251 протоколе NetBEUI (Microsoft Raw NetBIOS frame).
252
253 Samba содержит практически работающую реализацию NT Domain Control и
254 включает новый SWAT (Samba Web Administration Tool), который позволяет
255 удаленно управлять конфигурационным файлом smb.conf при помощи вашего
256 любимого WEB-броузера. Пока что он разрешен через inetd на TCP-порту
257 901.
258
259 %description -l uk.UTF-8
260 Samba надає SMB-сервер, що може бути використаний для надання
261 мережевих сервісів SMB (що їх іноді називають "Lan Manager") клієнтам,
262 включаючи різноманітні версії MS Windows, OS/2, та інші Linux-машини.
263 Samba також надає SMB-клієнтів, що працюють з вбудованою в Linux
264 файловою системою SMB.
265
266 Samba використовує протокол NetBIOS over TCP/IP (NetBT) та не потребує
267 протоколу NetBEUI (Microsoft Raw NetBIOS frame).
268
269 Samba містить майже працюючу реализацію NT Domain Control та новый
270 SWAT (Samba Web Administration Tool), котрий дозволяє віддалено
271 керувати конфігураційним файлом smb.conf за допомогою вашого
272 улюбленого WEB-броузера. Поки що він дозволений через inetd на
273 TCP-порту 901.
274
275 %package swat
276 Summary:        Samba Web Administration Tool
277 Summary(pl.UTF-8):      Narzędzie administracyjne serwisu Samba
278 Summary(pt_BR.UTF-8):   Samba SWAT e documentação Web
279 Summary(ru.UTF-8):      Программа конфигурации SMB-сервера Samba
280 Summary(uk.UTF-8):      Програма конфигурації SMB-сервера Samba
281 Group:          Networking/Admin
282 Requires:       %{name} = %{epoch}:%{version}-%{release}
283 Requires:       inetdaemon
284 Requires:       rc-inetd >= 0.8.2
285 Obsoletes:      swat
286
287 %description swat
288 swat allows a Samba administrator to configure the complex smb.conf
289 file via a Web browser. In addition, a swat configuration page has
290 help links to all the configurable options in the smb.conf file
291 allowing an administrator to easily look up the effects of any change.
292
293 %description swat -l pl.UTF-8
294 swat pozwala na kompleksową konfigurację smb.conf przy pomocy
295 przeglądarki WWW.
296
297 %description swat -l pt_BR.UTF-8
298 SWAT - ferramentada Web de configuração do Samba.
299
300 %description swat -l ru.UTF-8
301 Пакет samba-swat включает новый SWAT (Samba Web Administration Tool),
302 для удаленного администрирования файла smb.conf при помощи вашего
303 любимого Web-браузера.
304
305 %description swat -l uk.UTF-8
306 Пакет samba-swat містить новий SWAT (Samba Web Administration Tool),
307 для дистанційного адміністрування файлу smb.conf за допомогою вашого
308 улюбленого Web-браузеру.
309
310 %package client
311 Summary:        Samba client programs
312 Summary(es.UTF-8):      Cliente SMB de Samba
313 Summary(ja.UTF-8):      Samba (SMB) クライアントプログラム
314 Summary(pl.UTF-8):      Klienci serwera Samba
315 Summary(pt_BR.UTF-8):   Cliente SMB do samba
316 Summary(ru.UTF-8):      Клиентские программы Samba (SMB)
317 Summary(uk.UTF-8):      Клієнтські програми Samba (SMB)
318 Group:          Applications/Networking
319 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
320 %{?with_kerberos5:Requires:     krb5-libs}
321 Obsoletes:      mount-cifs
322 Obsoletes:      smbfs
323
324 %description client
325 Samba-client provides some SMB clients, which complement the build-in
326 SMB filesystem in Linux. These allow accessing of SMB shares and
327 printing to SMB printers.
328
329 %description client -l pt_BR.UTF-8
330 O pacote samba-clientes prove alguns clientes SMB, que complementam o
331 sistema de arquivos SMB do Linux. Eles permitem o acesso a shares SMB,
332 e também, à impressoras SMB.
333
334 %description client -l es.UTF-8
335 Cliente SMB de Samba.
336
337 %description client -l ja.UTF-8
338 Samba-client は Linux 上に含まれている SMB ファイルシステムを補う SMB
339 クライアントを提供します。これらは SMB 共有のアクセスと SMB
340 プリンタへの印刷を許可します。
341
342 %description client -l pl.UTF-8
343 Samba-client dostarcza programy uzupełniające obsługę systemu plików
344 SMB zawartą w jądrze. Pozwalają one na współdzielenie zasobów SMB i
345 drukowanie w sieci SMB.
346
347 %description client -l pt_BR.UTF-8
348 O pacote samba-clientes prove alguns clientes SMB, que complementam o
349 sistema de arquivos SMB do Linux. Eles permitem o acesso a shares SMB,
350 e também, à impressoras SMB.
351
352 %description client -l ru.UTF-8
353 Пакет samba-client предоставляет некоторые клиенты SMB для работы со
354 встроенной файловой системой SMB в Linux. Эти клиенты позволяют
355 получать доступ к разделяемым каталогам SMB и печать на SMB-принтеры.
356
357 %description client -l uk.UTF-8
358 Пакет samba-client надає деякі клієнти SMB для роботи зі вбудованою
359 файловою системою SMB в Linux. Ці клієнти дозволяють отримувати доступ
360 до каталогів спільного використання SMB та друк на SMB-прінтери.
361
362 %package common
363 Summary:        Files used by both Samba servers and clients
364 Summary(ja.UTF-8):      Samba サーバーとクライアントで使用されるプログラム
365 Summary(pl.UTF-8):      Pliki używane przez serwer i klientów Samba
366 Summary(pt_BR.UTF-8):   Arquivos em comum entre samba e samba-clients
367 Summary(ru.UTF-8):      Файлы, используемые как сервером, так и клиентом Samba
368 Summary(uk.UTF-8):      Файли, що використовуються як сервером, так і клієнтом Samba
369 Group:          Networking/Daemons
370
371 %description common
372 Samba-common provides files necessary for both the server and client
373 packages of Samba.
374
375 %description common -l ja.UTF-8
376 Samba-common は Samba のサーバとクライアントの両方のパッケージで
377 使用されるファイルを提供します。
378
379 %description common -l pl.UTF-8
380 Samba-common dostarcza pliki niezbędne zarówno dla serwera jak i
381 klientów Samba.
382
383 %description common -l pt_BR.UTF-8
384 Arquivos em comum entre os pacotes samba e samba-clients.
385
386 %description common -l ru.UTF-8
387 Samba-common содержит файлы, необходимые для работы как клиента, так и
388 сервера Samba.
389
390 %description common -l uk.UTF-8
391 Samba-common містить файли, необхідні для роботи як клієнта, так і
392 сервера Samba.
393
394 %package winbind
395 Summary:        Samba-winbind daemon, utilities and documentation
396 Summary(pl.UTF-8):      Demon samba-winbind, narzędzia i dokumentacja
397 Group:          Networking/Daemons
398 Requires(post,preun):   /sbin/chkconfig
399 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
400
401 %description winbind
402 Provides the winbind daemon and testing tools to allow authentication
403 and group/user enumeration from a Windows or Samba domain controller.
404
405 %description winbind -l pl.UTF-8
406 Pakiet zawiera demona winbind oraz narzędzia testowe. Umożliwia
407 uwierzytelnianie i wyliczanie grup/użytkowników z kontrolera domeny
408 Windows lub Samba.
409
410 %package -n nss_wins
411 Summary:        Name Service Switch service for WINS
412 Summary(pl.UTF-8):      Usługa Name Service Switch dla WINS
413 Group:          Base
414 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
415
416 %description -n nss_wins
417 Provides the libnss_wins shared library which resolves NetBIOS names
418 to IP addresses.
419
420 %description -n nss_wins -l pl.UTF-8
421 Biblioteka dzielona libnss_wins rozwiązująca nazwy NetBIOS na adresy
422 IP.
423
424 %package -n pam-pam_smbpass
425 Summary:        PAM Samba Password Module
426 Summary(pl.UTF-8):      Moduł PAM smbpass
427 Group:          Base
428 Obsoletes:      pam_smbpass
429
430 %description -n pam-pam_smbpass
431 PAM module which can be used on conforming systems to keep the
432 smbpasswd (Samba password) database in sync with the Unix password
433 file.
434
435 %description -n pam-pam_smbpass -l pl.UTF-8
436 Moduł PAM, który może być używany do trzymania pliku smbpasswd (hasła
437 Samby) zsynchronizowanego z hasłami uniksowymi.
438
439 %package -n libsmbclient
440 Summary:        libsmbclient - samba client library
441 Summary(pl.UTF-8):      libsmbclient - biblioteka klienta samby
442 Group:          Libraries
443
444 %description -n libsmbclient
445 libsmbclient - library that allows to use samba clients functions.
446
447 %description -n libsmbclient -l pl.UTF-8
448 libsmbclient - biblioteka pozwalająca korzystać z funcji klienta
449 samby.
450
451 %package -n libsmbclient-devel
452 Summary:        libsmbclient - samba client library
453 Summary(pl.UTF-8):      libsmbclient - biblioteka klienta samby
454 Summary(pt_BR.UTF-8):   Ferramentas de desenvolvimento para clientes samba
455 Group:          Development/Libraries
456 Requires:       libsmbclient = %{epoch}:%{version}-%{release}
457
458 %description -n libsmbclient-devel
459 Header files for libsmbclient.
460
461 %description -n libsmbclient-devel -l pl.UTF-8
462 Pliki nagłówkowe dla libsmbclient.
463
464 %description -n libsmbclient-devel -l pt_BR.UTF-8
465 Arquivos de inclusão, bibliotecas e documentação necessários para
466 desenvolver aplicativos clientes para o samba.
467
468 %package -n libsmbclient-static
469 Summary:        Static version of libsmbclient - samba client library
470 Summary(pl.UTF-8):      Statyczna wersja libsmbclient - biblioteki klienta samby
471 Summary(pt_BR.UTF-8):   Ferramentas de desenvolvimento para clientes samba
472 Group:          Development/Libraries
473 Requires:       libsmbclient = %{epoch}:%{version}-%{release}
474
475 %description -n libsmbclient-static
476 Static libsmbclient library.
477
478 %description -n libsmbclient-static -l pl.UTF-8
479 Statyczna biblioteka libsmbclient.
480
481 %package -n libtalloc
482 Summary:        The talloc library
483 Group:          Libraries
484
485 %description -n libtalloc
486 The talloc library from the Samba suite.
487
488 %package -n libtalloc-devel
489 Summary:        Developer tools for the talloc library
490 Group:          Development/Libraries
491 Requires:       libtalloc = %{epoch}:%{version}-%{release}
492
493 %description -n libtalloc-devel
494 The libtalloc-devel package contains the header files and libraries needed to
495 develop programs that link against the talloc library in the Samba suite.
496
497 %package devel
498 Summary:        Header files for Samba
499 Summary(pl.UTF-8):      Pliki nagłówkowe Samby
500 Group:          Development/Libraries
501
502 %description devel
503 Header files for Samba.
504
505 %description devel -l pl.UTF-8
506 Pliki nagłówkowe Samby.
507
508 %package -n smbget
509 Summary:        A utility for retrieving files using the SMB protocol
510 Summary(pl.UTF-8):      Narzędzie do pobierania plików protokołem SMB
511 Group:          Applications/Networking
512
513 %description -n smbget
514 wget-like utility for download files over SMB.
515
516 %description -n smbget -l pl.UTF-8
517 Narzędzie podobne do wgeta do pobierania plików protokołem SMB
518 używanym w sieciach MS Windows.
519
520 %package -n cups-backend-smb
521 Summary:        CUPS backend for printing to SMB printers
522 Summary(pl.UTF-8):      Backend CUPS-a drukujący na drukarkach SMB
523 Group:          Applications/Printing
524 Requires:       %{name}-client = %{epoch}:%{version}-%{release}
525 Requires:       cups >= 1:1.2.0
526
527 %description -n cups-backend-smb
528 CUPS backend for printing to SMB printers.
529
530 %description -n cups-backend-smb -l pl.UTF-8
531 Backend CUPS-a drukujący na drukarkach SMB.
532
533 %package vfs-audit
534 Summary:        VFS module to audit file access
535 Summary(pl.UTF-8):      Moduł VFS do monitorowania operacji na plikach
536 Group:          Networking/Daemons
537 Requires:       %{name} = %{epoch}:%{version}-%{release}
538
539 %description vfs-audit
540 A simple module to audit file access to the syslog facility. The
541 following operations are logged:
542  - share connect/disconnect,
543  - directory opens/create/remove,
544  - file open/close/rename/unlink/chmod.
545
546 %description vfs-audit -l pl.UTF-8
547 Proste moduły do monitorowania dostępu do plików na serwerze samba do
548 do sysloga. Monitorowane są następujące operacje:
549  - podłączenie do/odłączenie od zasobu,
550  - otwarcie/utworzenie/zmiana nazwy katalogu,
551  - otwarcie/zamknięcie/zmiana nazwy/skasowanie/zmiana praw plików.
552
553 Zawiera moduły audit, extd_audit i full_audit.
554
555 %package vfs-cap
556 Summary:        VFS module for CAP and samba compatibility
557 Summary(pl.UTF-8):      Moduł VFS zgodności z CAP (Columbia AppleTalk Program)
558 Group:          Networking/Daemons
559 Requires:       %{name} = %{epoch}:%{version}-%{release}
560
561 %description vfs-cap
562 Convert an incoming Shift-JIS character to the 3 byte hex
563 representation used by the Columbia AppleTalk Program (CAP), i.e. :AB.
564 This is used for compatibility between Samba and CAP.
565
566 %description vfs-cap -l pl.UTF-8
567 Zamienia znaki kodowane Shift-JIS do trzybajowej szestnastkowej
568 reprezentacji używanej przez program Columbia AppleTalk Program (CAP).
569
570 %package vfs-default_quota
571 Summary:        VFS module to store default quotas in a specified quota record
572 Summary(pl.UTF-8):      Moduł VFS do zapisywania domyślnych limitów w określonym rekordzie
573 Group:          Networking/Daemons
574 Requires:       %{name} = %{epoch}:%{version}-%{release}
575
576 %description vfs-default_quota
577 This VFS modules stores default quotas in a specified quota record.
578
579 %description vfs-default_quota -l pl.UTF-8
580 Ten moduł VFS zapisuje domyślne limity (quoty) w określonym rekordzie
581 limitów.
582
583 %package vfs-expand_msdfs
584 Summary:        VFS module for hosting a Microsoft Distributed File System Tree
585 Summary(pl.UTF-8):      Moduł VFS obsługi Microsoft Distributed File System
586 Group:          Networking/Daemons
587 Requires:       %{name} = %{epoch}:%{version}-%{release}
588
589 %description vfs-expand_msdfs
590 A VFS module for hosting a Microsoft Distributed File System Tree.
591
592 The Distributed File System (DFS) provides a means of separating the
593 logical view of files and directories that users see from the actual
594 physical locations of these resources on the network. It allows for
595 higher availability, smoother storage expansion, load balancing, and
596 so on.
597
598 %description vfs-expand_msdfs -l pl.UTF-8
599 Moduł VFS do udostępniania drzewa systemu plików Microsoft Distributed
600 File System.
601
602 Distributed File System (DFS) umożliwia rozdzielanie logicznego widoku
603 plików i katalogów widocznych przez użytkowników z fizycznego
604 umiejscowienia tych zasobów w sieci. Pozwala to na wyższą dostępność,
605 płynniejsze powiększanie przestrzeni, rozdzielanie obciążenia itp.
606
607 %package vfs-fake_perms
608 Summary:        VFS module to report read-only fires as writable
609 Summary(pl.UTF-8):      Moduł VFS udający, że pliki tylko do odczytu są zapisywalne
610 Group:          Networking/Daemons
611 Requires:       %{name} = %{epoch}:%{version}-%{release}
612
613 %description vfs-fake_perms
614 This module allow Roaming Profile files and directories to be set (on
615 the Samba server under UNIX) as read only. This module will, if
616 installed on the Profiles share, report to the client that the Profile
617 files and directories are writeable. This satisfies the client even
618 though the files will never be overwritten as the client logs out or
619 shuts down.
620
621 %description vfs-fake_perms -l pl.UTF-8
622 Ten moduł pozwala na ustawienie plików i katalogów z wędrujących
623 profili (Roaming Profiles) jako tylko do odczytu. Moduł ten w
624 przypadku zainstalowania na udziale z profilami będzie zgłaszał
625 klientom, że pliki i katalogi z profilu są zapisywane. To wystarczy
626 klientom pomimo, że pliki nie zostaną nigdy nadpisane przy logowaniu
627 lub wylogowywaniu klienta.
628
629 %package vfs-notify_fam
630 Summary:        VFS module to implement  file  change  notifications
631 Summary(pl.UTF-8):      Moduł VFS implementujący informowanie o zmianach w plikach
632 Group:          Networking/Daemons
633 Requires:       %{name} = %{epoch}:%{version}-%{release}
634
635 %description vfs-notify_fam
636 The vfs_notify_fam module makes use of the system FAM (File Alteration
637 Monitor) daemon to implement file change notifications for Windows
638 clients.
639
640 %description vfs-notify_fam -l pl.UTF-8
641 Ten moduł używa demona FAM (File Alteration Monitor) do implementacji
642 informowania o zmianach w plikach dla klientów Windows.
643
644 %package vfs-netatalk
645 Summary:        VFS module for ease co-existence of samba and netatalk
646 Summary(pl.UTF-8):      Moduł VFS ułatwiający współpracę serwisów samba i netatalk
647 Group:          Networking/Daemons
648 Requires:       %{name} = %{epoch}:%{version}-%{release}
649
650 %description vfs-netatalk
651 Package contains a netatalk VFS module for ease co-existence of Samba
652 and netatalk file sharing services.
653
654 %description vfs-netatalk -l pl.UTF-8
655 Pakiet zawiera moduł VFS netatalk umożliwiający współpracę usług samba
656 i netatalk przy udostępnianiu zasobów.
657
658 %package vfs-recycle
659 Summary:        VFS module to add recycle bin facility to a samba share
660 Summary(pl.UTF-8):      Moduł VFS dodający możliwość kosza do zasobu samby
661 Group:          Networking/Daemons
662 Requires:       %{name} = %{epoch}:%{version}-%{release}
663
664 %description vfs-recycle
665 VFS module to add recycle bin facility to a samba share.
666
667 %description vfs-recycle -l pl.UTF-8
668 Moduł VFS dodający możliwość kosza do zasobu samby.
669
670 %package vfs-readahead
671 Summary:        VFS module for pre-loading the kernel buffer cache
672 Summary(pl.UTF-8):      Moduł VFS do wczesnego odczytu danych do bufora cache jądra
673 Group:          Networking/Daemons
674 Requires:       %{name} = %{epoch}:%{version}-%{release}
675
676 %description vfs-readahead
677 This VFS module detects read requests at multiples of a given offset
678 (hex 0x80000 by default) and then tells the kernel via either the
679 readahead system call (on Linux) or the posix_fadvise system call to
680 pre-fetch this data into the buffer cache.
681
682 This module is useful for Windows Vista clients reading data using the
683 Windows Explorer program, which asynchronously does multiple file read
684 requests at offset boundaries of 0x80000 bytes.
685
686 %description vfs-readahead -l pl.UTF-8
687 Ten moduł VFS wykrywa żądania odczytu spod wielokrotności podanych
688 pozycji (domyślnie 0x80000 szesnastkowo) i instruuje jądro poprzez
689 wywołanie systemowe readahead (pod Linuksem) lub posix_fadvise do
690 wczesnego odczytu tych danych do bufora cache.
691
692 Ten moduł jest przydatny dla klientów Windows Vista odczytujących dane
693 przy użyciu programu Windows Explorer, który asynchronicznie wykonuje
694 wiele żądań odczytu plików spod pozycji o wielokrotnościach 0x80000
695 bajtów.
696
697 %package vfs-readonly
698 Summary:        VFS module for read-only limitation for specified share
699 Summary(pl.UTF-8):      Moduł VFS do ograniczania określonego udziału tylko do odczytu
700 Group:          Networking/Daemons
701 Requires:       %{name} = %{epoch}:%{version}-%{release}
702
703 %description vfs-readonly
704 This module performs a read-only limitation for specified share (or
705 all of them if it is loaded in a [global] section) based on period
706 definition in smb.conf.
707
708 %description vfs-readonly -l pl.UTF-8
709 Ten moduł wprowadza ograniczenie tylko do odczytu dla określonego
710 udziału (lub wszystkich, jeśli jest wczytywany w sekcji [global]) w
711 oparciu o definicje okresów w smb.conf.
712
713 %package vfs-shadow_copy
714 Summary:        VFS module to make automatic copy of data in samba share
715 Summary(pl.UTF-8):      Moduł VFS do tworzenia automatycznych kopii danych w zasobach samby
716 Group:          Networking/Daemons
717 Requires:       %{name} = %{epoch}:%{version}-%{release}
718
719 %description vfs-shadow_copy
720 VFS module to make automatic copy of data in samba share.
721
722 %description vfs-shadow_copy -l pl.UTF-8
723 Moduł VFS do tworzenia automatycznych kopii danych w zasobach samby.
724
725 %package vfs-vscan-antivir
726 Summary:        On-access virus scanning for samba using AntiVir
727 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący AntiVir
728 Group:          Networking/Daemons
729 Requires:       %{name} = %{epoch}:%{version}-%{release}
730 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
731
732 %description vfs-vscan-antivir
733 A vfs-module for samba to implement on-access scanning using the
734 AntiVir antivirus software (which must be installed to use this).
735
736 %description vfs-vscan-antivir -l pl.UTF-8
737 Moduł vfs do samby implementujący skaning antywirusowy w czasie
738 dostępu do plików korzystając z oprogramowania antywirusowego AntiVir
739 (które musi być zainstalowane, aby wykorzystać ten moduł).
740
741 %package vfs-vscan-clamav
742 Summary:        On-access virus scanning for samba using ClamAV
743 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący ClamAV
744 Group:          Networking/Daemons
745 Requires:       %{name} = %{epoch}:%{version}-%{release}
746 Requires:       clamav
747 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
748
749 %description vfs-vscan-clamav
750 A vfs-module for samba to implement on-access scanning using the
751 ClamAV antivirus software (which must be installed to use this).
752
753 %description vfs-vscan-clamav -l pl.UTF-8
754 Moduł vfs do samby implementujący skaning antywirusowy w czasie
755 dostępu do plików korzystając z oprogramowania antywirusowego ClamAV
756 (które musi być zainstalowane, aby wykorzystać ten moduł).
757
758 %package vfs-vscan-fprot
759 Summary:        On-access virus scanning for samba using FPROT
760 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący FPROT
761 Group:          Networking/Daemons
762 Requires:       %{name} = %{epoch}:%{version}-%{release}
763 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
764 Obsoletes:      vscan-fprot
765
766 %description vfs-vscan-fprot
767 A vfs-module for samba to implement on-access scanning using the FPROT
768 antivirus software (which must be installed to use this).
769
770 %description vfs-vscan-fprot -l pl.UTF-8
771 Moduł vfs do samby implementujący skaning antywirusowy w czasie
772 dostępu do plików korzystając z oprogramowania antywirusowego FPROT
773 (które musi być zainstalowane, aby wykorzystać ten moduł).
774
775 %package vfs-vscan-fsav
776 Summary:        On-access virus scanning for samba using F-Secure AntiVirus
777 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący F-Secure AntiVirus
778 Group:          Networking/Daemons
779 Requires:       %{name} = %{epoch}:%{version}-%{release}
780 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
781 Obsoletes:      vscan-fsav
782
783 %description vfs-vscan-fsav
784 A vfs-module for samba to implement on-access scanning using the
785 F-Secure AntiVirus antivirus software (which must be installed to use
786 this).
787
788 %description vfs-vscan-fsav -l pl.UTF-8
789 Moduł vfs do samby implementujący skaning antywirusowy w czasie
790 dostępu do plików korzystając z oprogramowania antywirusowego F-Secure
791 AntiVirus (które musi być zainstalowane, aby wykorzystać ten moduł).
792
793 %package vfs-vscan-kavp
794 Summary:        On-access virus scanning for samba using Kaspersky AVP
795 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący Kaspersky AVP
796 Group:          Networking/Daemons
797 Requires:       %{name} = %{epoch}:%{version}-%{release}
798 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
799 Obsoletes:      vscan-kavp
800
801 %description vfs-vscan-kavp
802 A vfs-module for samba to implement on-access scanning using the
803 Kaspersky AVP antivirus software (which must be installed to use
804 this).
805
806 %description vfs-vscan-kavp -l pl.UTF-8
807 Moduł vfs do samby implementujący skaning antywirusowy w czasie
808 dostępu do plików korzystając z oprogramowania antywirusowego
809 Kaspersky AVP (które musi być zainstalowane, aby wykorzystać ten
810 moduł).
811
812 %package vfs-vscan-mcafee
813 Summary:        On-access virus scanning for samba using mcafee
814 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący mcafee
815 Group:          Networking/Daemons
816 Requires:       %{name} = %{epoch}:%{version}-%{release}
817 #Requires:      mcafee
818 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
819 Obsoletes:      vscan-mcafee
820
821 %description vfs-vscan-mcafee
822 A vfs-module for samba to implement on-access scanning using the
823 mcafee antivirus software (which must be installed to use this).
824
825 %description vfs-vscan-mcafee -l pl.UTF-8
826 Moduł vfs do samby implementujący skaning antywirusowy w czasie
827 dostępu do plików korzystając z oprogramowania antywirusowego mcafee
828 (które musi być zainstalowane, aby wykorzystać ten moduł).
829
830 %package vfs-vscan-mks
831 Summary:        On-access virus scanning for samba using mks
832 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący mks
833 Group:          Networking/Daemons
834 Requires:       %{name} = %{epoch}:%{version}-%{release}
835 Requires:       mksd
836 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
837 Obsoletes:      vscan-mks
838
839 %description vfs-vscan-mks
840 A vfs-module for samba to implement on-access scanning using the mks
841 antivirus software (which must be installed to use this).
842
843 %description vfs-vscan-mks -l pl.UTF-8
844 Moduł vfs do samby implementujący skaning antywirusowy w czasie
845 dostępu do plików korzystając z oprogramowania antywirusowego mks
846 (które musi być zainstalowane, aby wykorzystać ten moduł).
847
848 %package vfs-vscan-openantivirus
849 Summary:        On-access virus scanning for samba using OpenAntivirus
850 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący OpenAntiVirus
851 Group:          Networking/Daemons
852 Requires:       %{name} = %{epoch}:%{version}-%{release}
853 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
854 Obsoletes:      vscan-openantivirus
855
856 %description vfs-vscan-openantivirus
857 A vfs-module for samba to implement on-access scanning using the
858 OpenAntivirus antivirus software (which must be installed to use
859 this).
860
861 %description vfs-vscan-openantivirus -l pl.UTF-8
862 Moduł vfs do samby implementujący skaning antywirusowy w czasie
863 dostępu do plików korzystając z oprogramowania antywirusowego
864 OpenAntiVirus.org (które musi być zainstalowane, aby wykorzystać ten
865 moduł).
866
867 %package vfs-vscan-sophos
868 Summary:        On-access virus scanning for samba using Sophos
869 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący Sophos
870 Group:          Networking/Daemons
871 Requires:       %{name} = %{epoch}:%{version}-%{release}
872 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
873 Obsoletes:      vscan-sophos
874
875 %description vfs-vscan-sophos
876 A vfs-module for samba to implement on-access scanning using the
877 Sophos antivirus software (which must be installed to use this).
878
879 %description vfs-vscan-sophos -l pl.UTF-8
880 Moduł vfs do samby implementujący skaning antywirusowy w czasie
881 dostępu do plików korzystając z oprogramowania antywirusowego Sophos
882 (które musi być zainstalowane, aby wykorzystać ten moduł).
883
884 %package vfs-vscan-symantec
885 Summary:        On-access virus scanning for samba using Symantec
886 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący Symantec
887 Group:          Networking/Daemons
888 Requires:       %{name} = %{epoch}:%{version}-%{release}
889 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
890 Obsoletes:      vscan-symantec
891
892 %description vfs-vscan-symantec
893 A vfs-module for samba to implement on-access scanning using the
894 Symantec antivirus software (which must be installed to use this).
895
896 %description vfs-vscan-symantec -l pl.UTF-8
897 Moduł vfs do samby implementujący skaning antywirusowy w czasie
898 dostępu do plików korzystając z oprogramowania antywirusowego firmy
899 Symantec (które musi być zainstalowane, aby wykorzystać ten moduł).
900
901 %package vfs-vscan-trend
902 Summary:        On-access virus scanning for samba using Trend
903 Summary(pl.UTF-8):      Skaner antywirusowy online wykorzystujący Trend
904 Group:          Networking/Daemons
905 Requires:       %{name} = %{epoch}:%{version}-%{release}
906 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
907 Obsoletes:      vscan-trend
908
909 %description vfs-vscan-trend
910 A vfs-module for samba to implement on-access scanning using the Trend
911 antivirus software (which must be installed to use this).
912
913 %description vfs-vscan-trend -l pl.UTF-8
914 Moduł vfs do samby implementujący skaning antywirusowy w czasie
915 dostępu do plików korzystając z oprogramowania antywirusowego Trend
916 (które musi być zainstalowane, aby wykorzystać ten moduł).
917
918 %package -n openldap-schema-samba
919 Summary:        Samba LDAP schema
920 Summary(pl.UTF-8):      Schemat LDAP dla samby
921 Group:          Networking/Daemons
922 Requires(post,postun):  sed >= 4.0
923 Requires:       openldap-servers
924
925 %description -n openldap-schema-samba
926 This package contains samba.schema for openldap.
927
928 %description -n openldap-schema-samba -l pl.UTF-8
929 Ten pakiet zawiera schemat samby dla openldap-a.
930
931 %package doc-html
932 Summary:        Samba HTML documentation
933 Summary(pl.UTF-8):      Documentacja samby w formacie HTML
934 Group:          Documentation
935
936 %description doc-html
937 Samba HTML documentation.
938
939 %description doc-html -l pl.UTF-8
940 Documentacja samby w formacie HTML.
941
942 %package doc-pdf
943 Summary:        Samba documentation - PDF format
944 Summary(pl.UTF-8):      Documentacja samby w formacie PDF
945 Group:          Documentation
946
947 %description doc-pdf
948 Samba PDF documentation.
949
950 %description doc-pdf -l pl.UTF-8
951 Documentacja samby w formacie PDF.
952
953 %prep
954 %setup -q
955 %if "%{_lib}" == "lib64"
956 #%patch0 -p1
957 %endif
958 %patch1 -p1
959 %patch2 -p1
960 %patch3 -p1
961 %patch4 -p1
962 #%patch5 -p1
963 #%patch6 -p1
964 %patch7 -p1
965 # OBSOLETE
966 #%patch8 -p1
967 #?
968 #%patch9 -p1
969 #?
970 #%patch10 -p1
971 %patch11 -p1
972 %patch12 -p1
973 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
974
975 cd examples/VFS
976 tar xzf %{SOURCE7}
977 mv README{,.vfs}
978 cd ../..
979
980 %build
981 cd source
982 %{__libtoolize}
983 %{__autoconf} -Im4 -Ilib/replace
984 %configure \
985         --libdir=%{_sambalibdir} \
986         --with-rootsbindir=/sbin \
987         --with-pammodulesdir=/%{_lib}/security \
988         --with-acl-support \
989         --with-automount \
990         --with-libsmbclient \
991         --with-lockdir=/var/lib/samba \
992         --with-pam \
993         --with-pam_smbpass \
994         --with%{!?with_ads:out}-ads \
995         --with-privatedir=%{_sysconfdir}/samba \
996         --with-quotas \
997         --with-readline \
998         --with-swatdir=%{_datadir}/swat \
999         --with-syslog \
1000         --with-utmp \
1001         --with-fhs \
1002         --with%{!?with_ldap:out}-ldap \
1003         --with%{!?with_kerberos5:out}-krb5
1004
1005 %{__make} proto
1006 %{__make} everything pam_smbpass bin/smbget bin/mount.cifs bin/vfstest
1007
1008 cd ../examples
1009 %{__make} -C libsmbclient/smbwrapper \
1010         CC="%{__cc}" \
1011         CFLAGS="%{rpmcflags} -fPIC \$(DEFS) \\\$(SMBINCLUDE)"
1012
1013 cd VFS
1014 %{__autoheader}
1015 %{__autoconf}
1016 %configure \
1017         CFLAGS="%{rpmcflags} -fPIC"
1018 %{__make}
1019
1020 %if %{with vscan}
1021 cd samba-vscan-%{vscan_version}
1022 cp -f /usr/share/automake/config.sub .
1023 %configure
1024 ln -s ../../../source/lib .
1025 %{__make} all
1026 %endif
1027
1028 %install
1029 rm -rf $RPM_BUILD_ROOT
1030 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,pam.d,security,sysconfig/rc-inetd} \
1031         $RPM_BUILD_ROOT{/var/{log,log/archive,spool}/samba,/var/lib/samba/printing} \
1032         $RPM_BUILD_ROOT/var/log/samba/cores/{smbd,nmbd} \
1033         $RPM_BUILD_ROOT{/sbin,/%{_lib}/security,%{_libdir},%{_vfsdir},%{_includedir},%{_sambahome},%{schemadir}}
1034
1035 %{__make} -C source install \
1036         DESTDIR=$RPM_BUILD_ROOT \
1037         CONFIGDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba
1038
1039 install source/script/mksmbpasswd.sh $RPM_BUILD_ROOT%{_sbindir}
1040
1041 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/smb
1042 install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/samba
1043 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/swat
1044 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/samba
1045 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/samba
1046 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/samba/smb.conf
1047 install %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/winbind
1048 install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/winbind
1049
1050 install source/nsswitch/libnss_winbind.so $RPM_BUILD_ROOT/%{_lib}/libnss_winbind.so.2
1051 ln -s libnss_winbind.so.2               $RPM_BUILD_ROOT/%{_lib}/libnss_winbind.so
1052 install source/nsswitch/libnss_wins.so  $RPM_BUILD_ROOT/%{_lib}/libnss_wins.so.2
1053 ln -s libnss_wins.so.2                  $RPM_BUILD_ROOT/%{_lib}/libnss_wins.so
1054 install source/bin/wbinfo               $RPM_BUILD_ROOT%{_bindir}
1055 install source/bin/smbget               $RPM_BUILD_ROOT%{_bindir}
1056 install source/bin/vfstest              $RPM_BUILD_ROOT%{_bindir}
1057
1058 mv $RPM_BUILD_ROOT%{_libdir}/samba/lib*.so* $RPM_BUILD_ROOT%{_libdir}
1059 install source/bin/libsmbclient.a $RPM_BUILD_ROOT%{_libdir}/libsmbclient.a
1060
1061 # smbwrapper
1062 install examples/libsmbclient/smbwrapper/smbwrapper.so $RPM_BUILD_ROOT%{_libdir}/smbwrapper.so
1063 install examples/libsmbclient/smbwrapper/smbsh $RPM_BUILD_ROOT%{_bindir}
1064 install examples/libsmbclient/smbwrapper/smbsh.1 $RPM_BUILD_ROOT%{_mandir}/man1
1065
1066 # these are needed to build samba-pdbsql
1067 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}/{tdb,nsswitch}
1068 cp -a source/include/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}
1069 cp -a source/lib/tdb/include/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/tdb
1070 cp -a source/nsswitch/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/nsswitch
1071
1072 %if %{with vscan}
1073 # vscan modules
1074 install examples/VFS/samba-vscan-%{vscan_version}/*.so $RPM_BUILD_ROOT%{_vfsdir}
1075 install examples/VFS/samba-vscan-%{vscan_version}/{antivir,clamav,fprot,icap,kaspersky,mks,openantivirus,sophos,trend,f-secure,nai}/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/samba
1076 %endif
1077
1078 touch $RPM_BUILD_ROOT/var/lib/samba/{wins.dat,browse.dat}
1079
1080 echo '127.0.0.1 localhost' > $RPM_BUILD_ROOT%{_sysconfdir}/samba/lmhosts
1081
1082 %if %{with cups}
1083 install -d $RPM_BUILD_ROOT%{cups_serverbin}/backend
1084 ln -s %{_bindir}/smbspool $RPM_BUILD_ROOT%{cups_serverbin}/backend/smb
1085 %endif
1086
1087 > $RPM_BUILD_ROOT%{_sysconfdir}/samba/smbusers
1088 > $RPM_BUILD_ROOT/etc/security/blacklist.samba
1089
1090 # we have this utility in tdb package
1091 rm -f $RPM_BUILD_ROOT{%{_bindir}/tdbdump,%{_mandir}/man8/tdbdump.8*}
1092
1093 mv $RPM_BUILD_ROOT%{_bindir}/tdbtool $RPM_BUILD_ROOT%{_bindir}/tdbtool_samba
1094
1095 %if %{with ldap}
1096 install examples/LDAP/samba.schema $RPM_BUILD_ROOT%{schemadir}
1097 %endif
1098
1099 %clean
1100 rm -rf $RPM_BUILD_ROOT
1101
1102 %post
1103 /sbin/chkconfig --add smb
1104 if [ -f /var/lock/samba/connections.tdb -a ! -f /var/lib/samba/connections.tdb ]; then
1105         echo >&2 "Moving old /var/lock/samba contents to /var/lib/samba"
1106         /sbin/service smb stop >&2
1107         mv -f /var/lock/samba/*.tdb /var/lib/samba 2>/dev/null || :
1108         mv -f /var/lock/samba/*.dat /var/lib/samba 2>/dev/null || :
1109         if [ -d /var/lock/samba/printing ]; then
1110                 mv -f /var/lock/samba/printing/*.tdb /var/lib/samba/printing 2>/dev/null || :
1111         fi
1112         /sbin/service smb start >&2
1113 else
1114         %service smb restart "Samba daemons"
1115 fi
1116
1117 %preun
1118 if [ "$1" = "0" ]; then
1119         %service smb stop
1120         /sbin/chkconfig --del smb
1121 fi
1122
1123 %post winbind
1124 /sbin/chkconfig --add winbind
1125 %service winbind restart "Winbind daemon"
1126
1127 %preun winbind
1128 if [ "$1" = "0" ]; then
1129         %service winbind stop
1130         /sbin/chkconfig --del winbind
1131 fi
1132
1133 %post swat
1134 %service -q rc-inetd reload
1135
1136 %postun swat
1137 if [ "$1" = 0 ]; then
1138         %service -q rc-inetd reload
1139 fi
1140
1141 %post -n openldap-schema-samba
1142 # dependant schemas: cosine(uid) inetorgperson(displayName) nis(gidNumber)
1143 %openldap_schema_register %{schemadir}/samba.schema -d cosine,inetorgperson,nis
1144 %service -q ldap restart
1145
1146 %postun -n openldap-schema-samba
1147 if [ "$1" = "0" ]; then
1148         %openldap_schema_unregister %{schemadir}/samba.schema
1149         %service -q ldap restart
1150 fi
1151
1152 %triggerpostun -- samba < 1.9.18p7
1153 if [ "$1" != "0" ]; then
1154         /sbin/chkconfig --add smb
1155 fi
1156
1157 %files
1158 %defattr(644,root,root,755)
1159 %attr(755,root,root) %{_sbindir}/nmbd
1160 %attr(755,root,root) %{_sbindir}/smbd
1161 %attr(755,root,root) %{_sbindir}/mksmbpasswd.sh
1162 %attr(755,root,root) %{_bindir}/ldb*
1163 %attr(755,root,root) %{_bindir}/smbstatus
1164 %attr(755,root,root) %{_bindir}/smbpasswd
1165 %attr(755,root,root) %{_bindir}/smbcontrol
1166 %attr(755,root,root) %{_bindir}/tdbbackup
1167 %attr(755,root,root) %{_bindir}/tdbtool_samba
1168
1169 %dir %{_libdir}/%{name}/pdb
1170 %dir %{_vfsdir}
1171 %attr(755,root,root) %{_vfsdir}/fileid.so
1172 %attr(755,root,root) %{_vfsdir}/shadow_copy2.so
1173 %attr(755,root,root) %{_vfsdir}/streams_xattr.so
1174 %attr(755,root,root) %{_vfsdir}/syncops.so
1175 %attr(755,root,root) %{_vfsdir}/xattr_tdb.so
1176
1177 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/smbusers
1178 %attr(754,root,root) /etc/rc.d/init.d/smb
1179 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/samba
1180 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/samba
1181 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/samba
1182 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.samba
1183 %{_mandir}/man1/ldb*.1*
1184 %{_mandir}/man1/log2pcap.1*
1185 %{_mandir}/man1/smbstatus.1*
1186 %{_mandir}/man1/smbcontrol.1*
1187 %{_mandir}/man5/smbpasswd.5*
1188 %{_mandir}/man7/samba.7*
1189 %{_mandir}/man8/nmbd.8*
1190 %{_mandir}/man8/smbd.8*
1191 %{_mandir}/man8/smbpasswd.8*
1192 %{_mandir}/man8/vfs_streams_xattr.8*
1193 %{_mandir}/man8/tdbbackup.8*
1194 %{_mandir}/man8/vfs_xattr_tdb.8*
1195
1196 %dir %{_sambahome}
1197 %dir /var/lib/samba
1198 %ghost /var/lib/samba/*.dat
1199 %dir /var/lib/samba/printing
1200
1201 %attr(750,root,root) %dir /var/log/samba
1202 %attr(750,root,root) %dir /var/log/samba/cores
1203 %attr(750,root,root) %dir /var/log/samba/cores/smbd
1204 %attr(750,root,root) %dir /var/log/samba/cores/nmbd
1205 %attr(750,root,root) %dir /var/log/archive/samba
1206 %attr(1777,root,root) %dir /var/spool/samba
1207 %if %{with ldap}
1208 %doc examples/LDAP
1209 %endif
1210
1211 %files winbind
1212 %defattr(644,root,root,755)
1213 %attr(755,root,root) %{_sbindir}/winbindd
1214 %attr(755,root,root) %{_bindir}/wbinfo
1215 %attr(755,root,root) /%{_lib}/security/pam_winbind*
1216 %attr(755,root,root) /%{_lib}/libnss_winbind*
1217 %attr(754,root,root) /etc/rc.d/init.d/winbind
1218 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/winbind
1219 %{_mandir}/man1/wbinfo*.1*
1220 %{_mandir}/man7/pam_winbind.7*
1221 %{_mandir}/man8/winbindd*.8*
1222
1223 %files -n nss_wins
1224 %defattr(644,root,root,755)
1225 %attr(755,root,root) /%{_lib}/libnss_wins*
1226
1227 %files client
1228 %defattr(644,root,root,755)
1229 %attr(755,root,root) /sbin/mount.cifs
1230 %attr(755,root,root) /sbin/umount.cifs
1231 %attr(755,root,root) %{_bindir}/findsmb
1232 %attr(755,root,root) %{_bindir}/net
1233 %attr(755,root,root) %{_bindir}/nmblookup
1234 %attr(755,root,root) %{_bindir}/rpcclient
1235 %attr(755,root,root) %{_bindir}/smbcacls
1236 %attr(755,root,root) %{_bindir}/smbclient
1237 %attr(755,root,root) %{_bindir}/smbsh
1238 %attr(755,root,root) %{_bindir}/smbtar
1239 %attr(755,root,root) %{_bindir}/smbtree
1240 %attr(755,root,root) %{_sbindir}/cifs.upcall
1241 %attr(755,root,root) %{_libdir}/smbwrapper.so
1242 %{_mandir}/man1/findsmb.1*
1243 %{_mandir}/man1/nmblookup.1*
1244 %{_mandir}/man1/rpcclient.1*
1245 %{_mandir}/man1/smbcacls.1*
1246 %{_mandir}/man1/smbclient.1*
1247 %{_mandir}/man1/smbsh.1*
1248 %{_mandir}/man1/smbtar.1*
1249 %{_mandir}/man1/smbtree.1*
1250 %{_mandir}/man8/cifs.upcall.8*
1251 %{_mandir}/man8/net.8*
1252 %{_mandir}/man8/*mount.cifs.8*
1253
1254 %files common
1255 %defattr(644,root,root,755)
1256 %doc README Manifest WHATSNEW.txt
1257 %doc Roadmap docs/registry/*
1258 %doc docs/{history,THANKS}
1259 %dir %{_sysconfdir}/samba
1260 %attr(664,root,fileshare) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/smb.conf
1261 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/lmhosts
1262 %attr(755,root,root) %{_bindir}/eventlogadm
1263 %attr(755,root,root) %{_bindir}/ntlm_auth
1264 %attr(755,root,root) %{_bindir}/pdbedit
1265 %attr(755,root,root) %{_bindir}/profiles
1266 %attr(755,root,root) %{_bindir}/smbcquotas
1267 %attr(755,root,root) %{_bindir}/testparm
1268 %attr(755,root,root) %{_bindir}/vfstest
1269 %dir %{_libdir}/%{name}
1270 %{_libdir}/%{name}/*.dat
1271 %dir %{_libdir}/%{name}/auth
1272 %attr(755,root,root) %{_libdir}/%{name}/auth/script.so
1273 %dir %{_libdir}/%{name}/charset
1274 %attr(755,root,root) %{_libdir}/%{name}/charset/*.so
1275 %{_mandir}/man1/ntlm_auth.1*
1276 %{_mandir}/man1/profiles.1*
1277 %{_mandir}/man1/smbcquotas.1*
1278 %{_mandir}/man1/testparm.1*
1279 %{_mandir}/man1/vfstest.1*
1280 #%{_mandir}/man1/log2pcap.1*
1281 %{_mandir}/man5/lmhosts.5*
1282 %{_mandir}/man5/smb.conf.5*
1283 %{_mandir}/man8/pdbedit.8*
1284 %{_mandir}/man8/eventlogadm.8*
1285 %{_mandir}/man8/idmap_ad.8*
1286 %{_mandir}/man8/idmap_ldap.8*
1287 %{_mandir}/man8/idmap_nss.8*
1288 %{_mandir}/man8/idmap_rid.8*
1289 %{_mandir}/man8/idmap_tdb.8*
1290 %{_mandir}/man8/tdbtool.8*
1291
1292 %files swat
1293 %defattr(644,root,root,755)
1294 #%doc swat/README* swat/help/*
1295 %doc swat/help/*
1296 %attr(755,root,root) %{_sbindir}/swat
1297 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/swat
1298 %dir %{_datadir}/swat
1299 %{_datadir}/swat/help
1300 %{_datadir}/swat/images
1301 %{_datadir}/swat/include
1302 %dir %{_datadir}/swat/lang
1303 %lang(ja) %{_datadir}/swat/lang/ja
1304 %lang(tr) %{_datadir}/swat/lang/tr
1305 %lang(de) %{_libdir}/%{name}/de.msg
1306 %{_libdir}/%{name}/en.msg
1307 %lang(fi) %{_libdir}/%{name}/fi.msg
1308 %lang(fr) %{_libdir}/%{name}/fr.msg
1309 %lang(it) %{_libdir}/%{name}/it.msg
1310 %lang(ja) %{_libdir}/%{name}/ja.msg
1311 %lang(nl) %{_libdir}/%{name}/nl.msg
1312 %lang(pl) %{_libdir}/%{name}/pl.msg
1313 %lang(tr) %{_libdir}/%{name}/tr.msg
1314 %{_mandir}/man8/swat.8*
1315
1316 %files -n pam-pam_smbpass
1317 %defattr(644,root,root,755)
1318 %doc source/pam_smbpass/{CHAN*,README,TODO} source/pam_smbpass/samples
1319 %attr(755,root,root) /%{_lib}/security/pam_smbpass.so
1320
1321 %files -n libsmbclient
1322 %defattr(644,root,root,755)
1323 %attr(755,root,root) %{_libdir}/libsmbclient.so.*
1324 %attr(755,root,root) %{_libdir}/libwbclient.so.*
1325 %{_mandir}/man7/libsmbclient.7*
1326
1327 %files -n libsmbclient-devel
1328 %defattr(644,root,root,755)
1329 %attr(755,root,root) %{_libdir}/libsmbclient.so
1330 %attr(755,root,root) %{_libdir}/libwbclient.so
1331 %{_includedir}/libsmbclient.h
1332 %{_includedir}/wbclient.h
1333
1334 %files -n libtalloc
1335 %defattr(644,root,root,755)
1336 %attr(755,root,root) %{_libdir}/libtalloc.so.*
1337
1338 %files -n libtalloc-devel
1339 %defattr(644,root,root,755)
1340 %attr(755,root,root) %{_libdir}/libtalloc.so
1341 %{_includedir}/talloc.h
1342
1343 %files devel
1344 %defattr(644,root,root,755)
1345 %{_includedir}/%{name}
1346
1347 %files -n libsmbclient-static
1348 %defattr(644,root,root,755)
1349 %{_libdir}/libsmbclient.a
1350
1351 %files -n smbget
1352 %defattr(644,root,root,755)
1353 %attr(755,root,root) %{_bindir}/smbget
1354 %{_mandir}/man1/smbget.1*
1355 %{_mandir}/man5/smbgetrc.5*
1356
1357 %if %{with cups}
1358 %files -n cups-backend-smb
1359 %defattr(644,root,root,755)
1360 %attr(755,root,root) %{_bindir}/smbspool
1361 %attr(755,root,root) %{cups_serverbin}/backend/smb
1362 %{_mandir}/man8/smbspool.8*
1363 %endif
1364
1365 %files vfs-audit
1366 %defattr(644,root,root,755)
1367 %attr(755,root,root) %{_vfsdir}/audit.so
1368 %attr(755,root,root) %{_vfsdir}/extd_audit.so
1369 %attr(755,root,root) %{_vfsdir}/full_audit.so
1370 %{_mandir}/man8/vfs_audit.8*
1371 %{_mandir}/man8/vfs_extd_audit.8*
1372 %{_mandir}/man8/vfs_full_audit.8*
1373
1374 %files vfs-cap
1375 %defattr(644,root,root,755)
1376 %attr(755,root,root) %{_vfsdir}/cap.so
1377 %{_mandir}/man8/vfs_cap.8*
1378
1379 %files vfs-default_quota
1380 %defattr(644,root,root,755)
1381 %attr(755,root,root) %{_vfsdir}/default_quota.so
1382 %{_mandir}/man8/vfs_default_quota.8*
1383
1384 %files vfs-expand_msdfs
1385 %defattr(644,root,root,755)
1386 %attr(755,root,root) %{_vfsdir}/expand_msdfs.so
1387
1388 %files vfs-fake_perms
1389 %defattr(644,root,root,755)
1390 %attr(755,root,root) %{_vfsdir}/fake_perms.so
1391 %{_mandir}/man8/vfs_fake_perms.8*
1392
1393 %files vfs-notify_fam
1394 %defattr(644,root,root,755)
1395 %attr(755,root,root) %{_vfsdir}/notify_fam.so
1396 %{_mandir}/man8/vfs_notify_fam.8*
1397
1398 %files vfs-netatalk
1399 %defattr(644,root,root,755)
1400 %attr(755,root,root) %{_vfsdir}/netatalk.so
1401 %{_mandir}/man8/vfs_netatalk.8*
1402
1403 %files vfs-readahead
1404 %defattr(644,root,root,755)
1405 %attr(755,root,root) %{_vfsdir}/readahead.so
1406 %{_mandir}/man8/vfs_readahead.8*
1407
1408 %files vfs-readonly
1409 %defattr(644,root,root,755)
1410 %attr(755,root,root) %{_vfsdir}/readonly.so
1411 %{_mandir}/man8/vfs_readonly.8*
1412
1413 %files vfs-recycle
1414 %defattr(644,root,root,755)
1415 %attr(755,root,root) %{_vfsdir}/recycle.so
1416 %{_mandir}/man8/vfs_recycle.8*
1417
1418 %files vfs-shadow_copy
1419 %defattr(644,root,root,755)
1420 %attr(755,root,root) %{_vfsdir}/shadow_copy.so
1421 %{_mandir}/man8/vfs_shadow_copy.8*
1422
1423 %if %{with vscan}
1424 %files vfs-vscan-antivir
1425 %defattr(644,root,root,755)
1426 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1427 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-antivir.conf
1428 %attr(755,root,root) %{_vfsdir}/vscan-antivir.so
1429
1430 %files vfs-vscan-clamav
1431 %defattr(644,root,root,755)
1432 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1433 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-clamav.conf
1434 %attr(755,root,root) %{_vfsdir}/vscan-clamav.so
1435
1436 %files vfs-vscan-fprot
1437 %defattr(644,root,root,755)
1438 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1439 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-fprotd.conf
1440 %attr(755,root,root) %{_vfsdir}/vscan-fprotd.so
1441
1442 %files vfs-vscan-fsav
1443 %defattr(644,root,root,755)
1444 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1445 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-fsav.conf
1446 %attr(755,root,root) %{_vfsdir}/vscan-fsav.so
1447
1448 %files vfs-vscan-kavp
1449 %defattr(644,root,root,755)
1450 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1451 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-kavp.conf
1452 %attr(755,root,root) %{_vfsdir}/vscan-kavp.so
1453
1454 %files vfs-vscan-mcafee
1455 %defattr(644,root,root,755)
1456 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1457 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-mcdaemon.conf
1458 %attr(755,root,root) %{_vfsdir}/vscan-mcdaemon.so
1459
1460 %if %{with mks}
1461 %ifarch %{ix86} %{x8664}
1462 %files vfs-vscan-mks
1463 %defattr(644,root,root,755)
1464 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1465 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-mks32.conf
1466 %attr(755,root,root) %{_vfsdir}/vscan-mksd.so
1467 %endif
1468 %endif
1469
1470 %files vfs-vscan-openantivirus
1471 %defattr(644,root,root,755)
1472 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1473 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-oav.conf
1474 %attr(755,root,root) %{_vfsdir}/vscan-oav.so
1475
1476 %files vfs-vscan-sophos
1477 %defattr(644,root,root,755)
1478 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1479 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-sophos.conf
1480 %attr(755,root,root) %{_vfsdir}/vscan-sophos.so
1481
1482 %files vfs-vscan-symantec
1483 %defattr(644,root,root,755)
1484 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1485 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-icap.conf
1486 %attr(755,root,root) %{_vfsdir}/vscan-icap.so
1487
1488 %files vfs-vscan-trend
1489 %defattr(644,root,root,755)
1490 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1491 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-trend.conf
1492 %attr(755,root,root) %{_vfsdir}/vscan-trend.so
1493 %endif
1494
1495 %if %{with ldap}
1496 %files -n openldap-schema-samba
1497 %defattr(644,root,root,755)
1498 %{schemadir}/*.schema
1499 %endif
1500
1501 %files doc-html
1502 %defattr(644,root,root,755)
1503 %doc docs/htmldocs/*
1504
1505 %files doc-pdf
1506 %defattr(644,root,root,755)
1507 %doc docs/*.pdf
This page took 0.148428 seconds and 3 git commands to generate.