format spec

This commit is contained in:
weidong 2020-08-21 09:46:45 +08:00
parent 744931385d
commit 177650ed0b

View File

@ -3,26 +3,17 @@ Version: 1.1
Release: 1 Release: 1
Summary: Open source implementation of jpegxr Summary: Open source implementation of jpegxr
# See JPEGXR_DPK_Spec_1.0.doc. Upstream request for plain text license file at
# https://jxrlib.codeplex.com/workitem/13
License: BSD License: BSD
URL: https://jxrlib.codeplex.com/ URL: https://jxrlib.codeplex.com/
Source0: http://jxrlib.codeplex.com/downloads/get/685249#/jxrlib_%(echo %{version} | tr . _).tar.gz Source0: http://jxrlib.codeplex.com/downloads/get/685249#/jxrlib_%(echo %{version} | tr . _).tar.gz
# Use CMake to build to facilitate creation of shared libraries
# See https://jxrlib.codeplex.com/workitem/13
Source1: CMakeLists.txt Source1: CMakeLists.txt
# Converted from shipped doc/JPEGXR_DPK_Spec_1.doc
# libreoffice --headless --convert-to pdf doc/JPEGXR_DPK_Spec_1.0.doc
Source2: JPEGXR_DPK_Spec_1.0.pdf Source2: JPEGXR_DPK_Spec_1.0.pdf
# Fix various warnings, upstreamable # Fix various warnings, upstreamable
# See https://jxrlib.codeplex.com/workitem/13 # See https://jxrlib.codeplex.com/workitem/13
Patch0: jxrlib_warnings.patch Patch0: jxrlib_warnings.patch
BuildRequires: cmake BuildRequires: cmake gcc make
BuildRequires: gcc
BuildRequires: make
%description %description
This is an open source implementation of the jpegxr image format standard. This is an open source implementation of the jpegxr image format standard.