|
@@ -1,6 +1,6 @@
|
|
%define libtoolize :
|
|
%define libtoolize :
|
|
|
|
|
|
-%define src_ver 0.18.3
|
|
+%define src_ver 0.18.3.2
|
|
%define so_ver 0.18.3
|
|
%define so_ver 0.18.3
|
|
|
|
|
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
|
@@ -13,6 +13,8 @@ Group: Development/Tools
|
|
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
|
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
|
URL: http://www.gnu.org/software/gettext/
|
|
URL: http://www.gnu.org/software/gettext/
|
|
Source2: msghack.py
|
|
Source2: msghack.py
|
|
|
|
+Source3: msghack.1
|
|
|
|
+
|
|
# Patch5: gettext-0.17-open-args.patch
|
|
# Patch5: gettext-0.17-open-args.patch
|
|
# Patch6: gettext-0.17-autopoint-CVS-441481.patch
|
|
# Patch6: gettext-0.17-autopoint-CVS-441481.patch
|
|
# Patch7: gettext-0.17-rpathFix.patch
|
|
# Patch7: gettext-0.17-rpathFix.patch
|
|
@@ -121,6 +123,7 @@ mkdir -p %{buildroot}/bin
|
|
mv %{buildroot}/%{_bindir}/gettext %{buildroot}/bin
|
|
mv %{buildroot}/%{_bindir}/gettext %{buildroot}/bin
|
|
ln -s ../../bin/gettext %{buildroot}/%{_bindir}/gettext
|
|
ln -s ../../bin/gettext %{buildroot}/%{_bindir}/gettext
|
|
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/msghack
|
|
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/msghack
|
|
|
|
+install -pm 644 %SOURCE3 ${RPM_BUILD_ROOT}/%{_mandir}/man1/msghack.1
|
|
|
|
|
|
pushd %{buildroot}
|
|
pushd %{buildroot}
|
|
rm -f .%{_infodir}/dir .%{_includedir}/libintl.h
|
|
rm -f .%{_infodir}/dir .%{_includedir}/libintl.h
|
|
@@ -220,6 +223,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 14 2014 NAKAMURA Kenta <kenta@vinelinux.org> - 0.18.3.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sun Jul 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.18.3-1
|
|
* Sun Jul 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.18.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|