automatic version update by autodist [release 2.36.3-1mamba;Mon Jan 29 2024]
This commit is contained in:
parent
69b44421dd
commit
c7432ae79c
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libatkmm
|
||||
Version: 2.36.2
|
||||
Version: 2.36.3
|
||||
Release: 1mamba
|
||||
Summary: The official C++ interface for the ATK accessibility toolkit library
|
||||
Group: System/Libraries
|
||||
@ -12,7 +12,7 @@ Source: http://ftp.acc.umu.se/pub/GNOME/sources/atkmm/%{majver}/atkmm-%{v
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libglibmm-devel
|
||||
@ -53,14 +53,15 @@ This package contains static libraries and header files needed for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libatkmm-*.so.*
|
||||
%doc AUTHORS COPYING
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}
|
||||
%dir %{_includedir}/atkmm-*
|
||||
%{_includedir}/atkmm-*/atkmm.h
|
||||
%{_includedir}/atkmm-*/atkmm/
|
||||
%dir %{_includedir}/atkmm-*/atkmm/
|
||||
%{_includedir}/atkmm-*/atkmm/*
|
||||
%{_libdir}/libatkmm-*.so
|
||||
%dir %{_libdir}/atkmm-%{majver}
|
||||
%dir %{_libdir}/atkmm-%{majver}/include
|
||||
@ -71,9 +72,12 @@ This package contains static libraries and header files needed for development.
|
||||
%{_datadir}/devhelp/books/atkmm-*/atkmm-*.devhelp2
|
||||
%dir %{_docdir}/atkmm-*
|
||||
%{_docdir}/atkmm-*/reference
|
||||
%doc ChangeLog NEWS
|
||||
%doc ChangeLog README.md
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2024 Automatic Build System <autodist@openmamba.org> 2.36.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 23 2022 Automatic Build System <autodist@mambasoft.it> 2.36.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user