- Update to 2.7.3
* resize: fix performance drop in certain resampling ratios - Use %license macro - Include example code in -devel documentation OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
f2c1329bb1
commit
40ff19ca63
@@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 2
|
||||
Name: zimg
|
||||
Version: 2.7.2
|
||||
Version: 2.7.3
|
||||
Release: 0
|
||||
Summary: Scaling, colorspace conversion, and dithering library
|
||||
License: WTFPL
|
||||
@@ -73,10 +73,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%postun -n libzimg%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files -n libzimg%{sover}
|
||||
%doc COPYING ChangeLog README.md
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md
|
||||
%{_libdir}/libzimg.so.%{sover}*
|
||||
|
||||
%files devel
|
||||
%doc doc/example
|
||||
%{_includedir}/zimg.h
|
||||
%{_includedir}/zimg++.hpp
|
||||
%{_libdir}/libzimg.so
|
||||
|
Reference in New Issue
Block a user