Compare commits
10 Commits
b43c255207
...
e5a62ddd4e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5a62ddd4e | ||
|
|
a1a07ff787 | ||
|
|
d76841c1b0 | ||
|
|
c512235066 | ||
|
|
74d974eec0 | ||
|
|
12a6c8c61f | ||
|
|
da567eefaa | ||
|
|
c1e93df0ca | ||
|
|
bc87a40b6a | ||
|
|
fc7d06710a |
Binary file not shown.
BIN
pangomm-2.46.3.tar.xz
Normal file
BIN
pangomm-2.46.3.tar.xz
Normal file
Binary file not shown.
60
pangomm.spec
60
pangomm.spec
@ -1,15 +1,24 @@
|
|||||||
|
%define apiver 1.4
|
||||||
|
%global glibmm_version 2.48.0
|
||||||
|
%global cairomm_version 1.2.2
|
||||||
|
%global pango_version 1.45.1
|
||||||
|
|
||||||
Name: pangomm
|
Name: pangomm
|
||||||
Version: 2.40.1
|
Version: 2.46.3
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: C++ bindings for pango
|
Summary: C++ bindings for pango
|
||||||
License: LGPLv2+
|
License: LGPL-2.1-only and GPL-2.0-or-later
|
||||||
URL: http://www.gtkmm.org/
|
URL: https://www.gtkmm.org/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.40/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/pangomm/2.46/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++ glibmm24-devel >= 2.48.0 cairomm-devel >= 1.2.2
|
BuildRequires: meson m4 gcc-c++ doxygen mm-common libxslt
|
||||||
BuildRequires: pango-devel >= 1.38.0 doxygen graphviz
|
BuildRequires: pkgconfig(cairomm-1.0) >= %{cairomm_version}
|
||||||
|
BuildRequires: glibmm24-devel >= %{glibmm_version}
|
||||||
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
|
|
||||||
Requires: glibmm24 >= 2.48.0 cairomm >= 1.2.2 pango >= 1.38.0
|
Requires: glibmm24%{?_isa} >= %{glibmm_version}
|
||||||
|
Requires: cairomm%{?_isa} >= %{cairomm_version}
|
||||||
|
Requires: pango%{?_isa} >= %{pango_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pangomm provides a C++ interface to the Pango library.
|
Pangomm provides a C++ interface to the Pango library.
|
||||||
@ -35,14 +44,13 @@ This package contains some man help file and some other files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
doxygen -u docs/reference/Doxyfile.in
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%meson -Dbuild-documentation=true
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -51,20 +59,32 @@ This package contains some man help file and some other files for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libpangomm-%{apiver}.so.1*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/pangomm-1.4
|
%{_includedir}/pangomm-%{apiver}
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libpangomm-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/pangomm-1.4
|
%{_libdir}/pangomm-%{apiver}
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc %{_docdir}/pangomm-1.4/
|
%doc %{_docdir}/pangomm-%{apiver}/
|
||||||
%{_datadir}/devhelp/
|
%{_datadir}/devhelp/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 2.46.3-1
|
||||||
|
- Update to 2.46.3
|
||||||
|
|
||||||
|
* Mon Jun 20 2022 liukuo <liukuo@kylinos.cn> - 2.46.2-2
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 2.46.2-1
|
||||||
|
- Update to 2.46.2
|
||||||
|
|
||||||
|
* 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