update to 3.24.9 [release 3.24.9-1mamba;Mon Jul 08 2024]
This commit is contained in:
parent
5afe6da812
commit
27ee3340a6
@ -1,29 +1,25 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libgtkmm3
|
Name: libgtkmm3
|
||||||
Version: 3.24.2
|
Version: 3.24.9
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: gtkmm is the official C++ interface for the popular GUI library GTK+
|
Summary: gtkmm is the official C++ interface for the popular GUI library GTK+
|
||||||
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://gtkmm.sourceforge.net
|
URL: https://gtkmm.org/en/
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{majversion}/gtkmm-%{version}.tar.xz
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{majversion}/gtkmm-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
|
||||||
BuildRequires: libatkmm1-devel
|
BuildRequires: libatkmm1-devel
|
||||||
BuildRequires: libcairo-devel
|
|
||||||
BuildRequires: libcairomm10-devel
|
BuildRequires: libcairomm10-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglibmm24-devel
|
BuildRequires: libglibmm24-devel
|
||||||
BuildRequires: libgtk3-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libpango-devel
|
|
||||||
BuildRequires: libpangomm1-devel
|
BuildRequires: libpangomm1-devel
|
||||||
BuildRequires: libsigc++2-devel
|
BuildRequires: libsigc++2-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -50,12 +46,13 @@ This package contains static libraries and header files needed for development.
|
|||||||
%setup -q -n gtkmm-%{version}
|
%setup -q -n gtkmm-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%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}"
|
||||||
@ -65,25 +62,29 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgdkmm-*.so.*
|
%{_libdir}/libgdkmm-3.0.so.*
|
||||||
%{_libdir}/libgtkmm-*.so.*
|
%{_libdir}/libgtkmm-3.0.so.*
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%dir %{_includedir}/gtkmm-3.0
|
||||||
%{_libdir}/*.la
|
%{_includedir}/gtkmm-3.0/*
|
||||||
%{_libdir}/*.so
|
%dir %{_includedir}/gdkmm-3.0
|
||||||
|
%{_includedir}/gdkmm-3.0/*
|
||||||
|
%{_libdir}/libgdkmm-3.0.so
|
||||||
|
%{_libdir}/libgtkmm-3.0.so
|
||||||
%{_libdir}/pkgconfig/gdkmm-*.pc
|
%{_libdir}/pkgconfig/gdkmm-*.pc
|
||||||
%{_libdir}/pkgconfig/gtkmm-*.pc
|
|
||||||
%dir %{_libdir}/gtkmm-?.?/include
|
%dir %{_libdir}/gtkmm-?.?/include
|
||||||
%{_libdir}/gtkmm-?.?/include/*.h
|
%{_libdir}/gtkmm-?.?/include/*.h
|
||||||
%{_libdir}/gdkmm-?.?/include/gdkmmconfig.h
|
%{_libdir}/gdkmm-?.?/include/gdkmmconfig.h
|
||||||
%{_libdir}/gtkmm-?.?/proc/m4/*.m4
|
%{_libdir}/gtkmm-?.?/proc/m4/*.m4
|
||||||
%{_datadir}/devhelp/books/gtkmm-*
|
%{_libdir}/pkgconfig/gtkmm-*.pc
|
||||||
%{_docdir}/gtkmm-?.?/images
|
|
||||||
%{_docdir}/gtkmm-?.?/reference
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.9-1mamba
|
||||||
|
- update to 3.24.9
|
||||||
|
|
||||||
* Tue Apr 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.2-2mamba
|
* Tue Apr 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.2-2mamba
|
||||||
- legacy package
|
- legacy package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user