]> git.pld-linux.org Git - packages/samba.git/commitdiff
- fixed duplicates in swat file list, don't use lang() for en
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Jan 2004 11:39:06 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    samba.spec -> 1.180

samba.spec

index f3fa5e510ddd223bc8c167ef45342d296ad651c8..38406567f76ada9e4e8989f757d042f2a51b3fd1 100644 (file)
@@ -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)
This page took 0.050939 seconds and 4 git commands to generate.