Browse Source

* gettext
- new upstream release


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8181 ec354946-7b23-47d6-9f5a-488ba84defc7

kenta 10 years ago
parent
commit
9ffbd8b2a7
1 changed files with 7 additions and 1 deletions
  1. 7 1
      g/gettext/gettext-vl.spec

+ 7 - 1
g/gettext/gettext-vl.spec

@@ -1,6 +1,6 @@
 %define libtoolize :
 
-%define src_ver 0.18.3
+%define src_ver 0.18.3.2
 %define so_ver 0.18.3
 
 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
 URL: http://www.gnu.org/software/gettext/
 Source2: msghack.py
+Source3: msghack.1
+
 # Patch5: gettext-0.17-open-args.patch
 # Patch6: gettext-0.17-autopoint-CVS-441481.patch
 # Patch7: gettext-0.17-rpathFix.patch
@@ -121,6 +123,7 @@ mkdir -p %{buildroot}/bin
 mv %{buildroot}/%{_bindir}/gettext %{buildroot}/bin
 ln -s ../../bin/gettext %{buildroot}/%{_bindir}/gettext
 install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/msghack
+install -pm 644 %SOURCE3 ${RPM_BUILD_ROOT}/%{_mandir}/man1/msghack.1
 
 pushd %{buildroot}
 rm -f .%{_infodir}/dir .%{_includedir}/libintl.h
@@ -220,6 +223,9 @@ fi
 
 
 %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
 - new upstream release