diff --git a/gettext.spec b/gettext.spec index 77b57b2..f3b92cf 100644 --- a/gettext.spec +++ b/gettext.spec @@ -6,12 +6,13 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext Version: 0.18.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and LGPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/gettext/ Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz Source2: msghack.py +Source3: msghack.1 # removal of openmp.m4 BuildRequires: autoconf >= 2.62 BuildRequires: automake @@ -165,6 +166,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p" \ install -pm 755 %SOURCE2 ${RPM_BUILD_ROOT}/%{_bindir}/msghack +install -pm 644 %SOURCE3 ${RPM_BUILD_ROOT}/%{_mandir}/man1/msghack.1 # make preloadable_libintl.so executable @@ -327,6 +329,10 @@ fi %{_emacs_sitelispdir}/%{name}/*.el %changelog +* Wed Jun 26 2013 Daiki Ueno - 0.18.2.1-2 +- add a man page for msghack +- fix bogus date in %%changelog + * Tue Mar 12 2013 Daiki Ueno - 0.18.2.1-1 - update to 0.18.2.1 release (not really necessary though) @@ -846,7 +852,7 @@ fi * Sun Sep 13 1998 Cristian Gafton - include the aclocal support files -* Fri Sep 3 1998 Bill Nottingham +* Thu Sep 3 1998 Bill Nottingham - remove devel package (functionality is in glibc) * Tue Sep 1 1998 Jeff Johnson