Update to 2.50.2
Use SPDX for license expression.
This commit is contained in:
parent
9d0a9e7dba
commit
05a41424f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/pangomm-2.48.1.tar.xz
|
||||
/pangomm-2.50.0.tar.xz
|
||||
/pangomm-2.50.1.tar.xz
|
||||
/pangomm-2.50.2.tar.xz
|
||||
|
@ -7,23 +7,23 @@
|
||||
%global pango_version 1.49.4
|
||||
|
||||
Name: pangomm2.48
|
||||
Version: 2.50.1
|
||||
Version: 2.50.2
|
||||
Release: %autorelease
|
||||
Summary: C++ interface for Pango
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://www.gtkmm.org/
|
||||
Source0: https://download.gnome.org/sources/pangomm/%{release_version}/pangomm-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(cairomm-1.16) >= %{cairomm_version}
|
||||
BuildRequires: pkgconfig(glibmm-2.68) >= %{glibmm_version}
|
||||
BuildRequires: pkgconfig(pangocairo) >= %{pango_version}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glibmm2.68-devel >= %{glibmm_version}
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: m4
|
||||
BuildRequires: meson
|
||||
BuildRequires: mm-common
|
||||
BuildRequires: pango-devel >= %{pango_version}
|
||||
|
||||
Requires: glibmm2.68%{?_isa} >= %{glibmm_version}
|
||||
Requires: cairomm1.16%{?_isa} >= %{cairomm_version}
|
||||
@ -74,7 +74,7 @@ documentation browser or through a web browser.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%doc NEWS README.md
|
||||
%{_libdir}/libpangomm-%{apiver}.so.1*
|
||||
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pangomm-2.50.1.tar.xz) = bffc55eedc4f278480a74afcf119b79a295bf5775123f582746ba425e19e2690d627baa9a9813b70db9e063db7efe959f365567dd7bcbc1fc862212ba8225a98
|
||||
SHA512 (pangomm-2.50.2.tar.xz) = a1b478450cd1fb415b238b69843d75bbcc01c62ed123ccab388d0b667efb6f7c7e9aa5ec6e0a6e0dcba2d76c52f3ecb42ddb5cf8e12e819731bc0b4f613cc0c7
|
||||
|
Loading…
Reference in New Issue
Block a user