update to 1.7.0
- Drop aarch64 patch and use autoreconf
This commit is contained in:
parent
e027b7411b
commit
0d219af9d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ m17n-lib-1.6.1.tar.gz
|
|||||||
/m17n-lib-1.6.2.tar.gz
|
/m17n-lib-1.6.2.tar.gz
|
||||||
/m17n-lib-1.6.3.tar.gz
|
/m17n-lib-1.6.3.tar.gz
|
||||||
/m17n-lib-1.6.4.tar.gz
|
/m17n-lib-1.6.4.tar.gz
|
||||||
|
/m17n-lib-1.7.0.tar.gz
|
||||||
|
@ -1,26 +1,29 @@
|
|||||||
# note this duplicates native anthy IMEs
|
# note this duplicates native anthy IMEs
|
||||||
%bcond_without anthy
|
%bcond_without anthy
|
||||||
|
|
||||||
Name: m17n-lib
|
Name: m17n-lib
|
||||||
Version: 1.6.4
|
Version: 1.7.0
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Multilingual text library
|
Summary: Multilingual text library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.nongnu.org/m17n/
|
URL: http://www.nongnu.org/m17n/
|
||||||
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
|
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
|
||||||
Patch0: %{name}-1.6.1-multilib.patch
|
Patch0: %{name}-1.6.1-multilib.patch
|
||||||
Patch1: %{name}-1.6.4-aarch64.patch
|
|
||||||
|
|
||||||
BuildRequires: m17n-db-devel libthai-devel
|
BuildRequires: m17n-db-devel libthai-devel
|
||||||
|
BuildRequires: libxml2-devel libXft-devel
|
||||||
|
BuildRequires: fontconfig-devel freetype-devel
|
||||||
|
BuildRequires: fribidi-devel gd-devel
|
||||||
|
BuildRequires: libXaw-devel libotf-devel
|
||||||
|
BuildRequires: autoconf gettext-devel
|
||||||
|
BuildRequires: automake libtool
|
||||||
|
|
||||||
%if %{with anthy}
|
%if %{with anthy}
|
||||||
BuildRequires: anthy-devel
|
BuildRequires: anthy-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libxml2-devel, libXft-devel, fontconfig-devel
|
|
||||||
BuildRequires: freetype-devel , fribidi-devel, gd-devel, libXaw-devel
|
|
||||||
BuildRequires: libotf-devel, bzip2-devel
|
|
||||||
Requires: m17n-db
|
|
||||||
|
|
||||||
|
Requires: m17n-db
|
||||||
|
|
||||||
%description
|
%description
|
||||||
m17n-lib is a multilingual text library used primarily to allow
|
m17n-lib is a multilingual text library used primarily to allow
|
||||||
@ -30,7 +33,6 @@ The package provides the core and input method backend libraries.
|
|||||||
|
|
||||||
%package anthy
|
%package anthy
|
||||||
Summary: Anthy module for m17n
|
Summary: Anthy module for m17n
|
||||||
Group: System Environment/Libraries
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description anthy
|
%description anthy
|
||||||
@ -58,9 +60,9 @@ Tools to test M17n GUI widget library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -ivf
|
||||||
%configure --disable-rpath --disable-static
|
%configure --disable-rpath --disable-static
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
@ -111,6 +113,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_libdir}/libm17n-gui.so.*
|
%{_libdir}/libm17n-gui.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 22 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-1
|
||||||
|
- update to 1.7.0
|
||||||
|
- Drop aarch64 patch and use autoreconf
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-13
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user