Use SPDX license, fix BRs
This commit is contained in:
parent
c29b68db9b
commit
8dbed5443a
@ -5,7 +5,7 @@ Version: 1.17.8
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Cairo library
|
||||
|
||||
License: LGPLv2 or MPLv1.1
|
||||
License: LGPL-2.1-only OR MPL-1.1
|
||||
URL: http://cairographics.org
|
||||
Source0: http://cairographics.org/snapshots/cairo-%{version}.tar.xz
|
||||
|
||||
@ -14,8 +14,8 @@ BuildArch: noarch
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja-build
|
||||
|
||||
BuildRequires: mingw32-filesystem >= 95
|
||||
BuildRequires: mingw32-gcc
|
||||
BuildRequires: mingw32-filesystem
|
||||
BuildRequires: mingw32-gcc-c++
|
||||
BuildRequires: mingw32-binutils
|
||||
BuildRequires: mingw32-fontconfig
|
||||
BuildRequires: mingw32-freetype
|
||||
@ -26,8 +26,8 @@ BuildRequires: mingw32-win-iconv
|
||||
BuildRequires: mingw32-zlib
|
||||
BuildRequires: mingw32-glib2
|
||||
|
||||
BuildRequires: mingw64-filesystem >= 95
|
||||
BuildRequires: mingw64-gcc
|
||||
BuildRequires: mingw64-filesystem
|
||||
BuildRequires: mingw64-gcc-c++
|
||||
BuildRequires: mingw64-binutils
|
||||
BuildRequires: mingw64-fontconfig
|
||||
BuildRequires: mingw64-freetype
|
||||
@ -38,9 +38,6 @@ BuildRequires: mingw64-win-iconv
|
||||
BuildRequires: mingw64-zlib
|
||||
BuildRequires: mingw64-glib2
|
||||
|
||||
BuildRequires: mingw-w64-tools
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
|
||||
%description
|
||||
MinGW Windows Cairo library.
|
||||
|
Loading…
Reference in New Issue
Block a user