Switch to meson build system
This commit is contained in:
parent
8cb2ca9f61
commit
148df0f8c0
@ -10,10 +10,14 @@ License: LGPLv2+
|
|||||||
URL: http://libsigc.sourceforge.net/
|
URL: http://libsigc.sourceforge.net/
|
||||||
Source0: http://download.gnome.org/sources/libsigc++/%{release_version}/libsigc++-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/libsigc++/%{release_version}/libsigc++-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: docbook-style-xsl
|
||||||
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libxslt
|
||||||
BuildRequires: m4
|
BuildRequires: m4
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: meson
|
||||||
BuildRequires: perl(Getopt::Long)
|
BuildRequires: perl(Getopt::Long)
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libsigc++ implements a typesafe callback system for standard C++. It
|
libsigc++ implements a typesafe callback system for standard C++. It
|
||||||
@ -48,13 +52,12 @@ This package contains the full API documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson -Dbuild-documentation=true
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -76,8 +79,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 28 15:16:45 CEST 2020 Kalev Lember <klember@redhat.com> - 2.10.4-1
|
* Mon Sep 28 2020 Kalev Lember <klember@redhat.com> - 2.10.4-1
|
||||||
- Update to 2.10.4
|
- Update to 2.10.4
|
||||||
|
- Switch to meson build system
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.3-2
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user