- New release candidate
- Dependency on glib has been removed
This commit is contained in:
parent
df78f99339
commit
9cf0795971
@ -1 +1 @@
|
||||
libvoikko-2.2.2.tar.gz
|
||||
libvoikko-2.3rc1.tar.gz
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
Name: libvoikko
|
||||
Version: 2.2.2
|
||||
Release: 1%{?dist}
|
||||
Version: 2.3
|
||||
Release: 0.1.rc1%{?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}rc2.tar.gz
|
||||
Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-devel glib2-devel
|
||||
BuildRequires: python-devel
|
||||
# Libvoikko >= 2.2 needs this, earlier versions won't work
|
||||
Requires: malaga-suomi-voikko >= 1.4
|
||||
|
||||
@ -121,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/%{name}.py*
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.3-0.1.rc1
|
||||
- New release candidate
|
||||
- Dependency on glib has been removed
|
||||
|
||||
* Wed Nov 11 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.2.2-1
|
||||
- Version 2.2.2 fixes a crash found in version 2.2.1 that can occur when the
|
||||
APIs that use wchar_t strings as arguments are used.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user