From eb6f1eef9f862ba790d7fbfb2e0b8873b72ba589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 8 Feb 2013 09:32:17 +0100 Subject: [PATCH] Collect message catalogs in install phase --- sharutils.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sharutils.spec b/sharutils.spec index 92dabb4..05a5ee7 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -1,7 +1,7 @@ Summary: The GNU shar utilities for packaging and unpackaging shell archives Name: sharutils Version: 4.13.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ and LGPLv2+ and Public Domain Group: Applications/Archiving Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz @@ -49,12 +49,11 @@ rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir # gnulib-tool installs compat header files mistakenly rm -rf ${RPM_BUILD_ROOT}%{_includedir} chmod 644 AUTHORS ChangeLog COPYING NEWS README THANKS TODO +%find_lang %{name} %check make check -%find_lang %{name} - %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir ||: @@ -71,6 +70,9 @@ fi %{_mandir}/man5/* %changelog +* Fri Feb 08 2013 Petr Pisar - 4.13.3-3 +- Collect message catalogs in install phase (bug #908967) + * Wed Jan 23 2013 Petr Pisar - 4.13.3-2 - Fix decoding from positional argument while overriding output file (bug #901895)