automatic version update by autodist [release 4.0.1-1mamba;Sun Apr 18 2021]
This commit is contained in:
parent
3e281a13bc
commit
a31ffc5f98
@ -1,34 +1,32 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
%define apiver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libgtkmm
|
Name: libgtkmm
|
||||||
Version: 3.24.2
|
Version: 4.0.1
|
||||||
Release: 1mamba
|
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.sourceforge.net
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{majversion}/gtkmm-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gtkmm/%{majversion}/gtkmm-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGINBuildRequires: glibc-devel
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatkmm-devel
|
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcairomm-devel
|
BuildRequires: libcairomm-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglibmm-devel
|
BuildRequires: libglibmm-devel
|
||||||
|
BuildRequires: libgraphene-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libpango-devel
|
|
||||||
BuildRequires: libpangomm-devel
|
BuildRequires: libpangomm-devel
|
||||||
BuildRequires: libsigc++-devel
|
BuildRequires: libsigc++-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-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.
|
||||||
@ -42,19 +40,21 @@ 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}
|
||||||
|
|
||||||
%configure
|
%build
|
||||||
%make
|
%meson
|
||||||
|
|
||||||
|
%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}"
|
||||||
@ -64,25 +64,28 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgdkmm-*.so.*
|
%{_libdir}/libgtkmm-%{apiver}.so.*
|
||||||
%{_libdir}/libgtkmm-*.so.*
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%dir %{_includedir}/gtkmm-%{apiver}
|
||||||
%{_libdir}/*.la
|
%{_includedir}/gtkmm-%{apiver}/gdkmm.h
|
||||||
%{_libdir}/*.so
|
%{_includedir}/gtkmm-%{apiver}/gtkmm.h
|
||||||
%{_libdir}/pkgconfig/gdkmm-*.pc
|
%dir %{_includedir}/gtkmm-%{apiver}/gdkmm
|
||||||
%{_libdir}/pkgconfig/gtkmm-*.pc
|
%{_includedir}/gtkmm-%{apiver}/gdkmm/*
|
||||||
%dir %{_libdir}/gtkmm-?.?/include
|
%dir %{_includedir}/gtkmm-%{apiver}/gtkmm
|
||||||
%{_libdir}/gtkmm-?.?/include/*.h
|
%{_includedir}/gtkmm-%{apiver}/gtkmm/*
|
||||||
%{_libdir}/gdkmm-?.?/include/gdkmmconfig.h
|
%dir %{_libdir}/gtkmm-%{apiver}/include
|
||||||
%{_libdir}/gtkmm-?.?/proc/m4/*.m4
|
%{_libdir}/gtkmm-%{apiver}/include/*.h
|
||||||
%{_datadir}/devhelp/books/gtkmm-*
|
%{_libdir}/libgtkmm-%{apiver}.so
|
||||||
%{_docdir}/gtkmm-?.?/images
|
%{_libdir}/pkgconfig/gtkmm-%{apiver}.pc
|
||||||
%{_docdir}/gtkmm-?.?/reference
|
%{_libdir}/gtkmm-%{apiver}/proc/m4/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 18 2021 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Nov 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.2-1mamba
|
* Fri Nov 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.24.2-1mamba
|
||||||
- update to 3.24.2
|
- update to 3.24.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user