Collect message catalogs in install phase
This commit is contained in:
parent
c097ee15a2
commit
eb6f1eef9f
@ -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 <ppisar@redhat.com> - 4.13.3-3
|
||||
- Collect message catalogs in install phase (bug #908967)
|
||||
|
||||
* Wed Jan 23 2013 Petr Pisar <ppisar@redhat.com> - 4.13.3-2
|
||||
- Fix decoding from positional argument while overriding output file
|
||||
(bug #901895)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user