Signed-off-by: cherry530 <707078654@qq.com> (cherry picked from commit 5e213d551448758b97e8b01ba4deecc41a8b805d)
92 lines
2.3 KiB
RPMSpec
92 lines
2.3 KiB
RPMSpec
Name: libmediaart
|
|
Version: 1.9.6
|
|
Release: 2
|
|
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
|
|
|
|
Patch0: fix_docker_environment_test_case_failed.patch
|
|
|
|
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
|
|
BuildRequires: gtk-doc meson
|
|
|
|
%description
|
|
The foundation for manaing, extracing and handling media art caches.
|
|
|
|
%package devel
|
|
Summary: Development files for libmediaart
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Provides: libmediaart-tests
|
|
Obsoletes: libmediaart-tests
|
|
|
|
%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} = %{version}-%{release}
|
|
Buildarch: noarch
|
|
|
|
%description help
|
|
Help document for libmediaart
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%meson -Dimage_library=gdk-pixbuf -Dgtk_doc=true
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%delete_la
|
|
mv COPYING.LESSER COPYING
|
|
|
|
%check
|
|
%meson_test
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%doc COPYING NEWS
|
|
%{_libdir}/libmediaart-2.0.so.*
|
|
%{_libdir}/girepository-1.0/MediaArt-2.0.typelib
|
|
|
|
%files devel
|
|
%{_includedir}/libmediaart-2.0
|
|
%{_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}/vala/vapi/libmediaart-2.0.deps
|
|
%{_datadir}/gir-1.0/MediaArt-2.0.gir
|
|
|
|
%changelog
|
|
* Tue Sep 24 2024 xu_ping <707078654@qq.com> - 1.9.6-2
|
|
- Added 'Buildarch: noarch' to the help subpackage.
|
|
|
|
* Mon Jun 13 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.9.6-1
|
|
- Update to 1.9.6
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Tue Sep 10 2019 Yiru Wang<wangyiru1@huawei.com> - 1.9.4-6
|
|
- Pakcage init
|