From 1d99cec12afb0cca9cd7dffc8a177ddc71aa6c65 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 7 Jan 2004 11:39:06 +0000 Subject: [PATCH] - fixed duplicates in swat file list, don't use lang() for en Changed files: samba.spec -> 1.180 --- samba.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/samba.spec b/samba.spec index f3fa5e5..3840656 100644 --- a/samba.spec +++ b/samba.spec @@ -1,12 +1,11 @@ - # # Conditional build: -%bcond_without cups # without CUPS support -%bcond_without mysql # without MySQL support -%bcond_with ldapsam # with LDAP SAM 2.2 based auth (instead of smbpasswd) -%bcond_with ipv6 # with IPv6 support -%bcond_without ldap # without LDAP support -%bcond_without krb5 # without Kerberos5/Heimdal support +%bcond_without cups # without CUPS support +%bcond_without mysql # without MySQL support +%bcond_with ldapsam # with LDAP SAM 2.2 based auth (instead of smbpasswd) +%bcond_with ipv6 # with IPv6 support +%bcond_without ldap # without LDAP support +%bcond_without krb5 # without Kerberos5/Heimdal support # %define vscan_version 0.3.4 Summary: SMB server @@ -918,19 +917,24 @@ fi #%doc swat/README* swat/help/* %doc swat/help/* %attr(755,root,root) %{_sbindir}/swat -%{_datadir}/swat -%{_mandir}/man8/swat.8* %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/rc-inetd/swat +%dir %{_datadir}/swat +%{_datadir}/swat/help +%{_datadir}/swat/images +%{_datadir}/swat/include +%dir %{_datadir}/swat/lang %lang(ja) %{_datadir}/swat/lang/ja %lang(tr) %{_datadir}/swat/lang/tr +%{_datadir}/swat/using_samba %lang(de) %{_libdir}/%{name}/de.msg -%lang(en) %{_libdir}/%{name}/en.msg +%{_libdir}/%{name}/en.msg %lang(fr) %{_libdir}/%{name}/fr.msg %lang(it) %{_libdir}/%{name}/it.msg %lang(ja) %{_libdir}/%{name}/ja.msg %lang(nl) %{_libdir}/%{name}/nl.msg %lang(pl) %{_libdir}/%{name}/pl.msg %lang(tr) %{_libdir}/%{name}/tr.msg +%{_mandir}/man8/swat.8* %files -n pam-pam_smbpass %defattr(644,root,root,755) -- 2.44.0