]> git.pld-linux.org Git - packages/samba.git/blob - samba.spec
- updated to 3.0.21b
[packages/samba.git] / samba.spec
1 #
2 # TODO:
3 # - look into other distro specs for valid %descriptions for samba 3
4 #
5 # Conditional build:
6 %bcond_without  ads             # without ActiveDirectory support
7 %bcond_without  cups            # without CUPS support
8 %bcond_without  krb5            # without Kerberos5/Heimdal support
9 %bcond_without  ldap            # without LDAP support
10 %bcond_without  mysql           # without MySQL support
11 %bcond_without  pgsql           # without PostgreSQL support
12 %bcond_without  python          # without python libs/utils
13 %bcond_with     ldapsam         # with LDAP SAM (samba) 2.2 based auth (instead of newer bcond ldap)
14
15 # ADS requires krb5 and LDAP
16 %if %{without krb5} || %{without ldap}
17 %undefine       with_ads
18 %endif
19 %define         vscan_version 0.3.6b
20 Summary:        SMB server
21 Summary(cs):    Server SMB
22 Summary(da):    SMB server
23 Summary(de):    SMB-Server
24 Summary(es):    El servidor SMB
25 Summary(fi):    SMB-palvelin
26 Summary(fr):    Serveur SMB
27 Summary(it):    Server SMB
28 Summary(ja):    Samba SMB ¥µ¡¼¥Ð¡¼
29 Summary(ko):    »ï¹Ù SMB ¼­¹ö
30 Summary(pl):    Serwer SMB
31 Summary(pt_BR): Cliente e servidor SMB
32 Summary(ru):    SMB ËÌÉÅÎÔ É ÓÅÒ×ÅÒ
33 Summary(tr):    SMB sunucusu
34 Summary(uk):    SMB Ë̦¤ÎÔ ÔÁ ÓÅÒ×ÅÒ
35 Summary(zh_CN): Samba ¿Í»§¶ËºÍ·þÎñÆ÷
36 Name:           samba
37 Version:        3.0.21b
38 Release:        1
39 Epoch:          1
40 License:        GPL v2
41 Group:          Networking/Daemons
42 Source0:        http://us1.samba.org/samba/ftp/%{name}-%{version}.tar.gz
43 # Source0-md5:  bb73dffb33f4a39386ef9f3e07ae28ff
44 Source1:        smb.init
45 Source2:        %{name}.pamd
46 Source3:        swat.inetd
47 Source4:        %{name}.sysconfig
48 Source5:        %{name}.logrotate
49 Source6:        smb.conf
50 Source7:        http://dl.sourceforge.net/openantivirus/%{name}-vscan-%{vscan_version}.tar.bz2
51 # Source7-md5:  900502ba36b80620229b94e5129bc856
52 Source8:        winbind.init
53 Source9:        winbind.sysconfig
54 Patch0:         %{name}-statfs-workaround.patch
55 Patch1:         %{name}-lib64.patch
56 Patch2:         %{name}-FHS.patch
57 Patch3:         %{name}-c++-nofail.patch
58 Patch4:         %{name}-pthread.patch
59 URL:            http://www.samba.org/
60 BuildRequires:  acl-devel
61 BuildRequires:  autoconf
62 BuildRequires:  automake
63 %{?with_cups:BuildRequires:     cups-devel}
64 %{?with_krb5:BuildRequires:     heimdal-devel >= 0.7}
65 BuildRequires:  iconv
66 BuildRequires:  libmagic-devel
67 BuildRequires:  libtool >= 2:1.4d
68 BuildRequires:  libxml2-devel
69 %if %{with mysql}
70 BuildRequires:  mysql-devel
71 BuildRequires:  mysql-extras
72 %endif
73 BuildRequires:  ncurses-devel >= 5.2
74 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
75 BuildRequires:  openssl-devel >= 0.9.7d
76 BuildRequires:  pam-devel > 0.66
77 BuildRequires:  popt-devel
78 %{?with_pgsql:BuildRequires:    postgresql-devel}
79 %if %{with python}
80 BuildRequires:  python-devel
81 BuildRequires:  rpm-pythonprov
82 %endif
83 BuildRequires:  readline-devel >= 4.2
84 BuildRequires:  xfsprogs-devel
85 Requires:       rc-scripts
86 Requires:       setup >= 2.4.6-7
87 Requires(post,preun):   /sbin/chkconfig
88 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
89 Requires:       logrotate
90 Requires:       pam >= 0.66
91 Obsoletes:      samba-vfs-block
92 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
93
94 %define         _vfsdir         %{_libdir}/%{name}/vfs
95 %define         _sambahome      /home/services/samba
96 %if %{with cups}
97 %define         cups_serverbin  %{_prefix}/lib/cups
98 %endif
99 %define         schemadir       /usr/share/openldap/schema
100
101 %description
102 Samba provides an SMB server which can be used to provide network
103 services to SMB (sometimes called "Lan Manager") clients, including
104 various versions of MS Windows, OS/2, and other Linux machines. Samba
105 also provides some SMB clients, which complement the built-in SMB
106 filesystem in Linux. Samba uses NetBIOS over TCP/IP (NetBT) protocols
107 and does NOT need NetBEUI (Microsoft Raw NetBIOS frame) protocol.
108
109 This release is known as the "Locking Update" and has full support for
110 Opportunistic File Locking. In addition this update includes native
111 support for Microsoft encrypted passwords, improved browse list and
112 WINS database management.
113
114 Please refer to the WHATSNEW.txt document for fixup information. This
115 binary release includes encrypted password support. Please read the
116 smb.conf file for implementation details.
117
118 %description -l cs
119 Samba poskytuje server SMB, který lze pou¾ít pro poskytování sí»ových
120 slu¾eb klientùm SMB (nìkdy nazývaných klienti "LAN mana¾er") vèetnì
121 klientù rùzných verzí MS Windows, OS/2 a dal¹ích linuxových strojù.
122 Samba té¾ poskytuje nìkteré klienty SMB, kteøí komplementují vestavìný
123 souborový systém SMB v Linuxu. Samba pou¾ívá protokoly NetBIOS pøes
124 TCP/IP (NetBT) a NEpotøebuje protokol NetBEUI (neformátovaný rámec
125 NetBIOS od spoleènosti Microsoft.
126
127 %description -l da
128 Samba tilbyder en SMB server som kan bruges til at tilbyde netværk
129 services til SMB (også kaldet "Lan Manager") klienter, incl.
130 forskellige versioner af MS Windows, OS/2, og andre Linux maskiner.
131 Samba tilbyder også SMB klienter, som udbygger det indbyggede SMB
132 filsystem i Linux. Samba benytter NetBIOS over TCP/IP (NetBT)
133 protocolen og kræver ikke NetBEUI (Microsoft Raw NetBIOS frame)
134 protokollen.
135
136 %description -l de
137 Samba stellt einen SMB-Server zum Anbieten von Netzwerkdiensten für
138 SMB-Clients (auch "Lan Manager" genannt) zur Verfügung, darunter
139 verschiedenen Versionen von MS Windows-, OS/2- und anderen
140 Linux-Rechnern. Samba enthält außerdem einige SMB-Clients, die das in
141 Linux integrierte SMB-Dateisystem ergänzen. Samba benutzt
142 NetBIOS-über-TCP/IP (NetBT)-Protokolle und benötigt KEIN NetBEUI
143 (Microsoft Raw NetBIOS frame)-Protokoll.
144
145 %description -l es
146 Samba provee un servidor SMB que se puede usar para ofrecer servicios
147 de red a clientes SMB (algunas veces se le llama de "Lan Manager"),
148 incluyendo varias versiones de MS Windows, OS/2, y otras máquinas
149 Linux. Samba también ofrece algunos clientes SMB, que complementan el
150 sistema de archivos SMB de Linux. Samba usa el protocolo NetBIOS sobre
151 TCP/IP (NetBT) y no necesita del protocolo NetBEUI (Microsoft Raw
152 NetBIOS frame).
153
154 %description -l fi
155 Samba on SMB-palvelin, jota voidaan käyttää SMB-asiakasohjelmien
156 verkkopalvelujen tarjoajana. SMB-protokollaa kutsutaan joskus "Lan
157 Manager" protokollaksi ja asiakasohjelmat toimivat dosissa,
158 Windowseissa, OS/2:ssa ja toisissa Linux-koneissa. Samban mukana on
159 myös joitakin SMB-asiakasohjelmia, jotka täydentävät Linuxin
160 kernelissä olevaa SMB-tiedostojärjestelmän tukea. Samba vaatii NetBIOS
161 over TCP/IP (NetBT) protokollaa eikä tarvitse tai pysty käyttämään
162 NetBEUI-protokollaa.
163
164 %description -l it
165 Samba fornisce un server SMB che puo` essere usato per fornire servizi
166 di rete ai client SMB, incluse le versioni MS Windows, OS/2 e per
167 altre macchine Linux. Samba fornisce anche i client SMB. Samba usa
168 NetBIOS sopra TCP/IP e non ha bisogno del protocollo NetBEUI.
169
170 %description -l ja
171 Samba ¤Ï MS Windows ¤ÎÍÍ¡¹¤Ê¥Ð¡¼¥¸¥ç¥ó¡¢OS/2 ¤½¤·¤Æ¾¤Î Linux ¥Þ¥·¥ó
172 ¤ò´Þ¤à SMB (¤¿¤Þ¤Ë "Lan Manager" ¤È¸Æ¤Ð¤ì¤ë)
173 ¥¯¥é¥¤¥¢¥ó¥È¤Ë¥Í¥Ã¥È¥ï¡¼¥¯ ¥µ¡¼¥Ó¥¹¤òÄ󶡤¹¤ë¤¿¤á¤Ë»ÈÍѤµ¤ì¤ë SMB
174 ¥µ¡¼¥Ð¤òÄ󶡤·¤Þ¤¹¡£Samba ¤Ï NetBIOS over TCP/IP (NetBT)
175 ¥×¥í¥È¥³¥ë¤ò»ÈÍѤ·¡¢ NetBEUI(Microsoft Raw NetBIOS frame)
176 ¥×¥í¥È¥³¥ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó¡£
177
178 Samba ¤Û¤È¤ó¤ÉÆ°ºî¤¹¤ë NT ¥É¥á¥¤¥ó¥³¥ó¥È¥í¡¼¥ë¤Îµ¡Ç½¤òÆÃħ¤È¤·¡¢
179 ¹¥¤­¤Ê¥Ö¥é¥¦¥¶¤ò»È¤Ã¤Æ samba ¤Î smb.conf ¥Õ¥¡¥¤¥ë¤ò¥ê¥â¡¼¥È´ÉÍý¤¹¤ë
180 ¿·¤·¤¤ SWAT (Samba Web Administration Tool) ¤ò´Þ¤ß¤Þ¤¹¡£
181 Ìܲ¼¤Î¤È¤³¤í¤³¤ì¤Ï inetd ¤òÄ̤·¤Æ TCP ¥Ý¡¼¥È 901 ¤ÇÍ­¸ú¤Ë¤Ê¤ê¤Þ¤¹¡£
182
183 %description -l ko
184 »ï¹Ù´Â MS Windows, OS/2, È¤Àº ´Ù¸¥ ¸®´ª½º ¸Ó½ÅÀ» Æ÷ÇÔÇϴ SMB(ȤÀº
185 "Lan Manager"¶ó°íµµ ºÒ¸²) Å¬¶óÀ̾ðÆ®¸¦ ³×Æ®¿öÅ© ¼­ºñ½º À§ÇØ »ç¿ëÇÒ ¼ö
186 Àִ SMB ¼­¹ö¸¦ Á¦°øÇÑ´Ù. »ï¹Ù´Â TCP/IP ÇÁ·ÎÅäÄÝÀ» ÅëÇØ NetBIOS¸¦
187 »ç¿ëÇÏ°í NetBEUI (Microsoft Raw NetBIOS ÇÁ·¹ÀÓ) ÇÁ·ÎÅäÄÝÀº ÇÊ¿äÇÏÁö
188 ¾Ê´Ù.
189
190 »ï¹Ù-2.2 ÀǠƯ¡Àº NT µµ¸ÞÀΠÄÁÆ®·ÑÀÇ ¼º´ÉÀ¸·Î ÀÛ¾÷À» ÇÏ°í, »õ·Î¿î
191 SWAT(Samba Web Administration Tool)·Î À¥ºê¶ó¿ìÀú¸¦ »ç¿ëÇÏ¿© ¿ø°ÝÁö¿¡¼­
192 »ï¹ÙÀÇ smb.conf ÆÄÀÏÀ» °ü¸®Çϵµ·Ï ÇÑ´Ù. ÀÌ·¯ÇÑ °æ¿ì inetd µ¥¸óÀ» ÅëÇØ
193 TCP 901 Æ÷Æ®¸¦ »ç¿ëÇÏ°Ô µÈ´Ù.
194
195 ÃÖ±Ù Á¤º¸·Î WHATSNEW.txt ÆÄÀÏÀÇ ¹®¼­¸¦ Âü°íÇϵµ·Ï ÇÑ´Ù. ¹ÙÀ̳ʸ®ÀÇ
196 ¸±¸®Áî´Â ¾ÏȣȭµÈ Æнº¿öµå¸¦ Á¦°øÇÑ´Ù.
197
198 %description -l pl
199 Samba udostêpnia serwer SMB, który mo¿e byæ u¿yty w celu dostarczenia
200 us³ug sieciowych (potocznie zwanych "Lan Manager"), dla klientów
201 takich jak MS Windows, OS/2 a tak¿e maszyn linuksowych. W pakiecie
202 znajduje siê równie¿ oprogramowanie klienckie. Samba u¿ywa protoko³u
203 NetBIOS po TCP/IP (NetBT) i nie wymaga protoko³u NetBEUI. Ta wersja ma
204 pe³ne wsparcie dla blokowania plików, a tak¿e wsparcie dla kodowania
205 hase³ w standardzie MS i zarz±dzania baz± WINS.
206
207 %description -l pt_BR
208 O Samba provê um servidor SMB que pode ser usado para oferecer
209 serviços de rede a clientes SMB (algumas vezes chamado de "Lan
210 Manager"), incluindo várias versões de MS Windows, OS/2, e outras
211 máquinas Linux. O Samba também fornece alguns clientes SMB, que
212 complementam o sistema de arquivos SMB do Linux. O Samba usa o
213 protocolo NetBIOS sobre TCP/IP (NetBT) e não necessita do protocolo
214 NetBEUI (Microsoft Raw NetBIOS frame).
215
216 O Samba inclui a maioria das características de um servidor de
217 Controle de Domínios NT e o SWAT (Samba Web Administration Tool), que
218 permite que o arquivo smb.conf seja gerenciado remotamente através de
219 um navegador. Atualmente isto está sendo habilitado na porta TCP 901
220 via inetd.
221
222 %description -l ru
223 Samba ÐÒÅÄÏÓÔÁ×ÌÑÅÔ SMB-ÓÅÒ×ÅÒ, ËÏÔÏÒÙÊ ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁΠÄÌÑ
224 ÐÒÅÄÏÓÔÁ×ÌÅÎÉÑ ÓÅÔÅ×ÙÈ ÓÅÒ×ÉÓÏ× SMB (ÉÎÏÇÄÁ ÎÁÚÙ×ÁÅÍÙÍ "Lan Manager")
225 ËÌÉÅÎÔÁÍ, ×ËÌÀÞÁÑ ÒÁÚÎÏÏÂÒÁÚÎÙÅ ×ÅÒÓÉÉ MS Windows, OS/2, É ÄÒÕÇÉÅ
226 Linux-ÍÁÛÉÎÙ. Samba ÔÁËÖÅ ÐÒÅÄÏÓÔÁ×ÌÑÅÔ SMB-ËÌÉÅÎÔÏ×, ËÏÔÏÒÙÅ ÒÁÂÏÔÁÀÔ
227 ÓÏ ×ÓÔÒÏÅÎÎÏÊ × Linux ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÏÊ SMB.
228
229 Samba ÉÓÐÏÌØÚÕÅÔ ÐÒÏÔÏËÏÌ NetBIOS over TCP/IP (NetBT) É ÎÅ ÎÕÖÄÁÅÔÓÑ ×
230 ÐÒÏÔÏËÏÌÅ NetBEUI (Microsoft Raw NetBIOS frame).
231
232 Samba ÓÏÄÅÒÖÉÔ ÐÒÁËÔÉÞÅÓËÉ ÒÁÂÏÔÁÀÝÕÀ ÒÅÁÌÉÚÁÃÉÀ NT Domain Control É
233 ×ËÌÀÞÁÅÔ ÎÏ×ÙÊ SWAT (Samba Web Administration Tool), ËÏÔÏÒÙÊ ÐÏÚ×ÏÌÑÅÔ
234 ÕÄÁÌÅÎÎÏ ÕÐÒÁ×ÌÑÔØ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÍ ÆÁÊÌÏÍ smb.conf ÐÒÉ ÐÏÍÏÝÉ ×ÁÛÅÇÏ
235 ÌÀÂÉÍÏÇÏ WEB-ÂÒÏÕÚÅÒÁ. ðÏËÁ ÞÔÏ ÏΠÒÁÚÒÅÛÅΠÞÅÒÅÚ inetd ÎÁ TCP-ÐÏÒÔÕ
236 901.
237
238 %description -l uk
239 Samba ÎÁÄÁ¤ SMB-ÓÅÒ×ÅÒ, ÝÏ ÍÏÖÅ ÂÕÔÉ ×ÉËÏÒÉÓÔÁÎÉÊ ÄÌÑ ÎÁÄÁÎÎÑ
240 ÍÅÒÅÖÅ×ÉÈ ÓÅÒצӦנSMB (ÝÏ §È ¦ÎÏĦ ÎÁÚÉ×ÁÀÔØ "Lan Manager") Ë̦¤ÎÔÁÍ,
241 ×ËÌÀÞÁÀÞÉ Ò¦ÚÎÏÍÁΦÔΦ ×ÅÒÓ¦§ MS Windows, OS/2, ÔÁ ¦ÎÛ¦ Linux-ÍÁÛÉÎÉ.
242 Samba ÔÁËÏÖ ÎÁÄÁ¤ SMB-Ë̦¤ÎÔ¦×, ÝÏ ÐÒÁÃÀÀÔØ Ú ×ÂÕÄÏ×ÁÎÏÀ × Linux
243 ÆÁÊÌÏ×ÏÀ ÓÉÓÔÅÍÏÀ SMB.
244
245 Samba ×ÉËÏÒÉÓÔÏ×Õ¤ ÐÒÏÔÏËÏÌ NetBIOS over TCP/IP (NetBT) ÔÁ ÎÅ ÐÏÔÒÅÂÕ¤
246 ÐÒÏÔÏËÏÌÕ NetBEUI (Microsoft Raw NetBIOS frame).
247
248 Samba Í¦ÓÔÉÔØ ÍÁÊÖÅ ÐÒÁÃÀÀÞÕ ÒÅÁÌÉÚÁæÀ NT Domain Control ÔÁ ÎÏ×ÙÊ
249 SWAT (Samba Web Administration Tool), ËÏÔÒÉÊ ÄÏÚ×ÏÌѤ ×¦ÄÄÁÌÅÎÏ
250 ËÅÒÕ×ÁÔÉ ËÏÎƦÇÕÒÁæÊÎÉÍ ÆÁÊÌÏÍ smb.conf ÚÁ ÄÏÐÏÍÏÇÏÀ ×ÁÛÏÇÏ
251 ÕÌÀÂÌÅÎÏÇÏ WEB-ÂÒÏÕÚÅÒÁ. ðÏËÉ ÝϠצΠÄÏÚ×ÏÌÅÎÉÊ ÞÅÒÅÚ inetd ÎÁ
252 TCP-ÐÏÒÔÕ 901.
253
254 %package swat
255 Summary:        Samba Web Administration Tool
256 Summary(es):    Samba SWAT and Web documentation
257 Summary(pl):    Narzêdzie administracyjne serwisu Samba
258 Summary(pt_BR): Samba SWAT e documentação Web
259 Summary(ru):    ðÒÏÇÒÁÍÍÁ ËÏÎÆÉÇÕÒÁÃÉÉ SMB-ÓÅÒ×ÅÒÁ Samba
260 Summary(uk):    ðÒÏÇÒÁÍÁ ËÏÎÆÉÇÕÒÁ槠SMB-ÓÅÒ×ÅÒÁ Samba
261 Group:          Networking/Admin
262 Requires:       %{name} = %{epoch}:%{version}-%{release}
263 Requires:       inetdaemon
264 Requires:       rc-inetd >= 0.8.2
265 Obsoletes:      swat
266
267 %description swat
268 swat allows a Samba administrator to configure the complex smb.conf
269 file via a Web browser. In addition, a swat configuration page has
270 help links to all the configurable options in the smb.conf file
271 allowing an administrator to easily look up the effects of any change.
272
273 %description swat -l pl
274 swat pozwala na kompleksow± konfiguracjê smb.conf przy pomocy
275 przegl±darki WWW.
276
277 %description swat -l pt_BR
278 SWAT - ferramentada Web de configuração do Samba.
279
280 %description swat -l ru
281 ðÁËÅÔ samba-swat ×ËÌÀÞÁÅÔ ÎÏ×ÙÊ SWAT (Samba Web Administration Tool),
282 ÄÌÑ ÕÄÁÌÅÎÎÏÇÏ ÁÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÑ ÆÁÊÌÁ smb.conf ÐÒÉ ÐÏÍÏÝÉ ×ÁÛÅÇÏ
283 ÌÀÂÉÍÏÇÏ Web-ÂÒÁÕÚÅÒÁ.
284
285 %description swat -l uk
286 ðÁËÅÔ samba-swat Í¦ÓÔÉÔØ ÎÏ×ÉÊ SWAT (Samba Web Administration Tool),
287 ÄÌÑ ÄÉÓÔÁÎæÊÎÏÇÏ ÁÄͦΦÓÔÒÕ×ÁÎÎÑ ÆÁÊÌÕ smb.conf ÚÁ ÄÏÐÏÍÏÇÏÀ ×ÁÛÏÇÏ
288 ÕÌÀÂÌÅÎÏÇÏ Web-ÂÒÁÕÚÅÒÕ.
289
290 %package pdb-mysql
291 Summary:        Samba MySQL password database plugin
292 Summary(pl):    Wtyczka Samby do przechowywania hase³ w bazie MySQL
293 Group:          Networking/Daemons
294 Requires:       %{name} = %{epoch}:%{version}-%{release}
295
296 %description pdb-mysql
297 Samba MySQL password database plugin.
298
299 %description pdb-mysql -l pl
300 Wtyczka Samby do przechowywania hase³ w bazie MySQL.
301
302 %package pdb-pgsql
303 Summary:        Samba PostgreSQL password database plugin
304 Summary(pl):    Wtyczka Samby do przechowywania hase³ w bazie PostgreSQL
305 Group:          Networking/Daemons
306 Requires:       %{name} = %{epoch}:%{version}-%{release}
307
308 %description pdb-pgsql
309 Samba PostgreSQL password database plugin.
310
311 %description pdb-pgsql -l pl
312 Wtyczka Samby do przechowywania hase³ w bazie PostgreSQL.
313
314 %package pdb-xml
315 Summary:        Samba XML password database plugin
316 Summary(pl):    Wtyczka Samby do przechowywania hase³ w bazie XML
317 Group:          Networking/Daemons
318 Requires:       %{name} = %{epoch}:%{version}-%{release}
319
320 %description pdb-xml
321 Samba XML password database plugin.
322
323 %description pdb-xml -l pl
324 Wtyczka Samby do przechowywania hase³ w bazie XML.
325
326 %package client
327 Summary:        Samba client programs
328 Summary(es):    Cliente SMB de Samba
329 Summary(ja):    Samba (SMB) ¥¯¥é¥¤¥¢¥ó¥È¥×¥í¥°¥é¥à
330 Summary(pl):    Klienci serwera Samba
331 Summary(pt_BR): Cliente SMB do samba
332 Summary(ru):    ëÌÉÅÎÔÓËÉÅ ÐÒÏÇÒÁÍÍÙ Samba (SMB)
333 Summary(uk):    ë̦¤ÎÔÓØ˦ ÐÒÏÇÒÁÍÉ Samba (SMB)
334 Group:          Applications/Networking
335 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
336 %{?with_krb5:Requires:  heimdal-libs >= 0.7}
337 Obsoletes:      mount-cifs
338 Obsoletes:      smbfs
339
340 %description client
341 Samba-client provides some SMB clients, which complement the build-in
342 SMB filesystem in Linux. These allow accessing of SMB shares and
343 printing to SMB printers.
344
345 %description client -l pt_BR
346 O pacote samba-clientes prove alguns clientes SMB, que complementam o
347 sistema de arquivos SMB do Linux. Eles permitem o acesso a shares SMB,
348 e também, à impressoras SMB.
349
350 %description client -l es
351 Cliente SMB de Samba.
352
353 %description client -l ja
354 Samba-client ¤Ï Linux ¾å¤Ë´Þ¤Þ¤ì¤Æ¤¤¤ë SMB ¥Õ¥¡¥¤¥ë¥·¥¹¥Æ¥à¤òÊ䤦 SMB
355 ¥¯¥é¥¤¥¢¥ó¥È¤òÄ󶡤·¤Þ¤¹¡£¤³¤ì¤é¤Ï SMB ¶¦Í­¤Î¥¢¥¯¥»¥¹¤È SMB
356 ¥×¥ê¥ó¥¿¤Ø¤Î°õºþ¤òµö²Ä¤·¤Þ¤¹¡£
357
358 %description client -l pl
359 Samba-client dostarcza programy uzupe³niaj±ce obs³ugê systemu plików
360 SMB zawart± w j±drze. Pozwalaj± one na wspó³dzielenie zasobów SMB i
361 drukowanie w sieci SMB.
362
363 %description client -l pt_BR
364 O pacote samba-clientes prove alguns clientes SMB, que complementam o
365 sistema de arquivos SMB do Linux. Eles permitem o acesso a shares SMB,
366 e também, à impressoras SMB.
367
368 %description client -l ru
369 ðÁËÅÔ samba-client ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ÎÅËÏÔÏÒÙÅ ËÌÉÅÎÔÙ SMB ÄÌÑ ÒÁÂÏÔÙ ÓÏ
370 ×ÓÔÒÏÅÎÎÏÊ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÏÊ SMB × Linux. üÔÉ ËÌÉÅÎÔÙ ÐÏÚ×ÏÌÑÀÔ
371 ÐÏÌÕÞÁÔØ ÄÏÓÔÕРˠÒÁÚÄÅÌÑÅÍÙÍ ËÁÔÁÌÏÇÁÍ SMB É ÐÅÞÁÔØ ÎÁ SMB-ÐÒÉÎÔÅÒÙ.
372
373 %description client -l uk
374 ðÁËÅÔ samba-client ÎÁÄÁ¤ ÄÅÑ˦ Ë̦¤ÎÔÉ SMB ÄÌÑ ÒÏÂÏÔÉ Ú¦ ×ÂÕÄÏ×ÁÎÏÀ
375 ÆÁÊÌÏ×ÏÀ ÓÉÓÔÅÍÏÀ SMB × Linux. ã¦ Ë̦¤ÎÔÉ ÄÏÚ×ÏÌÑÀÔØ ÏÔÒÉÍÕ×ÁÔÉ ÄÏÓÔÕÐ
376 ÄÏ ËÁÔÁÌÏǦנÓЦÌØÎÏÇÏ ×ÉËÏÒÉÓÔÁÎÎÑ SMB ÔÁ ÄÒÕË ÎÁ SMB-ÐÒ¦ÎÔÅÒÉ.
377
378 %package common
379 Summary:        Files used by both Samba servers and clients
380 Summary(es):    Common files between samba and samba-clients
381 Summary(ja):    Samba ¥µ¡¼¥Ð¡¼¤È¥¯¥é¥¤¥¢¥ó¥È¤Ç»ÈÍѤµ¤ì¤ë¥×¥í¥°¥é¥à
382 Summary(pl):    Pliki u¿ywane przez serwer i klientów Samba
383 Summary(pt_BR): Arquivos em comum entre samba e samba-clients
384 Summary(ru):    æÁÊÌÙ, ÉÓÐÏÌØÚÕÅÍÙÅ ËÁË ÓÅÒ×ÅÒÏÍ, ÔÁË É ËÌÉÅÎÔÏÍ Samba
385 Summary(uk):    æÁÊÌÉ, ÝÏ ×ÉËÏÒÉÓÔÏ×ÕÀÔØÓÑ ÑË ÓÅÒ×ÅÒÏÍ, ÔÁË ¦ Ë̦¤ÎÔÏÍ Samba
386 Group:          Networking/Daemons
387
388 %description common
389 Samba-common provides files necessary for both the server and client
390 packages of Samba.
391
392 %description common -l ja
393 Samba-common ¤Ï Samba ¤Î¥µ¡¼¥Ð¤È¥¯¥é¥¤¥¢¥ó¥È¤ÎξÊý¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ç
394 »ÈÍѤµ¤ì¤ë¥Õ¥¡¥¤¥ë¤òÄ󶡤·¤Þ¤¹¡£
395
396 %description common -l pl
397 Samba-common dostarcza pliki niezbêdne zarówno dla serwera jak i
398 klientów Samba.
399
400 %description common -l pt_BR
401 Arquivos em comum entre os pacotes samba e samba-clients.
402
403 %description common -l ru
404 Samba-common ÓÏÄÅÒÖÉÔ ÆÁÊÌÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÒÁÂÏÔÙ ËÁË ËÌÉÅÎÔÁ, ÔÁË É
405 ÓÅÒ×ÅÒÁ Samba.
406
407 %description common -l uk
408 Samba-common Í¦ÓÔÉÔØ ÆÁÊÌÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÂÏÔÉ ÑË Ë̦¤ÎÔÁ, ÔÁË ¦
409 ÓÅÒ×ÅÒÁ Samba.
410
411 %package winbind
412 Summary:        Samba-winbind daemon, utilities and documentation
413 Summary(pl):    Demon samba-winbind, narzêdzia i dokumentacja
414 Group:          Networking/Daemons
415 Requires(post,preun):   /sbin/chkconfig
416 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
417
418 %description winbind
419 Provides the winbind daemon and testing tools to allow authentication
420 and group/user enumeration from a Windows or Samba domain controller.
421
422 %description winbind -l pl
423 Pakiet zawiera demona winbind oraz narzêdzia testowe. Umo¿liwia
424 uwierzytelnianie i wyliczanie grup/u¿ytkowników z kontrolera domeny
425 Windows lub Samba.
426
427 %package -n nss_wins
428 Summary:        Name Service Switch service for WINS
429 Summary(pl):    Us³uga Name Service Switch dla WINS
430 Group:          Base
431 Requires:       %{name}-common = %{epoch}:%{version}-%{release}
432
433 %description -n nss_wins
434 Provides the libnss_wins shared library which resolves NetBIOS names
435 to IP addresses.
436
437 %description -n nss_wins -l pl
438 Biblioteka dzielona libnss_wins rozwi±zuj±ca nazwy NetBIOS na adresy
439 IP.
440
441 %package -n pam-pam_smbpass
442 Summary:        PAM Samba Password Module
443 Summary(pl):    Modu³ PAM smbpass
444 Group:          Base
445 Obsoletes:      pam_smbpass
446
447 %description -n pam-pam_smbpass
448 PAM module which can be used on conforming systems to keep the
449 smbpasswd (Samba password) database in sync with the unix password
450 file.
451
452 %description -n pam-pam_smbpass -l pl
453 Modu³ PAM, który mo¿e byæ u¿ywany do trzymania pliku smbpasswd (has³a
454 Samby) zsynchronizowanego z has³ami uniksowymi.
455
456 %package -n libsmbclient
457 Summary:        libsmbclient - samba client library
458 Summary(pl):    libsmbclient - biblioteka klienta samby
459 Group:          Libraries
460
461 %description -n libsmbclient
462 libsmbclient - library that allows to use samba clients functions.
463
464 %description -n libsmbclient -l pl
465 libsmbclient - biblioteka pozwalaj±ca korzystaæ z funcji klienta
466 samby.
467
468 %package -n libsmbclient-devel
469 Summary:        libsmbclient - samba client library
470 Summary(pl):    libsmbclient - biblioteka klienta samby
471 Summary(pt_BR): Ferramentas de desenvolvimento para clientes samba
472 Group:          Development/Libraries
473 Requires:       libsmbclient = %{epoch}:%{version}-%{release}
474
475 %description -n libsmbclient-devel
476 Header files for libsmbclient.
477
478 %description -n libsmbclient-devel -l pl
479 Pliki nag³ówkowe dla libsmbclient.
480
481 %description -n libsmbclient-devel -l pt_BR
482 Arquivos de inclusão, bibliotecas e documentação necessários para
483 desenvolver aplicativos clientes para o samba.
484
485 %package -n libsmbclient-static
486 Summary:        Static version of libsmbclient - samba client library
487 Summary(pl):    Statyczna wersja libsmbclient - biblioteki klienta samby
488 Summary(pt_BR): Ferramentas de desenvolvimento para clientes samba
489 Group:          Development/Libraries
490 Requires:       libsmbclient = %{epoch}:%{version}-%{release}
491
492 %description -n libsmbclient-static
493 Static libsmbclient library.
494
495 %description -n libsmbclient-static -l pl
496 Statyczna biblioteka libsmbclient.
497
498 %package -n smbget
499 Summary:        A utility for retrieving files using the SMB protocol
500 Summary(pl):    Narzêdzie do pobierania plików protoko³em SMB
501 Group:          Applications/Networking
502
503 %description -n smbget
504 wget-like utility for download files over SMB.
505
506 %description -n smbget -l pl
507 Narzêdzie podobne do wgeta do pobierania plików protoko³em SMB
508 u¿ywanym w sieciach MS Windows.
509
510 %package -n cups-backend-smb
511 Summary:        CUPS backend for printing to SMB printers
512 Summary(pl):    Backend CUPS-a drukuj±cy na drukarkach SMB
513 Group:          Applications/Printing
514 Requires:       %{name}-client = %{epoch}:%{version}-%{release}
515 Requires:       cups
516
517 %description -n cups-backend-smb
518 CUPS backend for printing to SMB printers.
519
520 %description -n cups-backend-smb -l pl
521 Backend CUPS-a drukuj±cy na drukarkach SMB.
522
523 %package -n python-samba
524 Summary:        Samba python tools and libraries
525 Summary(pl):    Narzêdzia i biblioteki pythona do samby
526 Group:          Applications/Networking
527 %pyrequires_eq  python-libs
528
529 %description -n python-samba
530 Samba python tools and libraries.
531
532 %description -n python-samba -l pl
533 Narzêdzia i biblioteki pythona do samby.
534
535 %package vfs-audit
536 Summary:        VFS module to audit file access
537 Summary(pl):    Modu³ VFS do monitorowania operacji na plikach
538 Group:          Networking/Daemons
539 Requires:       %{name} = %{epoch}:%{version}-%{release}
540
541 %description vfs-audit
542 A simple module to audit file access to the syslog facility. The
543 following operations are logged:
544  - share connect/disconnect,
545  - directory opens/create/remove,
546  - file open/close/rename/unlink/chmod.
547
548 %description vfs-audit -l pl
549 Proste modu³y do monitorowania dostêpu do plików na serwerze samba do
550 do sysloga. Monitorowane s± nastêpuj±ce operacje:
551  - pod³±czenie do/od³±czenie od zasobu,
552  - otwarcie/utworzenie/zmiana nazwy katalogu,
553  - otwarcie/zamkniêcie/zmiana nazwy/skasowanie/zmiana praw plików.
554 Zawiera modu³y audit, extd_audit i full_audit.
555
556 %package vfs-cap
557 Summary:        VFS module for CAP and samba compatibility
558 Summary(pl):    Modu³ VFS zgodno¶ci z CAP (Columbia AppleTalk Program)
559 Group:          Networking/Daemons
560 Requires:       %{name} = %{epoch}:%{version}-%{release}
561
562 %description vfs-cap
563 Convert an incoming Shift-JIS character to the 3 byte hex
564 representation used by the Columbia AppleTalk Program (CAP), i.e. :AB.
565 This is used for compatibility between Samba and CAP.
566
567 %description vfs-cap -l pl
568 Zamienia znaki kodowane Shift-JIS do trzybajowej szestnastkowej
569 reprezentacji u¿ywanej przez program Columbia AppleTalk Program (CAP).
570
571 %package vfs-default_quota
572 Summary:        VFS module to store default quotas in a specified quota record
573 Summary(pl):    Modu³ VFS do zapisywania domy¶lnych limitów w okre¶lonym rekordzie
574 Group:          Networking/Daemons
575 Requires:       %{name} = %{epoch}:%{version}-%{release}
576
577 %description vfs-default_quota
578 This VFS modules stores default quotas in a specified quota record.
579
580 %description vfs-default_quota -l pl
581 Ten modu³ VFS zapisuje domy¶lne limity (quoty) w okre¶lonym rekordzie
582 limitów.
583
584 %package vfs-expand_msdfs
585 Summary:        VFS module for hosting a Microsoft Distributed File System Tree
586 Summary(pl):    Modu³ VFS obs³ugi Microsoft Distributed File System
587 Group:          Networking/Daemons
588 Requires:       %{name} = %{epoch}:%{version}-%{release}
589
590 %description vfs-expand_msdfs
591 A VFS module for hosting a Microsoft Distributed File System Tree.
592
593 The Distributed File System (DFS) provides a means of separating the
594 logical view of files and directories that users see from the actual
595 physical locations of these resources on the network. It allows for
596 higher availability, smoother storage expansion, load balancing, and
597 so on.
598
599 %description vfs-expand_msdfs -l pl
600 Modu³ VFS do udostêpniania drzewa systemu plików Microsoft Distributed
601 File System.
602
603 Distributed File System (DFS) umo¿liwia rozdzielanie logicznego widoku
604 plików i katalogów widocznych przez u¿ytkowników z fizycznego
605 umiejscowienia tych zasobów w sieci. Pozwala to na wy¿sz± dostêpno¶æ,
606 p³ynniejsze powiêkszanie przestrzeni, rozdzielanie obci±¿enia itp.
607
608 %package vfs-fake_perms
609 Summary:        VFS module to report read-only fires as writable
610 Summary(pl):    Modu³ VFS udaj±cy, ¿e pliki tylko do odczytu s± zapisywalne
611 Group:          Networking/Daemons
612 Requires:       %{name} = %{epoch}:%{version}-%{release}
613
614 %description vfs-fake_perms
615 This module allow Roaming Profile files and directories to be set (on
616 the Samba server under UNIX) as read only. This module will, if
617 installed on the Profiles share, report to the client that the Profile
618 files and directories are writeable. This satisfies the client even
619 though the files will never be overwritten as the client logs out or
620 shuts down.
621
622 %description vfs-fake_perms -l pl
623 Ten modu³ pozwala na ustawienie plików i katalogów z wêdruj±cych
624 profili (Roaming Profiles) jako tylko do odczytu. Modu³ ten w
625 przypadku zainstalowania na udziale z profilami bêdzie zg³asza³
626 klientom, ¿e pliki i katalogi z profilu s± zapisywane. To wystarczy
627 klientom pomimo, ¿e pliki nie zostan± nigdy nadpisane przy logowaniu
628 lub wylogowywaniu klienta.
629
630 %package vfs-netatalk
631 Summary:        VFS module for ease co-existence of samba and netatalk
632 Summary(pl):    Modu³ VFS u³atwiaj±cy wspó³pracê serwisów samba i netatalk
633 Group:          Networking/Daemons
634 Requires:       %{name} = %{epoch}:%{version}-%{release}
635
636 %description vfs-netatalk
637 Package contains a netatalk VFS module for ease co-existence of Samba
638 and netatalk file sharing services.
639
640 %description vfs-netatalk -l pl
641 Pakiet zawiera modu³ VFS netatalk umo¿liwiaj±cy wspó³pracê us³ug samba
642 i netatalk przy udostêpnianiu zasobów.
643
644 %package vfs-recycle
645 Summary:        VFS module to add recycle bin facility to a samba share
646 Summary(pl):    Modu³ VFS dodaj±cy mo¿liwo¶æ kosza do zasobu samby
647 Group:          Networking/Daemons
648 Requires:       %{name} = %{epoch}:%{version}-%{release}
649
650 %description vfs-recycle
651 VFS module to add recycle bin facility to a samba share.
652
653 %description vfs-recycle -l pl
654 Modu³ VFS dodaj±cy mo¿liwo¶æ kosza do zasobu samby.
655
656 %package vfs-readonly
657 Summary:        VFS module for read-only limitation for specified share
658 Summary(pl):    Modu³ VFS do ograniczania okre¶lonego udzia³u tylko do odczytu
659 Group:          Networking/Daemons
660 Requires:       %{name} = %{epoch}:%{version}-%{release}
661
662 %description vfs-readonly
663 This module performs a read-only limitation for specified share (or
664 all of them if it is loaded in a [global] section) based on period
665 definition in smb.conf.
666
667 %description vfs-readonly -l pl
668 Ten modu³ wprowadza ograniczenie tylko do odczytu dla okre¶lonego
669 udzia³u (lub wszystkich, je¶li jest wczytywany w sekcji [global]) w
670 oparciu o definicje okresów w smb.conf.
671
672 %package vfs-shadow_copy
673 Summary:        VFS module to make automatic copy of data in samba share
674 Summary(pl):    Modu³ VFS do tworzenia automatycznych kopii danych w zasobach samby
675 Group:          Networking/Daemons
676 Requires:       %{name} = %{epoch}:%{version}-%{release}
677
678 %description vfs-shadow_copy
679 VFS module to make automatic copy of data in samba share.
680
681 %description vfs-shadow_copy -l pl
682 Modu³ VFS do tworzenia automatycznych kopii danych w zasobach samby.
683
684 %package vfs-vscan-antivir
685 Summary:        On-access virus scanning for samba using AntiVir
686 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy AntiVir
687 Group:          Networking/Daemons
688 Requires:       %{name} = %{epoch}:%{version}-%{release}
689 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
690
691 %description vfs-vscan-antivir
692 A vfs-module for samba to implement on-access scanning using the
693 AntiVir antivirus software (which must be installed to use this).
694
695 %description vfs-vscan-antivir -l pl
696 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
697 dostêpu do plików korzystaj±c z oprogramowania antywirusowego AntiVir
698 (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
699
700 %package vfs-vscan-clamav
701 Summary:        On-access virus scanning for samba using ClamAV
702 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy ClamAV
703 Group:          Networking/Daemons
704 Requires:       %{name} = %{epoch}:%{version}-%{release}
705 Requires:       clamav
706 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
707
708 %description vfs-vscan-clamav
709 A vfs-module for samba to implement on-access scanning using the
710 ClamAV antivirus software (which must be installed to use this).
711
712 %description vfs-vscan-clamav -l pl
713 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
714 dostêpu do plików korzystaj±c z oprogramowania antywirusowego ClamAV
715 (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
716
717 %package vfs-vscan-fprot
718 Summary:        On-access virus scanning for samba using FPROT
719 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy FPROT
720 Group:          Networking/Daemons
721 Requires:       %{name} = %{epoch}:%{version}-%{release}
722 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
723 Obsoletes:      vscan-fprot
724
725 %description vfs-vscan-fprot
726 A vfs-module for samba to implement on-access scanning using the FPROT
727 antivirus software (which must be installed to use this).
728
729 %description vfs-vscan-fprot -l pl
730 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
731 dostêpu do plików korzystaj±c z oprogramowania antywirusowego FPROT
732 (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
733
734 %package vfs-vscan-fsav
735 Summary:        On-access virus scanning for samba using F-Secure AntiVirus
736 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy F-Secure AntiVirus
737 Group:          Networking/Daemons
738 Requires:       %{name} = %{epoch}:%{version}-%{release}
739 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
740 Obsoletes:      vscan-fsav
741
742 %description vfs-vscan-fsav
743 A vfs-module for samba to implement on-access scanning using the
744 F-Secure AntiVirus antivirus software (which must be installed to use
745 this).
746
747 %description vfs-vscan-fsav -l pl
748 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
749 dostêpu do plików korzystaj±c z oprogramowania antywirusowego F-Secure
750 AntiVirus (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
751
752 %package vfs-vscan-kavp
753 Summary:        On-access virus scanning for samba using Kaspersky AVP
754 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy Kaspersky AVP
755 Group:          Networking/Daemons
756 Requires:       %{name} = %{epoch}:%{version}-%{release}
757 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
758 Obsoletes:      vscan-kavp
759
760 %description vfs-vscan-kavp
761 A vfs-module for samba to implement on-access scanning using the
762 Kaspersky AVP antivirus software (which must be installed to use
763 this).
764
765 %description vfs-vscan-kavp -l pl
766 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
767 dostêpu do plików korzystaj±c z oprogramowania antywirusowego
768 Kaspersky AVP (które musi byæ zainstalowane, aby wykorzystaæ ten
769 modu³).
770
771 %package vfs-vscan-mcafee
772 Summary:        On-access virus scanning for samba using mcafee
773 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy mcafee
774 Group:          Networking/Daemons
775 Requires:       %{name} = %{epoch}:%{version}-%{release}
776 #Requires:      mcafee
777 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
778 Obsoletes:      vscan-mcafee
779
780 %description vfs-vscan-mcafee
781 A vfs-module for samba to implement on-access scanning using the
782 mcafee antivirus software (which must be installed to use this).
783
784 %description vfs-vscan-mcafee -l pl
785 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
786 dostêpu do plików korzystaj±c z oprogramowania antywirusowego mcafee
787 (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
788
789 %package vfs-vscan-mks
790 Summary:        On-access virus scanning for samba using mks
791 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy mks
792 Group:          Networking/Daemons
793 Requires:       %{name} = %{epoch}:%{version}-%{release}
794 Requires:       mksd
795 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
796 Obsoletes:      vscan-mks
797
798 %description vfs-vscan-mks
799 A vfs-module for samba to implement on-access scanning using the mks
800 antivirus software (which must be installed to use this).
801
802 %description vfs-vscan-mks -l pl
803 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
804 dostêpu do plików korzystaj±c z oprogramowania antywirusowego mks
805 (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
806
807 %package vfs-vscan-openantivirus
808 Summary:        On-access virus scanning for samba using OpenAntivirus
809 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy OpenAntiVirus
810 Group:          Networking/Daemons
811 Requires:       %{name} = %{epoch}:%{version}-%{release}
812 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
813 Obsoletes:      vscan-openantivirus
814
815 %description vfs-vscan-openantivirus
816 A vfs-module for samba to implement on-access scanning using the
817 OpenAntivirus antivirus software (which must be installed to use
818 this).
819
820 %description vfs-vscan-openantivirus -l pl
821 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
822 dostêpu do plików korzystaj±c z oprogramowania antywirusowego
823 OpenAntiVirus.org (które musi byæ zainstalowane, aby wykorzystaæ ten
824 modu³).
825
826 %package vfs-vscan-sophos
827 Summary:        On-access virus scanning for samba using Sophos
828 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy Sophos
829 Group:          Networking/Daemons
830 Requires:       %{name} = %{epoch}:%{version}-%{release}
831 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
832 Obsoletes:      vscan-sophos
833
834 %description vfs-vscan-sophos
835 A vfs-module for samba to implement on-access scanning using the
836 Sophos antivirus software (which must be installed to use this).
837
838 %description vfs-vscan-sophos -l pl
839 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
840 dostêpu do plików korzystaj±c z oprogramowania antywirusowego Sophos
841 (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
842
843 %package vfs-vscan-symantec
844 Summary:        On-access virus scanning for samba using Symantec
845 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy Symantec
846 Group:          Networking/Daemons
847 Requires:       %{name} = %{epoch}:%{version}-%{release}
848 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
849 Obsoletes:      vscan-symantec
850
851 %description vfs-vscan-symantec
852 A vfs-module for samba to implement on-access scanning using the
853 Symantec antivirus software (which must be installed to use this).
854
855 %description vfs-vscan-symantec -l pl
856 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
857 dostêpu do plików korzystaj±c z oprogramowania antywirusowego firmy
858 Symantec (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
859
860 %package vfs-vscan-trend
861 Summary:        On-access virus scanning for samba using Trend
862 Summary(pl):    Skaner antywirusowy online wykorzystuj±cy Trend
863 Group:          Networking/Daemons
864 Requires:       %{name} = %{epoch}:%{version}-%{release}
865 Provides:       %{name}-vscan = %{epoch}:%{version}-%{release}
866 Obsoletes:      vscan-trend
867
868 %description vfs-vscan-trend
869 A vfs-module for samba to implement on-access scanning using the Trend
870 antivirus software (which must be installed to use this).
871
872 %description vfs-vscan-trend -l pl
873 Modu³ vfs do samby implementuj±cy skaning antywirusowy w czasie
874 dostêpu do plików korzystaj±c z oprogramowania antywirusowego Trend
875 (które musi byæ zainstalowane, aby wykorzystaæ ten modu³).
876
877 %package -n openldap-schema-samba
878 Summary:        Samba LDAP schema
879 Summary(pl):    Schemat LDAP dla samby
880 Group:          Networking/Daemons
881 Requires(post,postun):  sed >= 4.0
882 Requires:       openldap-servers
883
884 %description -n openldap-schema-samba
885 This package contains samba.schema for openldap.
886
887 %description -n openldap-schema-samba -l pl
888 Ten pakiet zawiera schemat samby dla openldap-a.
889
890 %package doc-html
891 Summary:        Samba HTML documentation
892 Summary(pl):    Documentacja samby w formacie HTML
893 Group:          Documentation
894
895 %description doc-html
896 Samba HTML documentation, consists of:
897
898 1. SAMBA Developers Guide
899 This book is a collection of documents that might be useful for
900 people developing samba or those interested in doing so. It's nothing
901 more than a collection of documents written by samba developers about
902 the internals of various parts of samba and the SMB protocol. It's
903 still (and will always be) incomplete.
904
905 2. Samba-3 by Example
906 Practical Exercises in Successful Samba Deployment.
907
908 3. The Official Samba-3 HOWTO and Reference Guide
909 This book provides example configurations, it documents key aspects
910 of Microsoft Windows networking, provides in-depth insight into the
911 important configuration of Samba-3, and helps to put all of these
912 into a useful framework.
913
914 4. Using Samba, 2nd Edition
915 Using Samba, Second Edition is a comprehensive guide to Samba
916 administration. It covers all versions of Samba from 2.0 to 2.2,
917 including selected features from an alpha version of 3.0, as well as
918 the SWAT graphical configuration tool. Updated for Windows 2000, ME,
919 and XP, the book also explores Samba's new role as a primary domain
920 controller and domain member server, its support for the use of
921 Windows NT/2000/XP authentication and filesystem security on the host
922 Unix system, and accessing shared files and printers from Unix
923 clients.
924
925 5. Man pages The Samba man pages in HTML.
926
927 %description doc-html -l pl
928 Documentacja samby w formacie HTML.
929
930 %package doc-pdf
931 Summary:        Samba documentation - PDF format
932 Summary(pl):    Documentacja samby w formacie PDF
933 Group:          Documentation
934
935 %description doc-pdf
936 Samba PDF documentation, consists of:
937
938 1. SAMBA Developers Guide
939 This book is a collection of documents that might be useful for
940 people developing samba or those interested in doing so. It's nothing
941 more than a collection of documents written by samba developers about
942 the internals of various parts of samba and the SMB protocol. It's
943 still (and will always be) incomplete.
944
945 2. Samba-3 by Example
946 Practical Exercises in Successful Samba Deployment.
947
948 3. The Official Samba-3 HOWTO and Reference Guide
949 This book provides example configurations, it documents key aspects
950 of Microsoft Windows networking, provides in-depth insight into the
951 important configuration of Samba-3, and helps to put all of these
952 into a useful framework.
953
954 %description doc-pdf -l pl
955 Documentacja samby w formacie PDF.
956
957 %prep
958 %setup -q
959 %patch0 -p1
960 %if "%{_lib}" == "lib64"
961 %patch1 -p1
962 %endif
963 %patch2 -p1
964 %patch3 -p1
965 %patch4 -p1
966
967 cd examples/VFS
968 tar xjf %{SOURCE7}
969
970 %build
971 cd source
972 %{__libtoolize}
973 %{__autoconf}
974
975 # Removed options (default or not supported by configure script)
976 #       --with-mmap \
977 #       --with-netatalk \
978 #       --without-smbwrapper \
979 #       --with-sslinc=%{_prefix} \
980 #       --with-vfs \
981 #       --with-tdbsam \
982 #       %{?with_ipv6:--with-ipv6} \
983
984 %configure \
985         --with-acl-support \
986         --with-automount \
987         --with-libsmbclient \
988         --with-lockdir=/var/lib/samba \
989         --with-pam \
990         --with-pam_smbpass \
991         --with%{!?with_ads:out}-ads \
992         --with-privatedir=%{_sysconfdir}/samba \
993         --with-quotas \
994         --with-readline \
995         --with-smbmount \
996         --with-smbwrapper \
997         --with-swatdir=%{_datadir}/swat \
998         --with-syslog \
999         --with-utmp \
1000         --with-fhs \
1001         %{?with_python:--with-python} \
1002         --with-expsam=xml,%{?with_mysql:mysql}%{?with_pgsql:,pgsql} \
1003         %{?with_ldapsam:--with-ldapsam} \
1004         --with%{!?with_ldap:out}-ldap \
1005         --with%{!?with_krb5:out}-krb5
1006
1007 %{__make} proto
1008 %{__make} everything pam_smbpass bin/smbget client/mount.cifs bin/vfstest
1009
1010 cd ../examples/VFS
1011 %{__autoconf}
1012 %configure \
1013         CFLAGS="%{rpmcflags} -fPIC"
1014 %{__make}
1015 mv README{,.vfs}
1016
1017 cd samba-vscan-%{vscan_version}
1018 cp -f /usr/share/automake/config.sub .
1019 %configure
1020 %{__make} -j1 all
1021
1022 %install
1023 rm -rf $RPM_BUILD_ROOT
1024 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,pam.d,security,sysconfig/rc-inetd} \
1025         $RPM_BUILD_ROOT{/var/{log,log/archiv,spool}/samba,/var/lib/samba/printing} \
1026         $RPM_BUILD_ROOT{/sbin,/%{_lib}/security,%{_libdir},%{_vfsdir},%{_includedir},%{_sambahome},%{schemadir}}
1027
1028 cd source
1029 %{__make} install \
1030         DESTDIR=$RPM_BUILD_ROOT \
1031         CONFIGDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba
1032
1033 install script/mksmbpasswd.sh $RPM_BUILD_ROOT%{_sbindir}
1034 cd ..
1035
1036 ln -sf %{_bindir}/smbmount $RPM_BUILD_ROOT/sbin/mount.smbfs
1037
1038 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/smb
1039 install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/samba
1040 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/swat
1041 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/samba
1042 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/samba
1043 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/samba/smb.conf
1044 install %{SOURCE8} $RPM_BUILD_ROOT/etc/rc.d/init.d/winbind
1045 install %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/winbind
1046
1047 install source/client/mount.cifs        $RPM_BUILD_ROOT/sbin/mount.cifs
1048 install source/nsswitch/libnss_winbind.so $RPM_BUILD_ROOT/%{_lib}/libnss_winbind.so.2
1049 ln -s libnss_winbind.so.2               $RPM_BUILD_ROOT/%{_lib}/libnss_winbind.so
1050 install source/nsswitch/libnss_wins.so  $RPM_BUILD_ROOT/%{_lib}/libnss_wins.so.2
1051 ln -s libnss_wins.so.2                  $RPM_BUILD_ROOT/%{_lib}/libnss_wins.so
1052 install source/nsswitch/pam_winbind.so  $RPM_BUILD_ROOT/%{_lib}/security
1053 install source/bin/pam_smbpass.so       $RPM_BUILD_ROOT/%{_lib}/security
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/libsmbclient.so $RPM_BUILD_ROOT%{_libdir}/libsmbclient.so.0
1059 install source/bin/libsmbclient.a $RPM_BUILD_ROOT%{_libdir}/libsmbclient.a
1060 ln -s libsmbclient.so.0 $RPM_BUILD_ROOT%{_libdir}/libsmbclient.so
1061 mv $RPM_BUILD_ROOT%{_libdir}/samba/libmsrpc.so $RPM_BUILD_ROOT%{_libdir}/libmsrpc.so.0
1062 install source/bin/libmsrpc.a $RPM_BUILD_ROOT%{_libdir}/libmsrpc.a
1063 ln -s libmsrpc.so.0 $RPM_BUILD_ROOT%{_libdir}/libmsrpc.so
1064
1065 install source/include/libsmbclient.h $RPM_BUILD_ROOT%{_includedir}
1066
1067 # vscan modules
1068 install examples/VFS/samba-vscan-%{vscan_version}/*.so $RPM_BUILD_ROOT%{_vfsdir}
1069 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
1070
1071 touch $RPM_BUILD_ROOT/var/lib/samba/{wins.dat,browse.dat}
1072
1073 echo 127.0.0.1 localhost > $RPM_BUILD_ROOT%{_sysconfdir}/samba/lmhosts
1074
1075 %if %{with cups}
1076 install -d $RPM_BUILD_ROOT%{cups_serverbin}/backend
1077 ln -s %{_bindir}/smbspool $RPM_BUILD_ROOT%{cups_serverbin}/backend/smb
1078 %endif
1079
1080 > $RPM_BUILD_ROOT%{_sysconfdir}/samba/smbusers
1081 > $RPM_BUILD_ROOT/etc/security/blacklist.samba
1082
1083 # we have this utility in tdb package
1084 rm -f $RPM_BUILD_ROOT{%{_bindir}/tdbdump,%{_mandir}/man8/tdbdump.8*}
1085
1086 # python stuff
1087 %if %{with python}
1088 install -d $RPM_BUILD_ROOT%{py_sitedir}
1089 cp -R source/build/lib.*/samba $RPM_BUILD_ROOT%{py_sitedir}
1090 %endif
1091
1092 mv $RPM_BUILD_ROOT%{_bindir}/tdbtool $RPM_BUILD_ROOT%{_bindir}/tdbtool_samba
1093
1094 %if %{with ldap}
1095 install examples/LDAP/samba.schema $RPM_BUILD_ROOT%{schemadir}
1096 %endif
1097
1098 %clean
1099 rm -rf $RPM_BUILD_ROOT
1100
1101 %post
1102 /sbin/chkconfig --add smb
1103 if [ -r /var/lock/subsys/smb ]; then
1104         if [ -f /var/lock/samba/connections.tdb -a ! -f /var/lib/samba/connections.tdb ]; then
1105                 echo "Moving old /var/lock/samba contents to /var/lib/samba"
1106                 /etc/rc.d/init.d/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                 /etc/rc.d/init.d/smb start >&2
1113         else
1114                 /etc/rc.d/init.d/smb restart >&2
1115         fi
1116 else
1117         echo "Run \"/etc/rc.d/init.d/smb start\" to start Samba daemons."
1118 fi
1119
1120 %preun
1121 if [ "$1" = "0" ]; then
1122         if [ -r /var/lock/subsys/smb ]; then
1123                 /etc/rc.d/init.d/smb stop >&2
1124         fi
1125         /sbin/chkconfig --del smb
1126 fi
1127
1128 %post winbind
1129 /sbin/chkconfig --add winbind
1130 if [ -r /var/lock/subsys/winbind ]; then
1131         /etc/rc.d/init.d/winbind restart >&2
1132 else
1133         echo "Run \"/etc/rc.d/init.d/winbind start\" to start Winbind daemon."
1134 fi
1135
1136 %preun winbind
1137 if [ "$1" = "0" ]; then
1138         if [ -r /var/lock/subsys/winbind ]; then
1139                 /etc/rc.d/init.d/winbind stop >&2
1140         fi
1141         /sbin/chkconfig --del winbind
1142 fi
1143
1144 %post swat
1145 if [ -f /var/lock/subsys/rc-inetd ]; then
1146         /etc/rc.d/init.d/rc-inetd reload 1>&2
1147 else
1148         echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
1149 fi
1150
1151 %postun swat
1152 if [ -f /var/lock/subsys/rc-inetd ]; then
1153         /etc/rc.d/init.d/rc-inetd reload
1154 fi
1155
1156 %post -n openldap-schema-samba
1157 if ! grep -q %{schemadir}/samba.schema /etc/openldap/slapd.conf; then
1158         sed -i -e '
1159                 /^include.*local.schema/{
1160                         i\
1161 include         %{schemadir}/samba.schema
1162                 }
1163
1164                 # enable dependant schemas: cosine(uid) inetorgperson(displayName) nis(gidNumber)
1165                 /^#include.*\(cosine\|inetorgperson\|nis\)\.schema/{
1166                         s/^#//
1167                 }
1168         ' /etc/openldap/slapd.conf
1169 fi
1170
1171 if [ -f /var/lock/subsys/ldap ]; then
1172         /etc/rc.d/init.d/ldap restart >&2
1173 fi
1174
1175 %postun -n openldap-schema-samba
1176 if [ "$1" = "0" ]; then
1177         if grep -q %{schemadir}/samba.schema /etc/openldap/slapd.conf; then
1178                 sed -i -e '
1179                 /^include.*\/usr\/share\/openldap\/schema\/samba.schema/d
1180
1181                 # for symmetry it would be nice if we disable enabled schemas in post,
1182                 # but we really can not do that, it would break something else.
1183                 ' /etc/openldap/slapd.conf
1184         fi
1185
1186         if [ -f /var/lock/subsys/ldap ]; then
1187                 /etc/rc.d/init.d/ldap restart >&2 || :
1188         fi
1189 fi
1190
1191 %triggerpostun -- samba < 1.9.18p7
1192 if [ "$1" != "0" ]; then
1193         /sbin/chkconfig --add smb
1194 fi
1195
1196 %files
1197 %defattr(644,root,root,755)
1198 %attr(755,root,root) %{_sbindir}/nmbd
1199 %attr(755,root,root) %{_sbindir}/smbd
1200 %attr(755,root,root) %{_sbindir}/mksmbpasswd.sh
1201 %attr(755,root,root) %{_bindir}/smbstatus
1202 %attr(755,root,root) %{_bindir}/smbpasswd
1203 %attr(755,root,root) %{_bindir}/smbcontrol
1204 %attr(755,root,root) %{_bindir}/tdbbackup
1205 %attr(755,root,root) %{_bindir}/tdbtool_samba
1206
1207 %dir %{_libdir}/%{name}/pdb
1208 %dir %{_vfsdir}
1209
1210 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/smbusers
1211 %attr(754,root,root) /etc/rc.d/init.d/smb
1212 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/samba
1213 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/samba
1214 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/samba
1215 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.samba
1216 %{_mandir}/man1/smbstatus.1*
1217 %{_mandir}/man1/smbcontrol.1*
1218 %{_mandir}/man5/smbpasswd.5*
1219 %{_mandir}/man7/samba.7*
1220 %{_mandir}/man8/nmbd.8*
1221 %{_mandir}/man8/smbd.8*
1222 %{_mandir}/man8/smbpasswd.8*
1223 %{_mandir}/man8/tdbbackup.8*
1224
1225 %dir %{_sambahome}
1226 %dir /var/lib/samba
1227 %ghost /var/lib/samba/*.dat
1228 %dir /var/lib/samba/printing
1229
1230 %attr(750,root,root) %dir /var/log/samba
1231 %attr(750,root,root) %dir /var/log/archiv/samba
1232 %attr(1777,root,root) %dir /var/spool/samba
1233 %if %{with ldap}
1234 %doc examples/LDAP
1235 %endif
1236
1237 %if %{with mysql}
1238 %files pdb-mysql
1239 %defattr(644,root,root,755)
1240 %attr(755,root,root) %{_libdir}/%{name}/pdb/mysql.so
1241 %endif
1242
1243 %if %{with pgsql}
1244 %files pdb-pgsql
1245 %defattr(644,root,root,755)
1246 %attr(755,root,root) %{_libdir}/%{name}/pdb/pgsql.so
1247 %endif
1248
1249 %files pdb-xml
1250 %defattr(644,root,root,755)
1251 %attr(755,root,root) %{_libdir}/%{name}/pdb/xml.so
1252
1253 %files winbind
1254 %defattr(644,root,root,755)
1255 %attr(755,root,root) %{_sbindir}/winbindd
1256 %attr(755,root,root) %{_bindir}/wbinfo
1257 %attr(755,root,root) /%{_lib}/security/pam_winbind*
1258 %attr(755,root,root) /%{_lib}/libnss_winbind*
1259 %attr(754,root,root) /etc/rc.d/init.d/winbind
1260 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/winbind
1261 %{_mandir}/man1/wbinfo*.1*
1262 %{_mandir}/man7/pam_winbind.7*
1263 %{_mandir}/man8/winbindd*.8*
1264
1265 %files -n nss_wins
1266 %defattr(644,root,root,755)
1267 %attr(755,root,root) /%{_lib}/libnss_wins*
1268
1269 %files client
1270 %defattr(644,root,root,755)
1271 %attr(755,root,root) /sbin/mount.smbfs
1272 %attr(755,root,root) /sbin/mount.cifs
1273 %attr(755,root,root) %{_bindir}/net
1274 %attr(755,root,root) %{_bindir}/smbmnt
1275 %attr(755,root,root) %{_bindir}/smbmount
1276 %attr(755,root,root) %{_bindir}/smbtree
1277 %attr(755,root,root) %{_bindir}/smbumount
1278 %{_mandir}/man1/smbtree.1*
1279 %{_mandir}/man8/net.8*
1280 %{_mandir}/man8/smbmnt.8*
1281 %{_mandir}/man8/smbmount.8*
1282 %{_mandir}/man8/smbumount.8*
1283 %{_mandir}/man8/*mount.cifs.8*
1284 %attr(755,root,root) %{_bindir}/nmblookup
1285 %attr(755,root,root) %{_bindir}/smbcacls
1286 %attr(755,root,root) %{_bindir}/smbclient
1287 %attr(755,root,root) %{_bindir}/smbtar
1288 %{_mandir}/man1/nmblookup.1*
1289 %{_mandir}/man1/smbcacls.1*
1290 %{_mandir}/man1/smbclient.1*
1291 %{_mandir}/man1/smbtar.1*
1292 %{_mandir}/man1/smbsh.1*
1293 %attr(755,root,root) %{_bindir}/rpcclient
1294 %{_mandir}/man1/rpcclient.1*
1295 %attr(755,root,root) %{_bindir}/findsmb
1296 %{_mandir}/man1/findsmb.1*
1297
1298 %files common
1299 %defattr(644,root,root,755)
1300 %doc README Manifest WHATSNEW.txt
1301 %doc Roadmap docs/registry/*
1302 %doc docs/{history,THANKS}
1303 %dir %{_sysconfdir}/samba
1304 %attr(664,root,fileshare) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/smb.conf
1305 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/lmhosts
1306 %attr(755,root,root) %{_bindir}/eventlogadm
1307 %attr(755,root,root) %{_bindir}/ntlm_auth
1308 %attr(755,root,root) %{_bindir}/pdbedit
1309 %attr(755,root,root) %{_bindir}/profiles
1310 %attr(755,root,root) %{_bindir}/smbcquotas
1311 %attr(755,root,root) %{_bindir}/testparm
1312 %attr(755,root,root) %{_bindir}/vfstest
1313 %dir %{_libdir}/%{name}
1314 %{_libdir}/%{name}/*.dat
1315 %dir %{_libdir}/%{name}/auth
1316 %attr(755,root,root) %{_libdir}/%{name}/auth/script.so
1317 %dir %{_libdir}/%{name}/charset
1318 %attr(755,root,root) %{_libdir}/%{name}/charset/*.so
1319 %{_mandir}/man1/ntlm_auth.1*
1320 %{_mandir}/man1/profiles.1*
1321 %{_mandir}/man1/smbcquotas.1*
1322 %{_mandir}/man1/testparm.1*
1323 %{_mandir}/man1/vfstest.1*
1324 #%{_mandir}/man1/log2pcap.1*
1325 %{_mandir}/man5/lmhosts.5*
1326 %{_mandir}/man5/smb.conf.5*
1327 %{_mandir}/man8/pdbedit.8*
1328
1329 %files swat
1330 %defattr(644,root,root,755)
1331 #%doc swat/README* swat/help/*
1332 %doc swat/help/*
1333 %attr(755,root,root) %{_sbindir}/swat
1334 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/swat
1335 %dir %{_datadir}/swat
1336 %{_datadir}/swat/help
1337 %{_datadir}/swat/images
1338 %{_datadir}/swat/include
1339 %dir %{_datadir}/swat/lang
1340 %lang(ja) %{_datadir}/swat/lang/ja
1341 %lang(tr) %{_datadir}/swat/lang/tr
1342 %lang(de) %{_libdir}/%{name}/de.msg
1343 %{_libdir}/%{name}/en.msg
1344 %lang(fr) %{_libdir}/%{name}/fr.msg
1345 %lang(it) %{_libdir}/%{name}/it.msg
1346 %lang(ja) %{_libdir}/%{name}/ja.msg
1347 %lang(nl) %{_libdir}/%{name}/nl.msg
1348 %lang(pl) %{_libdir}/%{name}/pl.msg
1349 %lang(tr) %{_libdir}/%{name}/tr.msg
1350 %{_mandir}/man8/swat.8*
1351
1352 %if %{with python}
1353 %files -n python-samba
1354 %defattr(644,root,root,755)
1355 %dir %{py_sitedir}/samba
1356 %attr(755,root,root) %{py_sitedir}/samba/*.so
1357 %{py_sitedir}/samba/*.py
1358 %doc source/python/{README,gprinterdata,gtdbtool,gtkdictbrowser.py}
1359 %doc source/python/examples
1360 %endif
1361
1362 %files -n pam-pam_smbpass
1363 %defattr(644,root,root,755)
1364 %doc source/pam_smbpass/{CHAN*,README,TODO} source/pam_smbpass/samples
1365 %attr(755,root,root) /%{_lib}/security/pam_smbpass.so
1366
1367 %files -n libsmbclient
1368 %defattr(644,root,root,755)
1369 %attr(755,root,root) %{_libdir}/libmsrpc.so.*
1370 %attr(755,root,root) %{_libdir}/libsmbclient.so.*
1371 %{_mandir}/man7/libsmbclient.7*
1372
1373 %files -n libsmbclient-devel
1374 %defattr(644,root,root,755)
1375 %attr(755,root,root) %{_libdir}/libmsrpc.so
1376 %attr(755,root,root) %{_libdir}/libsmbclient.so
1377 %{_includedir}/libmsrpc.h
1378 %{_includedir}/libsmbclient.h
1379
1380 %files -n libsmbclient-static
1381 %defattr(644,root,root,755)
1382 %{_libdir}/libmsrpc.a
1383 %{_libdir}/libsmbclient.a
1384
1385 %files -n smbget
1386 %defattr(644,root,root,755)
1387 %attr(755,root,root) %{_bindir}/smbget
1388 %{_mandir}/man1/smbget.1*
1389 %{_mandir}/man5/smbgetrc.5*
1390
1391 %if %{with cups}
1392 %files -n cups-backend-smb
1393 %defattr(644,root,root,755)
1394 %attr(755,root,root) %{_bindir}/smbspool
1395 %attr(755,root,root) %{cups_serverbin}/backend/smb
1396 %{_mandir}/man8/smbspool.8*
1397 %endif
1398
1399 %files vfs-audit
1400 %defattr(644,root,root,755)
1401 %attr(755,root,root) %{_vfsdir}/audit.so
1402 %attr(755,root,root) %{_vfsdir}/extd_audit.so
1403 %attr(755,root,root) %{_vfsdir}/full_audit.so
1404
1405 %files vfs-cap
1406 %defattr(644,root,root,755)
1407 %attr(755,root,root) %{_vfsdir}/cap.so
1408
1409 %files vfs-default_quota
1410 %defattr(644,root,root,755)
1411 %attr(755,root,root) %{_vfsdir}/default_quota.so
1412
1413 %files vfs-expand_msdfs
1414 %defattr(644,root,root,755)
1415 %attr(755,root,root) %{_vfsdir}/expand_msdfs.so
1416
1417 %files vfs-fake_perms
1418 %defattr(644,root,root,755)
1419 %attr(755,root,root) %{_vfsdir}/fake_perms.so
1420
1421 %files vfs-netatalk
1422 %defattr(644,root,root,755)
1423 %attr(755,root,root) %{_vfsdir}/netatalk.so
1424
1425 %files vfs-readonly
1426 %defattr(644,root,root,755)
1427 %attr(755,root,root) %{_vfsdir}/readonly.so
1428
1429 %files vfs-recycle
1430 %defattr(644,root,root,755)
1431 %attr(755,root,root) %{_vfsdir}/recycle.so
1432
1433 %files vfs-shadow_copy
1434 %defattr(644,root,root,755)
1435 %attr(755,root,root) %{_vfsdir}/shadow_copy.so
1436
1437 %files vfs-vscan-antivir
1438 %defattr(644,root,root,755)
1439 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1440 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-antivir.conf
1441 %attr(755,root,root) %{_vfsdir}/vscan-antivir.so
1442
1443 %files vfs-vscan-clamav
1444 %defattr(644,root,root,755)
1445 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1446 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-clamav.conf
1447 %attr(755,root,root) %{_vfsdir}/vscan-clamav.so
1448
1449 %files vfs-vscan-fprot
1450 %defattr(644,root,root,755)
1451 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1452 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-fprotd.conf
1453 %attr(755,root,root) %{_vfsdir}/vscan-fprotd.so
1454
1455 %files vfs-vscan-fsav
1456 %defattr(644,root,root,755)
1457 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1458 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-fsav.conf
1459 %attr(755,root,root) %{_vfsdir}/vscan-fsav.so
1460
1461 %files vfs-vscan-kavp
1462 %defattr(644,root,root,755)
1463 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1464 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-kavp.conf
1465 %attr(755,root,root) %{_vfsdir}/vscan-kavp.so
1466
1467 %files vfs-vscan-mcafee
1468 %defattr(644,root,root,755)
1469 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1470 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-mcdaemon.conf
1471 %attr(755,root,root) %{_vfsdir}/vscan-mcdaemon.so
1472
1473 %ifarch %{ix86} %{x8664}
1474 %files vfs-vscan-mks
1475 %defattr(644,root,root,755)
1476 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1477 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-mks32.conf
1478 %attr(755,root,root) %{_vfsdir}/vscan-mksd.so
1479 %endif
1480
1481 %files vfs-vscan-openantivirus
1482 %defattr(644,root,root,755)
1483 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1484 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-oav.conf
1485 %attr(755,root,root) %{_vfsdir}/vscan-oav.so
1486
1487 %files vfs-vscan-sophos
1488 %defattr(644,root,root,755)
1489 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1490 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-sophos.conf
1491 %attr(755,root,root) %{_vfsdir}/vscan-sophos.so
1492
1493 %files vfs-vscan-symantec
1494 %defattr(644,root,root,755)
1495 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1496 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-icap.conf
1497 %attr(755,root,root) %{_vfsdir}/vscan-icap.so
1498
1499 %files vfs-vscan-trend
1500 %defattr(644,root,root,755)
1501 #%doc examples/VFS/%{name}-vscan-%{vscan_version}/{INSTALL,FAQ}
1502 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/samba/vscan-trend.conf
1503 %attr(755,root,root) %{_vfsdir}/vscan-trend.so
1504
1505 %if %{with ldap}
1506 %files -n openldap-schema-samba
1507 %defattr(644,root,root,755)
1508 %{schemadir}/*.schema
1509 %endif
1510
1511 %files doc-html
1512 %defattr(644,root,root,755)
1513 %doc docs/htmldocs/*
1514
1515 %files doc-pdf
1516 %defattr(644,root,root,755)
1517 %doc docs/*.pdf
This page took 0.212266 seconds and 4 git commands to generate.