|
|
|
@ -1,12 +1,15 @@
|
|
|
|
|
Name: zimg
|
|
|
|
|
Version: 2.9.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Scaling, color space conversion, and dithering library
|
|
|
|
|
License: WTFPL
|
|
|
|
|
URL: https://github.com/sekrit-twc/zimg
|
|
|
|
|
|
|
|
|
|
Source0: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# Included in 2.9.4:
|
|
|
|
|
Patch: https://github.com/sekrit-twc/zimg/commit/9ae36d7d5f7420eaacd9644451933512fa13d716.patch#/zimg-ftbfs.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -30,7 +33,7 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n zimg-release-%{version}
|
|
|
|
|
%autosetup -p1 -n zimg-release-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -vif
|
|
|
|
@ -63,6 +66,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 20 2020 Simone Caronni <negativo17@gmail.com> - 2.9.3-2
|
|
|
|
|
- Fix FTBFS in Rawhide.
|
|
|
|
|
|
|
|
|
|
* Wed Mar 04 2020 Simone Caronni <negativo17@gmail.com> - 2.9.3-1
|
|
|
|
|
- Update to 2.9.3.
|
|
|
|
|
|
|
|
|
|