rebuilt with python3-boost [release 1.0.1-2mamba;Wed Feb 04 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 21:03:40 +01:00
parent 433d29d25b
commit 0fb3a7cbf3

View File

@ -1,6 +1,6 @@
Name: calamares Name: calamares
Version: 1.0.1 Version: 1.0.1
Release: 1mamba Release: 2mamba
Summary: Distribution-independent installer framework Summary: Distribution-independent installer framework
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
@ -12,14 +12,17 @@ Source: https://github.com/calamares/calamares.git/v%{version}/calamares-
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libboost-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libparted-devel BuildRequires: libparted-devel
BuildRequires: libpython3-devel
BuildRequires: libqt5-devel BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libyaml-cpp-devel BuildRequires: libyaml-cpp-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
BuildRequires: libpolkit-qt5-1-devel BuildRequires: libpolkit-qt5-1-devel
BuildRequires: libboost-devel >= 1.57.0-3mamba
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root 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}/cmake/Calamares/Calamares*.cmake
%{_libdir}/libcalamares.so %{_libdir}/libcalamares.so
%{_libdir}/libcalamaresui.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 %doc README.md
%changelog %changelog
* Wed Feb 04 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
- rebuilt with python3-boost
* Tue Feb 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba * Tue Feb 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface