|
@@ -1,22 +1,26 @@
|
|
%define libtoolize :
|
|
%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: GNU libraries and utilities for producing multi-lingual messages.
|
|
Summary(ja): マルチリンガルメッセージを生成するためのGNU ライブラリ/ユーティリティ
|
|
Summary(ja): マルチリンガルメッセージを生成するためのGNU ライブラリ/ユーティリティ
|
|
Name: gettext
|
|
Name: gettext
|
|
-Version: 0.17
|
|
|
|
-Release: 5%{?_dist_release}
|
|
|
|
|
|
+Version: %{src_ver}
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv3 and LGPLv2+
|
|
License: GPLv3 and LGPLv2+
|
|
Group: Development/Tools
|
|
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
|
|
-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: libtool, bison, gcc-c++
|
|
BuildRequires: expat-devel
|
|
BuildRequires: expat-devel
|
|
|
|
+BuildRequires: libacl-devel, libcroco-devel
|
|
|
|
|
|
Requires(post): /sbin/install-info
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
@@ -87,10 +91,10 @@ This package contains libraries used internationalization support.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%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
|
|
%build
|
|
@@ -177,12 +181,12 @@ fi
|
|
%doc gettext-runtime/intl/COPYING*
|
|
%doc gettext-runtime/intl/COPYING*
|
|
/bin/*
|
|
/bin/*
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
-%{_libdir}/libgettextlib-%{version}.so
|
|
|
|
-%{_libdir}/libgettextsrc-%{version}.so
|
|
|
|
|
|
+%{_libdir}/libgettextlib-%{so_ver}.so
|
|
|
|
+%{_libdir}/libgettextsrc-%{so_ver}.so
|
|
%{_infodir}/gettext*
|
|
%{_infodir}/gettext*
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
%{_libdir}/gettext
|
|
%{_libdir}/gettext
|
|
-%{_datadir}/gettext/archive.tar.gz
|
|
|
|
|
|
+%{_datadir}/gettext/archive*.tar.gz
|
|
%{_datadir}/gettext/styles
|
|
%{_datadir}/gettext/styles
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -216,6 +220,13 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Wed Feb 24 2010 IWAI, Masaharu <iwai@alib.jp> - 0.17-5
|
|
- split to po-mode package: [VineSeed:20076]
|
|
- split to po-mode package: [VineSeed:20076]
|
|
- update Packager value: update format
|
|
- update Packager value: update format
|