diff options
author | Gerald Carter <jerry@samba.org> | 2005-06-21 22:13:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:22 -0500 |
commit | 25530a6fecc590dd268f512618e141bd6b7d59f8 (patch) | |
tree | ce1453ee51b22894d956b7cdd03c7bd653c7ca39 /packaging | |
parent | e9d3cc656f6f5240d8bda460f776f8c872b91424 (diff) | |
download | samba-25530a6fecc590dd268f512618e141bd6b7d59f8.tar.gz samba-25530a6fecc590dd268f512618e141bd6b7d59f8.tar.bz2 samba-25530a6fecc590dd268f512618e141bd6b7d59f8.zip |
r7822: fixing specfiles after removing testprns
(This used to be commit 9ca00d6b5abba7ff3ecd3de88215129d8f4640e3)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/Fedora/samba.spec.tmpl | 9 | ||||
-rw-r--r-- | packaging/RedHat/samba.spec.tmpl | 3 |
2 files changed, 1 insertions, 11 deletions
diff --git a/packaging/Fedora/samba.spec.tmpl b/packaging/Fedora/samba.spec.tmpl index 7fde5c0e9a..dce4b62ae6 100644 --- a/packaging/Fedora/samba.spec.tmpl +++ b/packaging/Fedora/samba.spec.tmpl @@ -359,7 +359,6 @@ fi %{_libdir}/samba/idmap/idmap*.so %{_includedir}/libsmbclient.h %{_bindir}/testparm -%{_bindir}/testprns %{_bindir}/smbpasswd # %{_bindir}/make_printerdef %{_bindir}/wbinfo @@ -382,7 +381,6 @@ fi %{_mandir}/man1/profiles.1* %{_mandir}/man1/smbcquotas.1* %{_mandir}/man1/testparm.1* -%{_mandir}/man1/testprns.1* %{_mandir}/man5/smb.conf.5* %{_mandir}/man5/lmhosts.5* %{_mandir}/man8/smbpasswd.8* @@ -390,13 +388,6 @@ fi %{_mandir}/man8/winbindd.8* %{_mandir}/man1/vfstest.1* -# #%lang(ja) %{_mandir}/ja/man1/make_smbcodepage.1* -#%lang(ja) %{_mandir}/ja/man1/testparm.1* -#%lang(ja) %{_mandir}/ja/man1/testprns.1* -#%lang(ja) %{_mandir}/ja/man5/smb.conf.5* -#%lang(ja) %{_mandir}/ja/man5/lmhosts.5* -#%lang(ja) %{_mandir}/ja/man8/smbpasswd.8* - %changelog * Fri Jan 16 2004 Gerald (Jerry) Carter <jerry@samba,org> - Removed ChangeLog entries since they are kept in CVS diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl index dc15a5acc3..4f253910d5 100644 --- a/packaging/RedHat/samba.spec.tmpl +++ b/packaging/RedHat/samba.spec.tmpl @@ -125,7 +125,7 @@ mkdir -p $RPM_BUILD_ROOT%{prefix}/lib/samba/vfs mkdir -p $RPM_BUILD_ROOT%{prefix}/{lib,include} # Install standard binary files -for i in nmblookup smbclient smbpasswd smbstatus testparm testprns \ +for i in nmblookup smbclient smbpasswd smbstatus testparm \ rpcclient smbspool smbcacls smbcontrol wbinfo smbmnt net \ smbcacls pdbedit tdbbackup smbtree ntlm_auth smbcquotas do @@ -413,7 +413,6 @@ fi %{prefix}/bin/smbspool %{prefix}/bin/rpcclient %{prefix}/bin/testparm -%{prefix}/bin/testprns %{prefix}/bin/findsmb %{prefix}/bin/smbstatus %{prefix}/bin/nmblookup |