Update to 1.5.91
This commit is contained in:
parent
52077e2044
commit
87ed15ce63
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/libpinyin-1.2.0.tar.gz
|
||||
/libpinyin-1.2.91.tar.gz
|
||||
/libpinyin-1.3.0.tar.gz
|
||||
/libpinyin-1.5.91.tar.gz
|
||||
|
||||
@ -1,18 +1,18 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: libpinyin
|
||||
Version: 1.3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.91
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to deal with pinyin
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://github.com/libpinyin/libpinyin
|
||||
Source0: http://downloads.sourceforge.net/libpinyin/libpinyin/%{name}-%{version}.tar.gz
|
||||
%if %snapshot
|
||||
Patch0: libpinyin-1.3.x-head.patch
|
||||
Patch0: libpinyin-1.6.x-head.patch
|
||||
%endif
|
||||
|
||||
BuildRequires: libdb-devel, glib2-devel
|
||||
BuildRequires: kyotocabinet-devel, glib2-devel
|
||||
Requires: %{name}-data%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -52,7 +52,7 @@ The %{name}-tools package contains tools.
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%configure --disable-static --with-dbm=KyotoCabinet
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@ -92,6 +92,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 18 2016 Peng Wu <pwu@redhat.com> - 1.5.91-1
|
||||
- Update to 1.5.91
|
||||
- Use Kyoto Cabinet instead of Berkeley DB
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user