From: Maciej Wereski Date: Tue, 4 Feb 2014 11:26:42 +0000 (+0100) Subject: Fix RPMLINT X-Git-Tag: accepted/tizen/base/20151223.052305~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=953b02360f6c84485e62c1dcc11e5263d435db8d;hp=b18c1f26dd2424b34e0bd16e5718110a196694a8;p=platform%2Fupstream%2Fgettext.git Fix RPMLINT Change-Id: If65bdb9d0b3164b83a024e7e50ba11a93a677b87 Signed-off-by: Maciej Wereski --- diff --git a/packaging/gettext.spec b/packaging/gettext.spec index ac3db2b..4445ea7 100644 --- a/packaging/gettext.spec +++ b/packaging/gettext.spec @@ -10,7 +10,7 @@ Name: gettext Version: 0.18.1.1 Release: 2 -License: GPLv3+ and LGPLv2+ +License: GPL-3.0+ and LGPL-2.0+ Summary: GNU libraries and utilities for producing multi-lingual messages Url: http://www.gnu.org/software/gettext/ Group: Development/Tools @@ -135,11 +135,14 @@ cat %{name}-*.lang > %{name}.lang %postun runtime -p /sbin/ldconfig +%post tools -p /sbin/ldconfig + +%postun tools -p /sbin/ldconfig %files tools -f %{name}.lang %manifest %{name}.manifest %defattr(-,root,root,-) -%doc COPYING +%license COPYING %{_datadir}/%{name}/projects/* %{_datadir}/%{name}/config.rpath %{_datadir}/%{name}/*.h @@ -189,7 +192,7 @@ cat %{name}-*.lang > %{name}.lang %defattr(-,root,root,-) # Files listed here should be of LGPL license only, refer to upstream # statement in PACKAGING file -%doc gettext-runtime/intl/COPYING* +%license gettext-runtime/intl/COPYING* %doc %{_datadir}/gettext/ABOUT-NLS %{_bindir}/gettext %{_bindir}/ngettext