update spec
This commit is contained in:
parent
b54988e4af
commit
f2da63ccc5
13
eigen3.spec
13
eigen3.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: eigen3
|
Name: eigen3
|
||||||
Version: 3.3.8
|
Version: 3.3.8
|
||||||
Release: 1%{?dist}
|
Release: 2
|
||||||
Summary: A lightweight C++ template library for vector and matrix math
|
Summary: A lightweight C++ template library for vector and matrix math
|
||||||
|
|
||||||
License: MPLv2.0 and LGPLv2+ and BSD
|
License: MPLv2.0 and LGPLv2+ and BSD
|
||||||
@ -35,17 +35,18 @@ Provides: %{name}-static = %{version}-%{release}
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -p -d Eigen %{buildroot}/%{_includedir}/%{name}
|
install -d -p -m 0755 %{buildroot}%{_includedir}/%{name}
|
||||||
|
cp -r Eigen unsupported %{buildroot}%{_includedir}/%{name}/
|
||||||
%files
|
|
||||||
%license COPYING.README COPYING.BSD COPYING.MPL2 COPYING.LGPL
|
|
||||||
%{_includedir}/%{name}
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING.README COPYING.BSD COPYING.MPL2 COPYING.LGPL
|
%license COPYING.README COPYING.BSD COPYING.MPL2 COPYING.LGPL
|
||||||
|
%defattr(0644, root, root, 0755)
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 27 2021 herengui <herengui@uniontech.com> - 3.3.8-2
|
||||||
|
- fix empty include directory issue
|
||||||
|
|
||||||
* Tue Dec 1 2020 hubble_zhu<hubble_zhu@qq.com> - 3.3.8-1
|
* Tue Dec 1 2020 hubble_zhu<hubble_zhu@qq.com> - 3.3.8-1
|
||||||
- package init
|
- package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user