init
This commit is contained in:
parent
f20d4c9d29
commit
ee2140db2e
@ -1,6 +1,6 @@
|
||||
Name: libmediaart
|
||||
Version: 1.9.4
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: Library tasked with managing, extracting and handling media art caches
|
||||
|
||||
License: LGPLv2+
|
||||
@ -17,6 +17,8 @@ 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.
|
||||
@ -28,18 +30,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description help
|
||||
Help document for libmediaart
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the libmediaart package
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
The libmediaart-tests package contains tests that can be used to verify
|
||||
the functionality of the installed libmediaart package.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-gdkpixbuf --disable-qt --enable-installed-tests
|
||||
%make_build
|
||||
@ -63,7 +56,9 @@ dbus-run-session -- make check
|
||||
%{_libdir}/girepository-1.0/MediaArt-2.0.typelib
|
||||
|
||||
%files devel
|
||||
%{_datadir}/installed-tests
|
||||
%{_includedir}/libmediaart-2.0
|
||||
%{_libexecdir}/installed-tests/libmediaart
|
||||
%{_libdir}/pkgconfig/libmediaart-2.0.pc
|
||||
%{_libdir}/libmediaart-2.0.so
|
||||
|
||||
@ -72,10 +67,13 @@ dbus-run-session -- make check
|
||||
%{_datadir}/vala/vapi/libmediaart-2.0.vapi
|
||||
%{_datadir}/gir-1.0/MediaArt-2.0.gir
|
||||
|
||||
%files tests
|
||||
%{_datadir}/installed-tests
|
||||
%{_libexecdir}/installed-tests/libmediaart
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user