- New upstream release candidate with multithread support
- Remove unneeded BuildRoot tag
This commit is contained in:
parent
25f02bce50
commit
f76eb6504e
@ -1 +1 @@
|
||||
libvoikko-2.3.1.tar.gz
|
||||
libvoikko-3.0rc1.tar.gz
|
||||
|
||||
@ -1,17 +1,16 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
Name: libvoikko
|
||||
Version: 2.3.1
|
||||
Release: 1%{?dist}
|
||||
Version: 3.0
|
||||
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}rc1.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
|
||||
|
||||
BuildRequires: python-devel
|
||||
# Libvoikko >= 2.2 needs this, earlier versions won't work
|
||||
@ -121,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/%{name}.py*
|
||||
|
||||
%changelog
|
||||
* Thu May 13 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 3.0-0.1.rc1
|
||||
- New upstream release candidate with multithread support
|
||||
- Remove unneeded BuildRoot tag
|
||||
|
||||
* Thu Feb 18 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.3.1-1
|
||||
- Version 2.3.1 contains fixes for bugs found in version 2.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user