- Mark localized man pages with %lang.
This commit is contained in:
parent
611f9e6fce
commit
05ce8ea64a
@ -4,7 +4,7 @@
|
|||||||
Summary: Network exploration tool and security scanner
|
Summary: Network exploration tool and security scanner
|
||||||
Name: nmap
|
Name: nmap
|
||||||
Version: 5.21
|
Version: 5.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# nmap is GPLv2
|
# nmap is GPLv2
|
||||||
# zenmap is GPLv2 and LGPLv2+ (zenmap/higwidgets) and GPLv2+ (zenmap/radialnet)
|
# zenmap is GPLv2 and LGPLv2+ (zenmap/higwidgets) and GPLv2+ (zenmap/radialnet)
|
||||||
# libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999) with some parts as Public Domain (crc32)
|
# libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999) with some parts as Public Domain (crc32)
|
||||||
@ -114,12 +114,13 @@ do
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
%find_lang nmap --with-man
|
||||||
%find_lang zenmap
|
%find_lang zenmap
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f nmap.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%doc docs/README
|
%doc docs/README
|
||||||
@ -129,7 +130,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/ndiff
|
%{_bindir}/ndiff
|
||||||
%{_mandir}/man1/ndiff.1.gz
|
%{_mandir}/man1/ndiff.1.gz
|
||||||
%{_mandir}/man1/nmap.1.gz
|
%{_mandir}/man1/nmap.1.gz
|
||||||
%{_mandir}/*/man1/nmap.1.gz
|
|
||||||
%{_mandir}/man1/ncat.1.gz
|
%{_mandir}/man1/ncat.1.gz
|
||||||
%{_datadir}/nmap
|
%{_datadir}/nmap
|
||||||
%{_datadir}/ncat
|
%{_datadir}/ncat
|
||||||
@ -151,6 +151,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/xnmap.1.gz
|
%{_mandir}/man1/xnmap.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 30 2010 Ville Skyttä <ville.skytta@iki.fi> - 2:5.21-2
|
||||||
|
- Mark localized man pages with %%lang.
|
||||||
|
|
||||||
* Mon Feb 01 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-1
|
* Mon Feb 01 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-1
|
||||||
- updated to 5.21
|
- updated to 5.21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user