!2 Delete imlib2-id3tag-loader for avoiding libid3tag problem

Merge pull request !2 from daidai_is_here/dqw_test
This commit is contained in:
openeuler-ci-bot 2020-03-23 16:28:35 +08:00 committed by Gitee
commit 69cd6f03d3

View File

@ -1,6 +1,6 @@
Name: imlib2 Name: imlib2
Version: 1.4.9 Version: 1.4.9
Release: 8 Release: 9
Summary: Image handling and conversion library Summary: Image handling and conversion library
License: Imlib2 License: Imlib2
URL: http://docs.enlightenment.org/api/imlib2/html/ URL: http://docs.enlightenment.org/api/imlib2/html/
@ -25,17 +25,6 @@ Requires: libX11-devel libXext-devel freetype-devel >= 2.1.9-4 pkgconfig
%description devel %description devel
This package provide development files for imlib2. This package provide development files for imlib2.
%package id3tag-loader
Summary: Imlib2 id3tag-loader
License: GPLv2+
Requires: imlib2 = %{version}-%{release}
%description id3tag-loader
This package provides a plugin, it makes imlib2 capable of parsing id3 tags of mp3 files.
This plugin is packaged separately because it links with libid3tag which is GPLv2+,
thus making imlib2 and apps using it subject to the conditions of the GPL version 2 (or at
your option) any later version.
%prep %prep
%autosetup -n imlib2-%{version} -p1 %autosetup -n imlib2-%{version} -p1
@ -80,11 +69,11 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%{_libdir}/libImlib2.so %{_libdir}/libImlib2.so
%{_libdir}/pkgconfig/imlib2.pc %{_libdir}/pkgconfig/imlib2.pc
%files id3tag-loader
%{_libdir}/imlib2/loaders/id3.*
%changelog %changelog
* Mon Mar 23 2020 daiqianwen <daiqianwen@huawei.com> - 1.4.9-9
- Delete imlib2-id3tag-loader for avoiding libid3tag problem
* Sat Dec 21 2019 Tianfei <tianfei16@huawei.com> - 1.4.9-8 * Sat Dec 21 2019 Tianfei <tianfei16@huawei.com> - 1.4.9-8
- Package init - Package init