2019-09-30 10:56:56 -04:00
|
|
|
Name: libmediaart
|
|
|
|
|
Version: 1.9.4
|
2020-11-25 11:26:21 +08:00
|
|
|
Release: 8
|
2019-09-30 10:56:56 -04:00
|
|
|
Summary: Library tasked with managing, extracting and handling media art caches
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/libmediaart
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/1.9/%{name}-%{version}.tar.xz
|
|
|
|
|
|
2020-11-25 11:26:21 +08:00
|
|
|
Patch0: fix_docker_environment_test_case_failed.patch
|
|
|
|
|
|
2019-09-30 10:56:56 -04:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
|
BuildRequires: dbus vala vala-devel gdk-pixbuf2-modules
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The foundation for manaing, extracing and handling media art caches.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for libmediaart
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2019-12-26 19:24:49 +08:00
|
|
|
Provides: libmediaart-tests
|
|
|
|
|
Obsoletes: libmediaart-tests
|
2019-09-30 10:56:56 -04:00
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The libmediaart-devel package is used for the development environment for the libmediaart project.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: help document for libmediaart
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description help
|
|
|
|
|
Help document for libmediaart
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static --enable-gdkpixbuf --disable-qt --enable-installed-tests
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
mv COPYING.LESSER COPYING
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
dbus-run-session -- make check
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING AUTHORS NEWS
|
|
|
|
|
%{_libdir}/libmediaart-2.0.so.*
|
|
|
|
|
%{_libdir}/girepository-1.0/MediaArt-2.0.typelib
|
|
|
|
|
|
|
|
|
|
%files devel
|
2019-12-26 19:24:49 +08:00
|
|
|
%{_datadir}/installed-tests
|
2019-09-30 10:56:56 -04:00
|
|
|
%{_includedir}/libmediaart-2.0
|
2019-12-26 19:24:49 +08:00
|
|
|
%{_libexecdir}/installed-tests/libmediaart
|
2019-09-30 10:56:56 -04:00
|
|
|
%{_libdir}/pkgconfig/libmediaart-2.0.pc
|
|
|
|
|
%{_libdir}/libmediaart-2.0.so
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_datadir}/gtk-doc/html/libmediaart
|
|
|
|
|
%{_datadir}/vala/vapi/libmediaart-2.0.vapi
|
|
|
|
|
%{_datadir}/gir-1.0/MediaArt-2.0.gir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-11-25 11:26:21 +08:00
|
|
|
* Wed Nov 25 2020 hanhui<hanhui15@huawei.com> - 1.9.4-8
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- Id:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:fix docker environment test cases failed
|
|
|
|
|
|
2019-12-26 19:24:49 +08:00
|
|
|
* Thu Dec 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.9.4-7
|
|
|
|
|
- Type:bugfix
|
|
|
|
|
- Id:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:change the files of spec
|
|
|
|
|
|
2019-09-30 10:56:56 -04:00
|
|
|
* Tue Sep 10 2019 Yiru Wang<wangyiru1@huawei.com> - 1.9.4-6
|
|
|
|
|
- Pakcage init
|