forked from pool/libwebp
This commit is contained in:
parent
4944402b6b
commit
d6301c647c
@ -7,7 +7,6 @@ Wed Oct 13 17:59:22 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
* further security related hardening in libwebp & examples
|
||||
* toolchain updates and bug fixes
|
||||
* use more inclusive language within the source
|
||||
- clean spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 30 11:20:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
42
libwebp.spec
42
libwebp.spec
@ -24,9 +24,9 @@ License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://developers.google.com/speed/webp/
|
||||
#Git-Clone: https://chromium.googlesource.com/webm/libwebp/
|
||||
Source: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz
|
||||
Source2: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz.asc
|
||||
Source3: %{name}.keyring
|
||||
Source: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-%version.tar.gz
|
||||
Source2: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-%version.tar.gz.asc
|
||||
Source3: %name.keyring
|
||||
Source4: baselibs.conf
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -46,8 +46,8 @@ images more efficiently.
|
||||
Summary: The WebP command line tools
|
||||
Group: Productivity/Archiving/Compression
|
||||
#O/P added in 12.2
|
||||
Obsoletes: webp-tools < %{version}-%{release}
|
||||
Provides: webp-tools = %{version}-%{release}
|
||||
Obsoletes: webp-tools < %version-%release
|
||||
Provides: webp-tools = %version-%release
|
||||
|
||||
%description tools
|
||||
WebP is an image format that does lossy compression of digital
|
||||
@ -111,12 +111,12 @@ common imports - WebPImportGray/WebPImportRGB565/WebPImportRGB4444.
|
||||
%package devel
|
||||
Summary: Development files for libwebp, a library for the WebP format
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libwebp7 = %{version}
|
||||
Requires: libwebpdecoder3 = %{version}
|
||||
Requires: libwebpdemux2 = %{version}
|
||||
Requires: libwebpmux3 = %{version}
|
||||
Requires: libwebp7 = %version
|
||||
Requires: libwebpdecoder3 = %version
|
||||
Requires: libwebpdemux2 = %version
|
||||
Requires: libwebpmux3 = %version
|
||||
%if %{with extras}
|
||||
Requires: libwebpextras0 = %{version}
|
||||
Requires: libwebpextras0 = %version
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
@ -137,7 +137,7 @@ images more efficiently.
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libwebp7 -p /sbin/ldconfig
|
||||
%postun -n libwebp7 -p /sbin/ldconfig
|
||||
@ -151,29 +151,29 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%postun -n libwebpextras0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libwebp-tools
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man*/*
|
||||
%_bindir/*
|
||||
%_mandir/man*/*
|
||||
|
||||
%files -n libwebp7
|
||||
%{_libdir}/libwebp.so.*
|
||||
%_libdir/libwebp.so.*
|
||||
|
||||
%files -n libwebpdemux2
|
||||
%{_libdir}/libwebpdemux.so.*
|
||||
%_libdir/libwebpdemux.so.*
|
||||
|
||||
%files -n libwebpmux3
|
||||
%{_libdir}/libwebpmux.so.*
|
||||
%_libdir/libwebpmux.so.*
|
||||
|
||||
%files -n libwebpdecoder3
|
||||
%{_libdir}/libwebpdecoder.so.*
|
||||
%_libdir/libwebpdecoder.so.*
|
||||
|
||||
%if %{with extras}
|
||||
%files -n libwebpextras0
|
||||
%{_libdir}/libwebpextras.so.*
|
||||
%_libdir/libwebpextras.so.*
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libwebp*.so
|
||||
%{_includedir}/webp/
|
||||
%{_libdir}/pkgconfig/libwebp*.pc
|
||||
%_libdir/libwebp*.so
|
||||
%_includedir/webp/
|
||||
%_libdir/pkgconfig/libwebp*.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user