update to 1.16.0 [release 1.16.0-1mamba;Sun Feb 07 2021]
This commit is contained in:
parent
44f1edc1f0
commit
ff906893c6
@ -1,13 +1,14 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libcairomm
|
Name: libcairomm
|
||||||
Version: 1.12.2
|
Version: 1.16.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++ wrapper for the cairo graphics library
|
Summary: A C++ wrapper for the cairo graphics library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cairographics.org/cairomm/
|
URL: https://www.cairographics.org/cairomm/
|
||||||
Source: http://www.cairographics.org/releases/cairomm-%{version}.tar.gz
|
Source: http://www.cairographics.org/releases/cairomm-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -34,20 +35,22 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
cairomm is a C++ wrapper for the cairo graphics library. It offers all the power of cairo with an interface familiar to C++ developers, including use of the Standard Template Library where it makes sense.
|
cairomm is a C++ wrapper for the cairo graphics library. It offers all the power of cairo with an interface familiar to C++ developers, including use of the Standard Template Library where it makes sense.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n cairomm-%{version}
|
%setup -q -n cairomm-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson \
|
||||||
%make
|
-Dbuild-documentation=true
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -57,23 +60,27 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcairomm-1.0.so.*
|
%{_libdir}/libcairomm-%{majver}.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/libcairomm-1.0.a
|
%{_libdir}/libcairomm-%{majver}.so
|
||||||
%{_libdir}/libcairomm-1.0.la
|
%dir %{_libdir}/cairomm-%{majver}
|
||||||
%{_libdir}/libcairomm-1.0.so
|
%dir %{_libdir}/cairomm-%{majver}/include
|
||||||
%{_libdir}/cairomm-1.0/include/cairommconfig.h
|
%{_libdir}/cairomm-%{majver}/include/cairommconfig.h
|
||||||
%dir %{_includedir}/cairomm-1.0/cairomm
|
%dir %{_includedir}/cairomm-%{majver}/cairomm
|
||||||
%{_includedir}/cairomm-1.0/cairomm/*.h
|
%{_includedir}/cairomm-%{majver}/cairomm/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_datadir}/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2
|
%{_datadir}/devhelp/books/cairomm-%{majver}/cairomm-%{majver}.devhelp2
|
||||||
%{_datadir}/doc/cairomm-1.0/reference/html/*
|
%{_datadir}/doc/cairomm-%{majver}/reference/html/*
|
||||||
%{_docdir}/cairomm-1.0/reference/cairomm-1.0.tag
|
%{_docdir}/cairomm-%{majver}/reference/cairomm-%{majver}.tag
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.0-1mamba
|
||||||
|
- update to 1.16.0
|
||||||
|
|
||||||
* Sun Feb 05 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
* Sun Feb 05 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user