Compare commits
10 Commits
0fafa32f8c
...
8e910c33e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e910c33e0 | ||
|
|
b5c43dc4ef | ||
|
|
adf7b59a73 | ||
|
|
99a90373b1 | ||
|
|
058e6e7a70 | ||
|
|
c0c97d2838 | ||
|
|
045e879b7c | ||
|
|
a5794f0f6d | ||
|
|
1284b30286 | ||
|
|
cb67185f88 |
Binary file not shown.
BIN
cairomm-1.14.5.tar.xz
Normal file
BIN
cairomm-1.14.5.tar.xz
Normal file
Binary file not shown.
41
cairomm.spec
41
cairomm.spec
@ -4,16 +4,19 @@
|
|||||||
%global libsigc_version 2.5.1
|
%global libsigc_version 2.5.1
|
||||||
|
|
||||||
Name: cairomm
|
Name: cairomm
|
||||||
Version: 1.12.0
|
Version: 1.14.5
|
||||||
Release: 10
|
Release: 1
|
||||||
Summary: C++ API for the cairo graphics library
|
Summary: C++ API for the cairo graphics library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.cairographics.org
|
URL: http://www.cairographics.org
|
||||||
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: cairo-devel >= %{cairo_version}
|
BuildRequires: cairo-devel >= %{cairo_version}
|
||||||
BuildRequires: libsigc++20-devel >= %{libsigc_version}
|
BuildRequires: libsigc++20-devel >= %{libsigc_version}
|
||||||
BuildRequires: perl, perl(Getopt::Long), pkgconfig
|
BuildRequires: perl, perl(Getopt::Long), pkgconfig, gcc-g++
|
||||||
|
BuildRequires: meson doxygen graphviz libxslt pkgconfig(mm-common-libstdc++)
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
|
||||||
|
|
||||||
Requires: cairo%{?_isa} >= %{cairo_version}
|
Requires: cairo%{?_isa} >= %{cairo_version}
|
||||||
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
|
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
|
||||||
@ -38,21 +41,34 @@ developing %{name} applications.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%meson \
|
||||||
%make_build %{?_smp_mflags}
|
-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
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
|
install -t %{buildroot}%{_docdir}/cairomm-%{apiver} -m 0644 -p \
|
||||||
|
ChangeLog NEWS README.md
|
||||||
|
cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
|
||||||
|
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README NEWS
|
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -67,6 +83,15 @@ developing %{name} applications.
|
|||||||
%doc %{_datadir}/devhelp/
|
%doc %{_datadir}/devhelp/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 1 2019 jiaxiya <jiaxiyajiaxiya@168.com> - 1.12.0-10
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
cairomm.yaml
Normal file
4
cairomm.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: git://anongit.freedesktop.org/git/cairomm
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user