Browse Source

gettext: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2197 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 13 years ago
parent
commit
f8d9344522
1 changed files with 24 additions and 13 deletions
  1. 24 13
      g/gettext/gettext-vl.spec

+ 24 - 13
g/gettext/gettext-vl.spec

@@ -1,22 +1,26 @@
 %define libtoolize :
 
+%define src_ver 0.18.1.1
+%define so_ver 0.18.1
+
 Summary: GNU libraries and utilities for producing multi-lingual messages.
 Summary(ja): マルチリンガルメッセージを生成するためのGNU ライブラリ/ユーティリティ
 Name: gettext
-Version: 0.17
-Release: 5%{?_dist_release}
+Version: %{src_ver}
+Release: 1%{?_dist_release}
 License: GPLv3 and LGPLv2+
 Group: Development/Tools
 Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
 URL: http://www.gnu.org/software/gettext/
 Source2: msghack.py
-Patch5: gettext-0.17-open-args.patch
-Patch6: gettext-0.17-autopoint-CVS-441481.patch
-Patch7: gettext-0.17-rpathFix.patch
-Patch8: gettext-xgettext-python-unicode-surrogate-473946.patch
+# Patch5: gettext-0.17-open-args.patch
+# Patch6: gettext-0.17-autopoint-CVS-441481.patch
+# Patch7: gettext-0.17-rpathFix.patch
+# Patch8: gettext-xgettext-python-unicode-surrogate-473946.patch
 
 BuildRequires: libtool, bison, gcc-c++
 BuildRequires: expat-devel
+BuildRequires: libacl-devel, libcroco-devel
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -87,10 +91,10 @@ This package contains libraries used internationalization support.
 
 %prep
 %setup -q
-%patch5 -p0 -b .5-open-args~
-%patch6 -p0 -b .6-autopoint~
-%patch7 -p0 -b .rpathFix~
-%patch8 -p0 -b .unicode~
+# %patch5 -p0 -b .5-open-args~
+# %patch6 -p0 -b .6-autopoint~
+# %patch7 -p0 -b .rpathFix~
+# %patch8 -p0 -b .unicode~
 
 
 %build
@@ -177,12 +181,12 @@ fi
 %doc gettext-runtime/intl/COPYING*
 /bin/*
 %{_bindir}/*
-%{_libdir}/libgettextlib-%{version}.so
-%{_libdir}/libgettextsrc-%{version}.so
+%{_libdir}/libgettextlib-%{so_ver}.so
+%{_libdir}/libgettextsrc-%{so_ver}.so
 %{_infodir}/gettext*
 %{_mandir}/man1/*
 %{_libdir}/gettext
-%{_datadir}/gettext/archive.tar.gz
+%{_datadir}/gettext/archive*.tar.gz
 %{_datadir}/gettext/styles
 
 %files devel
@@ -216,6 +220,13 @@ fi
 
 
 %changelog
+* Tue Nov  9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 0.18.1.1-1
+- new upstream release 
+- drop old patches
+- update msghack.py from fc14
+- add BRs: libacl-devel, libcroco-devel
+- fix files list
+
 * Wed Feb 24 2010 IWAI, Masaharu <iwai@alib.jp> - 0.17-5
 - split to po-mode package: [VineSeed:20076]
 - update Packager value: update format