rebuilt with debug package and specfile fixes [release 2.24.5-3mamba;Sat May 11 2024]
This commit is contained in:
parent
d7c22b7460
commit
99d46cad56
@ -2,48 +2,35 @@
|
||||
|
||||
Name: libgtkmm2
|
||||
Version: 2.24.5
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: gtkmm is the official C++ interface for the popular GUI library GTK+
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://gtkmm.sourceforge.net
|
||||
URL: https://sourceforge.net/directory/development/development/
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{majversion}/gtkmm-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libatkmm-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libatkmm1-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcairomm-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libcairomm10-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libglibmm-devel
|
||||
BuildRequires: libglitz-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libglibmm24-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpangomm-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsigc++-devel
|
||||
BuildRequires: libpangomm1-devel
|
||||
BuildRequires: libsigc++2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxcb-util-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pkgconfig >= 0.15.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
%description
|
||||
Gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+. It closely follows GTK+ development.
|
||||
@ -57,8 +44,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description devel
|
||||
gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+. It closely follows GTK+ development.
|
||||
Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.
|
||||
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
|
||||
%setup -q -n gtkmm-%{version}
|
||||
@ -79,25 +67,32 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgdkmm-*.so.*
|
||||
%{_libdir}/libgtkmm-*.so.*
|
||||
%{_libdir}/libgdkmm-2.4.so.*
|
||||
%{_libdir}/libgtkmm-2.4.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%dir %{_includedir}/gdkmm-2.4
|
||||
%{_includedir}/gdkmm-2.4/*
|
||||
%dir %{_includedir}/gtkmm-2.4
|
||||
%{_includedir}/gtkmm-2.4/*
|
||||
%{_libdir}/libgdkmm-2.4.so
|
||||
%{_libdir}/libgtkmm-2.4.so
|
||||
%dir %{_libdir}/gtkmm-?.?/include
|
||||
%{_libdir}/gtkmm-?.?/include/*.h
|
||||
%{_libdir}/gdkmm-?.?/include/gdkmmconfig.h
|
||||
%{_libdir}/gtkmm-?.?/proc/m4/*.m4
|
||||
%{_datadir}/devhelp/books/gtkmm-2.4
|
||||
%{_docdir}/gtkmm-?.?/images
|
||||
%{_docdir}/gtkmm-?.?/reference
|
||||
%{_libdir}/pkgconfig/gdkmm-*.pc
|
||||
%{_libdir}/pkgconfig/gtkmm-*.pc
|
||||
%{_libdir}/pkgconfig/gdkmm-2.4.pc
|
||||
%{_libdir}/pkgconfig/gtkmm-2.4.pc
|
||||
%dir %{_docdir}/gtkmm-2.4
|
||||
%{_docdir}/gtkmm-2.4/images
|
||||
%{_docdir}/gtkmm-2.4/reference
|
||||
|
||||
%changelog
|
||||
* Sat May 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.5-3mamba
|
||||
- rebuilt with debug package and specfile fixes
|
||||
|
||||
* Fri Nov 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.5-2mamba
|
||||
- rebuild to update libtool archives
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user