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.
41
cairomm.spec
41
cairomm.spec
@ -4,19 +4,16 @@
|
|||||||
%global libsigc_version 2.5.1
|
%global libsigc_version 2.5.1
|
||||||
|
|
||||||
Name: cairomm
|
Name: cairomm
|
||||||
Version: 1.14.5
|
Version: 1.12.0
|
||||||
Release: 1
|
Release: 10
|
||||||
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.xz
|
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
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, gcc-g++
|
BuildRequires: perl, perl(Getopt::Long), pkgconfig
|
||||||
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}
|
||||||
@ -41,34 +38,21 @@ developing %{name} applications.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%configure --disable-static
|
||||||
-Dmaintainer-mode=%{?with_maintainer_mode:true}%{?!with_maintainer_mode:false} \
|
%make_build %{?_smp_mflags}
|
||||||
-Dbuild-documentation=true \
|
|
||||||
-Dbuild-examples=false \
|
|
||||||
-Dbuild-tests=true \
|
|
||||||
-Dboost-shared=true \
|
|
||||||
-Dwarnings=max
|
|
||||||
%meson_build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_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
|
||||||
@ -83,15 +67,6 @@ cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
|
|||||||
%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
|
||||||
|
|||||||
@ -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