delete unneeded require

This commit is contained in:
openeuler-basic 2020-01-15 22:24:19 +08:00
parent a422efbbe3
commit 55cd2437d7

View File

@ -1,13 +1,12 @@
Name: libvoikko Name: libvoikko
Version: 4.1.1 Version: 4.1.1
Release: 2 Release: 3
Summary: Voikko is a library for spellcheckers and hyphenators Summary: Voikko is a library for spellcheckers and hyphenators
License: GPLv2+ License: GPLv2+
URL: http://voikko.puimula.org URL: http://voikko.puimula.org
Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz Source0: http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++ python3-devel BuildRequires: gcc-c++ python3-devel
Requires: malaga-suomi-voikko
Provides: voikko-tools = %{version}-%{release} Provides: voikko-tools = %{version}-%{release}
Obsoletes: voikko-tools < %{version}-%{release} Obsoletes: voikko-tools < %{version}-%{release}
@ -90,5 +89,8 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python3_sitelib}/
%{_mandir}/man1/*.1.gz %{_mandir}/man1/*.1.gz
%changelog %changelog
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.1.1-3
- Delete unneeded requires
* Thu Dec 12 2019 yangjian<yangjian79@huawei.com> - 4.1.1-2 * Thu Dec 12 2019 yangjian<yangjian79@huawei.com> - 4.1.1-2
- Package init - Package init