48 lines
1.2 KiB
RPMSpec
48 lines
1.2 KiB
RPMSpec
|
Name: qt-avif-image-plugin
|
||
|
Version: 0.4.7
|
||
|
Release: 1mamba
|
||
|
Summary: Qt plug-in to allow Qt and KDE based applications to read/write AVIF images
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://github.com/novomesk/qt-avif-image-plugin
|
||
|
Source: https://github.com/novomesk/qt-avif-image-plugin.git/v%{version}/qt-avif-image-plugin-%{version}.tar.bz2
|
||
|
License: BSD
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libavif-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: qt5-qtbase-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: cmake
|
||
|
|
||
|
%description
|
||
|
Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%cmake -d build
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall -C build
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/qt5/plugins/imageformats/libqavif5.so
|
||
|
%doc LICENSE
|
||
|
|
||
|
%changelog
|
||
|
* Thu Mar 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.7-1mamba
|
||
|
- package created using the webbuild interface
|