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
|
Name: libgtkmm2
|
||||||
Version: 2.24.5
|
Version: 2.24.5
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
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://sourceforge.net/directory/development/development/
|
||||||
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: libat-spi2-core-devel
|
||||||
BuildRequires: libatkmm-devel
|
BuildRequires: libatkmm1-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcairomm-devel
|
BuildRequires: libcairomm10-devel
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglibmm-devel
|
BuildRequires: libglibmm24-devel
|
||||||
BuildRequires: libglitz-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpangomm-devel
|
BuildRequires: libpangomm1-devel
|
||||||
BuildRequires: libpixman-devel
|
BuildRequires: libsigc++2-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libpthread-stubs-devel
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsigc++-devel
|
|
||||||
BuildRequires: libstdc++6-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
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: pkgconfig >= 0.15.0
|
BuildRequires: pkgconfig >= 0.15.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+. It closely follows GTK+ development.
|
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
|
%description devel
|
||||||
gtkmm (previously known as Gtk--) is the official C++ interface for the popular GUI library GTK+. It closely follows GTK+ development.
|
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.
|
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
|
%prep
|
||||||
%setup -q -n gtkmm-%{version}
|
%setup -q -n gtkmm-%{version}
|
||||||
@ -79,25 +67,32 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgdkmm-*.so.*
|
%{_libdir}/libgdkmm-2.4.so.*
|
||||||
%{_libdir}/libgtkmm-*.so.*
|
%{_libdir}/libgtkmm-2.4.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%dir %{_includedir}/gdkmm-2.4
|
||||||
%{_libdir}/*.la
|
%{_includedir}/gdkmm-2.4/*
|
||||||
%{_libdir}/*.so
|
%dir %{_includedir}/gtkmm-2.4
|
||||||
|
%{_includedir}/gtkmm-2.4/*
|
||||||
|
%{_libdir}/libgdkmm-2.4.so
|
||||||
|
%{_libdir}/libgtkmm-2.4.so
|
||||||
%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-2.4
|
%{_datadir}/devhelp/books/gtkmm-2.4
|
||||||
%{_docdir}/gtkmm-?.?/images
|
%{_libdir}/pkgconfig/gdkmm-2.4.pc
|
||||||
%{_docdir}/gtkmm-?.?/reference
|
%{_libdir}/pkgconfig/gtkmm-2.4.pc
|
||||||
%{_libdir}/pkgconfig/gdkmm-*.pc
|
%dir %{_docdir}/gtkmm-2.4
|
||||||
%{_libdir}/pkgconfig/gtkmm-*.pc
|
%{_docdir}/gtkmm-2.4/images
|
||||||
|
%{_docdir}/gtkmm-2.4/reference
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.5-2mamba
|
||||||
- rebuild to update libtool archives
|
- rebuild to update libtool archives
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user