cairomm/cairomm.spec

205 lines
6.2 KiB
RPMSpec
Raw Normal View History

%global so_version 1
%global apiver 1.0
# “Let mm-common-get copy some files to untracked/”, i.e., replace scripts from
# the tarball with those from mm-common. This is (potentially) required if
# building an autotools-generated tarball with meson, or vice versa.
%bcond_without maintainer_mode
2010-07-14 15:01:58 +00:00
# Doxygen HTML help is not suitable for packaging due to a minified JavaScript
# bundle inserted by Doxygen itself. See discussion at
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555.
#
# We can enable the Doxygen PDF documentation as a lesser substitute.
%bcond_without doc_pdf
2015-09-22 12:24:11 +00:00
Name: cairomm
2021-02-10 23:42:39 +00:00
Summary: C++ API for the cairo graphics library
Version: 1.14.2
2021-07-20 18:48:02 +00:00
Release: %autorelease -b 3
2021-02-10 23:42:39 +00:00
2021-02-11 14:50:45 +00:00
URL: https://www.cairographics.org
2015-09-22 12:24:11 +00:00
License: LGPLv2+
2021-02-10 23:42:39 +00:00
%global src_base https://www.cairographics.org/releases
2021-09-25 16:34:38 +00:00
Source0: %{src_base}/cairomm-%{version}.tar.xz
# No keyring with authorized GPG signing keys is published
# (https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/331), but we
# are able to verify the signature using the key for Kjell Ahlstedt from
# https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/290.
Source1: %{src_base}/cairomm-%{version}.tar.xz.asc
Source2: https://gitlab.freedesktop.org/freedesktop/freedesktop/uploads/0ac64e9582659f70a719d59fb02cd037/gpg_key.pub
BuildRequires: gnupg2
2021-02-10 23:42:39 +00:00
BuildRequires: gcc-c++
BuildRequires: meson
2021-02-10 23:42:39 +00:00
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(sigc++-2.0)
BuildRequires: pkgconfig(fontconfig)
# Everything mentioned in data/cairomm*.pc.in, except the Quartz and Win32
# libraries that do not apply to this platform:
BuildRequires: pkgconfig(cairo-ft)
BuildRequires: pkgconfig(cairo-pdf)
BuildRequires: pkgconfig(cairo-png)
BuildRequires: pkgconfig(cairo-ps)
BuildRequires: pkgconfig(cairo-svg)
BuildRequires: pkgconfig(cairo-xlib)
BuildRequires: pkgconfig(cairo-xlib-xrender)
%if %{with maintainer_mode}
# mm-common-get
BuildRequires: mm-common
%endif
BuildRequires: perl-interpreter
BuildRequires: perl(Getopt::Long)
BuildRequires: doxygen
# dot
BuildRequires: graphviz
# xsltproc
BuildRequires: libxslt
BuildRequires: pkgconfig(mm-common-libstdc++)
%if %{with doc_pdf}
BuildRequires: doxygen-latex
BuildRequires: make
%endif
# For tests:
BuildRequires: boost-devel
# Based on discussion in
# https://src.fedoraproject.org/rpms/pangomm/pull-request/2, cairomm will
# continue to provide API/ABI version 1.0 indefinitely, with the cairomm1.16
# package providing the new 1.16 API/ABI series. This virtual Provides is
# therefore no longer required, as dependent packages requiring the 1.0 API/ABI
# may safely require cairomm and its subpackages.
2021-09-25 16:34:38 +00:00
Provides: cairomm%{apiver}%{?_isa} = %{version}-%{release}
2021-02-10 23:53:15 +00:00
%description
This library provides a C++ interface to cairo.
The API/ABI version series is %{apiver}.
2021-02-10 23:42:39 +00:00
%package devel
2021-09-25 16:34:38 +00:00
Summary: Development files for cairomm
Requires: cairomm%{?_isa} = %{version}-%{release}
2021-09-25 16:34:38 +00:00
Provides: cairomm%{apiver}-devel%{?_isa} = %{version}-%{release}
2021-02-10 23:53:15 +00:00
%description devel
2021-09-25 16:34:38 +00:00
The cairomm-devel package contains libraries and header files for developing
applications that use cairomm.
2007-07-21 05:06:40 +00:00
The API/ABI version series is %{apiver}.
2011-07-29 01:51:13 +00:00
%package doc
2021-09-25 16:34:38 +00:00
Summary: Documentation for cairomm
2011-07-29 01:51:13 +00:00
BuildArch: noarch
2021-09-25 16:34:38 +00:00
Provides: cairomm%{apiver}-doc = %{version}-%{release}
2021-02-10 23:53:15 +00:00
%description doc
Documentation for cairomm can be viewed through the devhelp documentation
browser.
2009-11-18 15:10:54 +00:00
The API/ABI version series is %{apiver}.
2009-11-18 15:10:54 +00:00
%prep
# Import developers public GPG key to a keyring that we can use for signature
# verification.
workdir="$(mktemp --directory)"
gpg2 --homedir="${workdir}" --yes --import '%{SOURCE2}'
gpg2 --homedir="${workdir}" --export --export-options export-minimal \
2021-09-25 16:34:38 +00:00
> cairomm.gpg
rm -rf "${workdir}"
%{gpgverify} \
2021-09-25 16:34:38 +00:00
--keyring='cairomm.gpg' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup
# We must remove the jQuery/jQueryUI bundle with precompiled/minified/bundled
# JavaScript that is in untracked/docs/reference/html/jquery.js, since such
# sources are banned in Fedora. (Note also that the bundled JavaScript had a
# different license.) We also remove the tag file, which triggers a rebuild of
# the documentation. While we are at it, we might as well rebuild the devhelp
# XML too. Note that we will not install the HTML documentation.
rm -rf untracked/docs/reference/html
2021-09-25 16:34:38 +00:00
rm untracked/docs/reference/cairomm-%{apiver}.tag \
untracked/docs/reference/cairomm-%{apiver}.devhelp2
%if %{with doc_pdf}
# We enable the Doxygen PDF documentation as a lesser substitute. We must
# enable GENERATE_LATEX and LATEX_BATCHMODE; the rest are precautionary and
# should already be set as we like them.
sed -r -i \
-e "s/^([[:blank:]]*(GENERATE_LATEX|LATEX_BATCHMODE|USE_PDFLATEX|\
PDF_HYPERLINKS)[[:blank:]]*=[[:blank:]]*)NO[[:blank:]]*/\1YES/" \
-e "s/^([[:blank:]]*(LATEX_TIMESTAMP)\
[[:blank:]]*=[[:blank:]]*)YES[[:blank:]]*/\1NO/" \
docs/reference/Doxyfile.in
%endif
2021-02-10 23:42:39 +00:00
%build
%meson \
-Dmaintainer-mode=%{?with_maintainer_mode:true}%{?!with_maintainer_mode:false} \
-Dbuild-documentation=true \
-Dbuild-examples=false \
-Dbuild-tests=true \
-Dboost-shared=true \
-Dwarnings=max
%meson_build
%if %{with doc_pdf}
%make_build -C '%{_vpath_builddir}/docs/reference/latex'
%endif
2021-02-10 23:42:39 +00:00
%install
%meson_install
2021-09-25 16:34:38 +00:00
install -t %{buildroot}%{_docdir}/cairomm-%{apiver} -m 0644 -p \
AUTHORS ChangeLog MAINTAINERS NEWS README
2021-09-25 16:34:38 +00:00
cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
rm -vrf '%{buildroot}%{_docdir}/cairomm-%{apiver}/reference/html'
%if %{with doc_pdf}
2021-09-27 18:22:09 +00:00
install '%{_vpath_builddir}/docs/reference/latex/refman.pdf' -p -m 0644 \
'%{buildroot}%{_docdir}/cairomm-%{apiver}/reference/cairomm-%{apiver}.pdf'
%endif
2021-02-10 23:42:39 +00:00
%check
%meson_test
%files
2015-09-22 19:58:00 +00:00
%license COPYING
2021-09-25 16:34:38 +00:00
%{_libdir}/libcairomm-%{apiver}.so.%{so_version}
%{_libdir}/libcairomm-%{apiver}.so.%{so_version}.*
2021-02-10 23:42:39 +00:00
%files devel
2021-09-25 16:34:38 +00:00
%{_includedir}/cairomm-%{apiver}
%{_libdir}/libcairomm-%{apiver}.so
%{_libdir}/pkgconfig/cairomm-%{apiver}.pc
%{_libdir}/pkgconfig/cairomm-*-%{apiver}.pc
%{_libdir}/cairomm-%{apiver}
2021-02-10 23:42:39 +00:00
2009-11-18 15:10:54 +00:00
%files doc
%license COPYING
# Note: HTML reference manual has been removed. See comment in %%install.
%doc %{_docdir}/cairomm-%{apiver}
%doc %{_datadir}/devhelp/
2009-11-18 15:10:54 +00:00
2021-02-10 23:42:39 +00:00
%changelog
2021-07-20 18:36:53 +00:00
%autochangelog