- New release candidate
- Both patches applied upstream
This commit is contained in:
parent
ac0a4a6831
commit
9f5aa4ec4e
@ -1 +1 @@
|
||||
libvoikko-2.0.tar.gz
|
||||
libvoikko-2.1rc2.tar.gz
|
||||
|
||||
@ -1,19 +1,20 @@
|
||||
Name: libvoikko
|
||||
Version: 2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1
|
||||
Release: 0.2.rc2%{?dist}
|
||||
Summary: Voikko is a library for spellcheckers and hyphenators
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://voikko.sourceforge.net/
|
||||
# The usual format of stable release URLs
|
||||
Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
|
||||
#Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
|
||||
# The usual format of test release URLs
|
||||
#Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
|
||||
Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc2.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: malaga-devel >= 7.8
|
||||
Requires: malaga-suomi-voikko >= 0.7.3
|
||||
BuildRequires: malaga-devel >= 7.8 python
|
||||
# Needed for the new dictionary directory layout
|
||||
Requires: malaga-suomi-voikko >= 1.3-10
|
||||
|
||||
%description
|
||||
This is libvoikko, library for spellcheckers and hyphenators using Malaga
|
||||
@ -95,6 +96,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libvoikko.pc
|
||||
|
||||
%changelog
|
||||
* Mon Apr 6 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.1-0.2.rc2
|
||||
- New release candidate
|
||||
- Both patches applied upstream
|
||||
|
||||
* Mon Apr 6 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.1-0.1.rc1
|
||||
- New release candidate
|
||||
- Improvements on grammar checking and dictionary loading
|
||||
- Raise malaga-suomi-voikko dependency to 1.3-10, which has the new dictionary
|
||||
data directory layout needed by this version of libvoikko
|
||||
- Add BuildRequires python for running the trie compiler during build
|
||||
- Add patch for GCC 4.4 and glibc 2.90 compliance
|
||||
- Add patch to fix warn_unused_result errors
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user