New upstream release
- Remove voikkovfstc from the package, it is not built by default anymore - Update upstream URLs
This commit is contained in:
parent
1e9264290e
commit
76dd223bf1
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ libvoikko-3.0.tar.gz
|
||||
/libvoikko-3.4.1.tar.gz
|
||||
/libvoikko-3.5.tar.gz
|
||||
/libvoikko-3.6.tar.gz
|
||||
/libvoikko-3.6.1.tar.gz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
Name: libvoikko
|
||||
Version: 3.6
|
||||
Release: 3%{?dist}
|
||||
Version: 3.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Voikko is a library for spellcheckers and hyphenators
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://voikko.sourceforge.net/
|
||||
URL: http://voikko.puimula.org
|
||||
# The usual format of stable release URLs
|
||||
Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz
|
||||
# The usual format of test release URLs
|
||||
#Source0: http://www.puimula.org/htp/testing/%%{name}-%%{version}rc1.tar.gz
|
||||
|
||||
@ -98,11 +98,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
%{_bindir}/voikkospell
|
||||
%{_bindir}/voikkohyphenate
|
||||
%{_bindir}/voikkogc
|
||||
%{_bindir}/voikkovfstc
|
||||
%{_mandir}/man1/voikkohyphenate.1.gz
|
||||
%{_mandir}/man1/voikkospell.1.gz
|
||||
%{_mandir}/man1/voikkogc.1.gz
|
||||
%{_mandir}/man1/voikkovfstc.1.gz
|
||||
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
@ -113,6 +111,11 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
%{python_sitelib}/%{name}.py*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 18 2013 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.6.1-1
|
||||
- New upstream release
|
||||
- Remove voikkovfstc from the package, it is not built by default anymore
|
||||
- Update upstream URLs
|
||||
|
||||
* Mon Jul 29 2013 Parag <paragn AT fedoraproject DOT org> - 3.6-2
|
||||
- Ah don't add %%{?_isa} for noarch packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user