195 lines
6.6 KiB
RPMSpec
195 lines
6.6 KiB
RPMSpec
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
|
|
Name: libgtkmm3
|
|
Version: 3.24.9
|
|
Release: 1mamba
|
|
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: https://gtkmm.org/en/
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{majversion}/gtkmm-%{version}.tar.xz
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libatkmm1-devel
|
|
BuildRequires: libcairomm10-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglibmm24-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libpangomm1-devel
|
|
BuildRequires: libsigc++2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: pkgconfig >= 0.15.0
|
|
|
|
%description
|
|
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.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
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.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n gtkmm-%{version}
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgdkmm-3.0.so.*
|
|
%{_libdir}/libgtkmm-3.0.so.*
|
|
%doc COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/gtkmm-3.0
|
|
%{_includedir}/gtkmm-3.0/*
|
|
%dir %{_includedir}/gdkmm-3.0
|
|
%{_includedir}/gdkmm-3.0/*
|
|
%{_libdir}/libgdkmm-3.0.so
|
|
%{_libdir}/libgtkmm-3.0.so
|
|
%{_libdir}/pkgconfig/gdkmm-*.pc
|
|
%dir %{_libdir}/gtkmm-?.?/include
|
|
%{_libdir}/gtkmm-?.?/include/*.h
|
|
%{_libdir}/gdkmm-?.?/include/gdkmmconfig.h
|
|
%{_libdir}/gtkmm-?.?/proc/m4/*.m4
|
|
%{_libdir}/pkgconfig/gtkmm-*.pc
|
|
|
|
%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
|
|
- legacy package
|
|
|
|
* Fri Nov 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.2-1mamba
|
|
- update to 3.24.2
|
|
|
|
* Sun Nov 19 2017 Automatic Build System <autodist@mambasoft.it> 3.22.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Aug 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.22.1-1mamba
|
|
- update to 3.22.1
|
|
|
|
* Thu Dec 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.18.0-2mamba
|
|
- rebuilt with gcc 5.2.0
|
|
|
|
* Sun Nov 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.18.0-1mamba
|
|
- update to 3.18.0
|
|
|
|
* Fri Oct 03 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 14 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 05 2014 Automatic Build System <autodist@mambasoft.it> 3.11.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 05 2014 Automatic Build System <autodist@mambasoft.it> 3.11.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 19 2014 Automatic Build System <autodist@mambasoft.it> 3.11.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 02 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 17 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 3.7.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 22 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 28 2012 Automatic Build System <autodist@mambasoft.it> 3.5.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 11 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 3.3.20-1mamba
|
|
- update to 3.3.20
|
|
|
|
* Wed Nov 09 2011 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 04 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 24 2011 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 24 2010 Automatic Build System <autodist@mambasoft.it> 2.22.0-1mamba
|
|
- automatic update to 2.22.0 by autodist
|
|
|
|
* Sat Jun 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.20.3-2mamba
|
|
- documentation moved to devel package
|
|
|
|
* Tue Jun 01 2010 Automatic Build System <autodist@mambasoft.it> 2.20.3-1mamba
|
|
- automatic update to 2.20.3 by autodist
|
|
|
|
* Thu Aug 13 2009 Automatic Build System <autodist@mambasoft.it> 2.14.5-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 2.14.3-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon Dec 01 2008 gil <puntogil@libero.it> 2.14.3-1mamba
|
|
- update to 2.14.3
|
|
|
|
* Thu Jun 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.12.6-1mamba
|
|
- update to 2.12.6
|
|
|
|
* Thu Jun 15 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 2.8.8-1qilnx
|
|
- update to version 2.8.8 by autospec
|
|
- fixed group of devel package
|
|
|
|
* Mon Aug 29 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.6.4-1qilnx
|
|
- update to version 2.6.4 by autospec
|
|
- update dynamic linker run time bindings
|
|
|
|
* Thu Dec 16 2004 Davide Madrisan <davide.madrisan@qilinux.it> 2.4.8-2qilnx
|
|
- specfile cleanups
|
|
- package rebuild and moved to QiLinux official repository
|
|
|
|
* Wed Dec 15 2004 Matteo Bernasconi <voyagernm@virgilio.it> 2.4.8-1qilnx
|
|
- updated to new version
|
|
|
|
* Sun Feb 29 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.9-1qilnx
|
|
- first build
|