remove the -data package (endian makes the files different)

This commit is contained in:
Qiyu Yan 2020-08-28 09:45:24 +08:00
parent 18d522e435
commit 322cf4a02e
No known key found for this signature in database
GPG Key ID: 4FC914F065F2DF12
1 changed files with 5 additions and 14 deletions

View File

@ -15,7 +15,7 @@ Version: 0
# both kenlm and libime are released under LGPL2+, but kenlm have some
# files in MIT and BSD
License: LGPLv2+ and MIT and BSD
Release: 0.3%{?dist}
Release: 0.4%{?dist}
Summary: This is a library to support generic input method implementation
URL: %{forgeurl0}
Source0: %{forgesource0}
@ -38,21 +38,10 @@ BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(eigen3)
Requires: %{name}-data = %{version}-%{release}
%description
This is a library to support generic input method implementation.
%package data
Summary: Data files of %{name}
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
Requires: hicolor-icon-theme
Requires: dbus
%description data
The %{name}-data package provides shared data for %{name}.
%package devel
Summary: Development files for %{name}
@ -92,10 +81,9 @@ ln -s %{S:4} %{_builddir}/%{name}-%{commit0}/data
%{_libdir}/libIMECore.so.0*
%{_libdir}/libIMEPinyin.so.0*
%{_libdir}/libIMETable.so.0*
%files data
%{_datadir}/%{name}/
%files devel
%{_libdir}/libIMECore.so
%{_libdir}/libIMEPinyin.so
@ -106,6 +94,9 @@ ln -s %{S:4} %{_builddir}/%{name}-%{commit0}/data
%changelog
* Fri Aug 28 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.4
- remove the -data package (endian makes the files different)
* Sat Aug 22 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 0-0.3.20200822gitdff3ea6.s20200822git96d303c
- upstream fix of testing on i686
- commit dff3ea6d1600166a5da65e4e7bee72fa8d595daa