Upgrade to 2.42.2
Use meson rebuild
This commit is contained in:
parent
b43c255207
commit
fc7d06710a
Binary file not shown.
BIN
pangomm-2.42.2.tar.xz
Normal file
BIN
pangomm-2.42.2.tar.xz
Normal file
Binary file not shown.
22
pangomm.spec
22
pangomm.spec
@ -1,15 +1,15 @@
|
|||||||
Name: pangomm
|
Name: pangomm
|
||||||
Version: 2.40.1
|
Version: 2.42.2
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: C++ bindings for pango
|
Summary: C++ bindings for pango
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gtkmm.org/
|
URL: http://www.gtkmm.org/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.40/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.42/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++ glibmm24-devel >= 2.48.0 cairomm-devel >= 1.2.2
|
BuildRequires: gcc-c++ glibmm24-devel >= 2.48.0 cairomm-devel >= 1.2.2 libxslt
|
||||||
BuildRequires: pango-devel >= 1.38.0 doxygen graphviz
|
BuildRequires: pango-devel >= 1.41.0 doxygen graphviz meson perl m4 mm-common
|
||||||
|
|
||||||
Requires: glibmm24 >= 2.48.0 cairomm >= 1.2.2 pango >= 1.38.0
|
Requires: glibmm24 >= 2.48.0 cairomm >= 1.2.2 pango >= 1.41.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pangomm provides a C++ interface to the Pango library.
|
Pangomm provides a C++ interface to the Pango library.
|
||||||
@ -37,11 +37,11 @@ This package contains some man help file and some other files for %{name}.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%meson -Dbuild-documentation=true
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
@ -66,5 +66,9 @@ This package contains some man help file and some other files for %{name}.
|
|||||||
%{_datadir}/devhelp/
|
%{_datadir}/devhelp/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.42.2-1
|
||||||
|
- Upgrade to 2.42.2
|
||||||
|
- Use meson rebuild
|
||||||
|
|
||||||
* Wed Dec 11 2019 catastrowings <jianghuhao1994@163.com> - 2.40.1-7
|
* Wed Dec 11 2019 catastrowings <jianghuhao1994@163.com> - 2.40.1-7
|
||||||
- openEuler init
|
- openEuler init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user