revert from /usr/include/microsoft to /usr/include header dir for mixxx 2.4.0 [release 4.0.0-3mamba;Sun Mar 10 2024]
This commit is contained in:
parent
7f3f0c0505
commit
b3f00bc259
@ -1,6 +1,6 @@
|
|||||||
Name: microsoft-gsl
|
Name: microsoft-gsl
|
||||||
Version: 4.0.0
|
Version: 4.0.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation
|
Summary: Functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -40,7 +40,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/microsoft \
|
|
||||||
-DGSL_TEST=OFF
|
-DGSL_TEST=OFF
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -54,14 +53,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/microsoft
|
%{_includedir}/gsl/*
|
||||||
%dir %{_includedir}/microsoft/gsl
|
|
||||||
%{_includedir}/microsoft/gsl/*
|
|
||||||
%dir %{_datadir}/cmake/Microsoft.GSL
|
%dir %{_datadir}/cmake/Microsoft.GSL
|
||||||
%{_datadir}/cmake/Microsoft.GSL/Microsoft.GSLConfig*.cmake
|
%{_datadir}/cmake/Microsoft.GSL/Microsoft.GSLConfig*.cmake
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-3mamba
|
||||||
|
- revert from /usr/include/microsoft to /usr/include header dir for mixxx 2.4.0
|
||||||
|
|
||||||
* Thu Apr 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-2mamba
|
* Thu Apr 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-2mamba
|
||||||
- install below %_includedir/microsoft to avoid conflicts with libgsl
|
- install below %_includedir/microsoft to avoid conflicts with libgsl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user