From 0fb3a7cbf30871e92287496d7ba8bd319f8dd580 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:03:40 +0100 Subject: [PATCH] rebuilt with python3-boost [release 1.0.1-2mamba;Wed Feb 04 2015] --- calamares.spec | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/calamares.spec b/calamares.spec index 2b6978a..c5e0c38 100644 --- a/calamares.spec +++ b/calamares.spec @@ -1,6 +1,6 @@ Name: calamares Version: 1.0.1 -Release: 1mamba +Release: 2mamba Summary: Distribution-independent installer framework Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -12,14 +12,17 @@ Source: https://github.com/calamares/calamares.git/v%{version}/calamares- License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libboost-devel BuildRequires: libgcc BuildRequires: libparted-devel +BuildRequires: libpython3-devel BuildRequires: libqt5-devel BuildRequires: libstdc++6-devel BuildRequires: libyaml-cpp-devel ## AUTOBUILDREQ-END BuildRequires: cmake BuildRequires: libpolkit-qt5-1-devel +BuildRequires: libboost-devel >= 1.57.0-3mamba Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -152,23 +155,12 @@ This package contains libraries and header files for developing applications tha %{_libdir}/cmake/Calamares/Calamares*.cmake %{_libdir}/libcalamares.so %{_libdir}/libcalamaresui.so - - - -## note: this list is just an example; modify as required -# %{_bindir}/%{name}-config -# %{_datadir}/aclocal/*.m4 -# %{_includedir}/*.h -# %{_includedir}/%{name} -# %{_libdir}/*.a -# %{_libdir}/*.la -# %{_libdir}/*.so -# %{_libdir}/pkgconfig/*.pc -# %{_mandir}/man1/%{name}-config.* -# %{_mandir}/man3/* %doc README.md %changelog +* Wed Feb 04 2015 Silvan Calarco 1.0.1-2mamba +- rebuilt with python3-boost + * Tue Feb 03 2015 Silvan Calarco 1.0.1-1mamba - package created using the webbuild interface