Compare commits
No commits in common. "8e910c33e01601817860eea1dd25490a9e0b6eea" and "0fafa32f8c740bae2f86bcc022d4730c71725151" have entirely different histories.
8e910c33e0
...
0fafa32f8c
BIN
cairomm-1.12.0.tar.gz
Normal file
BIN
cairomm-1.12.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
43
cairomm.spec
43
cairomm.spec
@ -4,19 +4,16 @@
|
||||
%global libsigc_version 2.5.1
|
||||
|
||||
Name: cairomm
|
||||
Version: 1.14.5
|
||||
Release: 1
|
||||
Version: 1.12.0
|
||||
Release: 10
|
||||
Summary: C++ API for the cairo graphics library
|
||||
License: LGPLv2+
|
||||
URL: http://www.cairographics.org
|
||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.xz
|
||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cairo-devel >= %{cairo_version}
|
||||
BuildRequires: libsigc++20-devel >= %{libsigc_version}
|
||||
BuildRequires: perl, perl(Getopt::Long), pkgconfig, gcc-g++
|
||||
BuildRequires: meson doxygen graphviz libxslt pkgconfig(mm-common-libstdc++)
|
||||
BuildRequires: boost-devel
|
||||
|
||||
BuildRequires: perl, perl(Getopt::Long), pkgconfig
|
||||
|
||||
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
|
||||
@ -41,34 +38,21 @@ developing %{name} applications.
|
||||
%autosetup -p1
|
||||
|
||||
%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
|
||||
|
||||
%configure --disable-static
|
||||
%make_build %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
install -t %{buildroot}%{_docdir}/cairomm-%{apiver} -m 0644 -p \
|
||||
ChangeLog NEWS README.md
|
||||
cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
|
||||
%make_install
|
||||
|
||||
%delete_la
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS README NEWS
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
@ -78,20 +62,11 @@ cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_libdir}/%{name}-%{apiver}
|
||||
|
||||
%files help
|
||||
%files help
|
||||
%doc %{_datadir}/doc/%{name}-%{apiver}/
|
||||
%doc %{_datadir}/devhelp/
|
||||
|
||||
%changelog
|
||||
* Fri Dec 29 2023 Paul Thomas <paulthomas100199@gmail.com> - 1.14.5-1
|
||||
- update to version 1.14.5
|
||||
|
||||
* Thu Sep 07 2023 chenchen <chen_aka_jan@163.com> - 1.14.4-1
|
||||
- Upgrade to version 1.14.4
|
||||
|
||||
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 1.12.0-11
|
||||
- Fix building error: C++ compiler cannot create executables
|
||||
- Add gcc-g++ in BuildRequires
|
||||
|
||||
* Sun Dec 1 2019 jiaxiya <jiaxiyajiaxiya@168.com> - 1.12.0-10
|
||||
- Package init
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: git
|
||||
src_repo: git://anongit.freedesktop.org/git/cairomm
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user