- New upstream release
- Remove the unneeded %clean section, not needed in Fedora >= 13
This commit is contained in:
parent
72ab947e85
commit
16745aad49
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libvoikko-3.0.tar.gz
|
||||
/libvoikko-3.1.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
Name: libvoikko
|
||||
Version: 3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Voikko is a library for spellcheckers and hyphenators
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -85,10 +85,6 @@ install -d $RPM_BUILD_ROOT%{python_sitelib}
|
||||
install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -120,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/%{name}.py*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 22 2010 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 3.1-1
|
||||
- New upstream release
|
||||
- Remove the unneeded %%clean section, not needed in Fedora >= 13
|
||||
|
||||
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user