rebuilt with python3-boost [release 1.0.1-2mamba;Wed Feb 04 2015]
This commit is contained in:
parent
433d29d25b
commit
0fb3a7cbf3
@ -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 <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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user