automatic version update by autodist [release 2.36.0-1mamba;Wed Feb 10 2021]
This commit is contained in:
parent
39841fe80f
commit
e9c814176f
@ -1,13 +1,13 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libatkmm
|
||||
Version: 2.28.1
|
||||
Version: 2.36.0
|
||||
Release: 1mamba
|
||||
Summary: The official C++ interface for the ATK accessibility toolkit library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://library.gnome.org/devel/atkmm/unstable/
|
||||
URL: https://library.gnome.org/devel/atkmm/unstable/
|
||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/atkmm/%{majver}/atkmm-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -39,7 +39,8 @@ This package contains static libraries and header files needed for development.
|
||||
%setup -q -n atkmm-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson \
|
||||
-Dbuild-documentation=true
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -62,15 +63,21 @@ This package contains static libraries and header files needed for development.
|
||||
%{_includedir}/atkmm-*/atkmm.h
|
||||
%{_includedir}/atkmm-*/atkmm/
|
||||
%{_libdir}/libatkmm-*.so
|
||||
%{_libdir}/atkmm-1.6/include/atkmmconfig.h
|
||||
%{_libdir}/atkmm-1.6/proc/m4/convert*.m4
|
||||
%dir %{_libdir}/atkmm-%{majver}
|
||||
%dir %{_libdir}/atkmm-%{majver}/include
|
||||
%{_libdir}/atkmm-%{majver}/include/atkmmconfig.h
|
||||
%{_libdir}/atkmm-%{majver}/proc/m4/convert.m4
|
||||
%{_libdir}/atkmm-%{majver}/proc/m4/convert_atk.m4
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%{_datadir}/devhelp/books/atkmm-*/atkmm-*.devhelp2
|
||||
#%dir %{_docdir}/atkmm-*
|
||||
#%{_docdir}/atkmm-*/reference
|
||||
%{_datadir}/devhelp/books/atkmm-*/atkmm-*.devhelp2
|
||||
%dir %{_docdir}/atkmm-*
|
||||
%{_docdir}/atkmm-*/reference
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Wed Feb 10 2021 Automatic Build System <autodist@mambasoft.it> 2.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 19 2020 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user