!3 Delete BuildRequires jasper-devel
From: @lei_ju Reviewed-by: @yanzh_h Signed-off-by: @yanzh_h
This commit is contained in:
commit
cdd50be191
@ -1,13 +1,13 @@
|
|||||||
Summary: Tool for decoding raw image data from digital cameras
|
Summary: Tool for decoding raw image data from digital cameras
|
||||||
Name: dcraw
|
Name: dcraw
|
||||||
Version: 9.28.0
|
Version: 9.28.0
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://cybercom.net/~dcoffin/dcraw
|
URL: http://cybercom.net/~dcoffin/dcraw
|
||||||
Source0: https://sources.voidlinux.org/dcraw-%{version}/dcraw-%{version}.tar.gz
|
Source0: https://sources.voidlinux.org/dcraw-%{version}/dcraw-%{version}.tar.gz
|
||||||
Patch0: dcraw-CVE-2018-5801.patch
|
Patch0: dcraw-CVE-2018-5801.patch
|
||||||
Patch1: dcraw-9.21-lcms2-error-reporting.patch
|
Patch1: dcraw-9.21-lcms2-error-reporting.patch
|
||||||
BuildRequires: gcc gettext libjpeg-devel lcms2-devel jasper-devel
|
BuildRequires: gcc gettext libjpeg-devel lcms2-devel
|
||||||
Provides: bundled(dcraw)
|
Provides: bundled(dcraw)
|
||||||
%description
|
%description
|
||||||
This package contains dcraw, a command line tool to decode raw image data
|
This package contains dcraw, a command line tool to decode raw image data
|
||||||
@ -23,7 +23,7 @@ Requires: dcraw = %{version}-%{release}
|
|||||||
%description help
|
%description help
|
||||||
|
|
||||||
%build
|
%build
|
||||||
gcc %optflags $RPM_LD_FLAGS -lm -ljpeg -llcms2 -ljasper \
|
gcc %optflags $RPM_LD_FLAGS -lm -ljpeg -llcms2 -DNO_JASPER \
|
||||||
-DLOCALEDIR="\"%{_datadir}/locale\"" -o dcraw dcraw.c
|
-DLOCALEDIR="\"%{_datadir}/locale\"" -o dcraw dcraw.c
|
||||||
for catsrc in dcraw_*.po; do
|
for catsrc in dcraw_*.po; do
|
||||||
lang="${catsrc%.po}"
|
lang="${catsrc%.po}"
|
||||||
@ -59,5 +59,8 @@ done
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 11 2020 leiju <leiju4@huawei.com> - 9.28.0-4
|
||||||
|
- Delete BuildRequires jasper-devel
|
||||||
|
|
||||||
* Tue Apr 21 2020 Jeffery.Gao <gaojianxing@huawei.com> - 9.28.0-3
|
* Tue Apr 21 2020 Jeffery.Gao <gaojianxing@huawei.com> - 9.28.0-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user