Skip to content

Commit 87d413b

Browse files
author
elena.tyuleneva
committed
Spec file for crypto_mb library was changed
1 parent 96c3161 commit 87d413b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sources/ippcp/crypto_mb/tools/rpm/intel-crypto-mb.spec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ rm -rf "%{buildroot}"
7676
install -d %{buildroot}/%{_licensedir}/%{name}-%{fullversion}
7777
install -m 0644 LICENSE %{buildroot}/%{_licensedir}/%{name}-%{fullversion}
7878
# Install headers
79-
install -d %{buildroot}/%{_includedir}/crypto_mb/crypto_mb
79+
install -d %{buildroot}/%{_includedir}/crypto_mb
8080
install -d %{buildroot}/%{_includedir}/crypto_mb/internal/common
8181
install -d %{buildroot}/%{_includedir}/crypto_mb/internal/rsa
82-
install -m 0644 -t %{buildroot}/%{_includedir}/crypto_mb/crypto_mb sources/ippcp/crypto_mb/include/crypto_mb/*.h
82+
install -m 0644 -t %{buildroot}/%{_includedir}/crypto_mb sources/ippcp/crypto_mb/include/crypto_mb/*.h
8383
install -m 0644 -t %{buildroot}/%{_includedir}/crypto_mb/internal/common sources/ippcp/crypto_mb/include/internal/common/*.h
8484
install -m 0644 -t %{buildroot}/%{_includedir}/crypto_mb/internal/rsa sources/ippcp/crypto_mb/include/internal/rsa/*.h
8585
# Install the library
@@ -98,11 +98,11 @@ ln -s libcrypto_mb.so.%{fullversion} libcrypto_mb.so
9898

9999
%files -n intel-crypto-mb-devel
100100
%dir %{_includedir}/crypto_mb
101-
%{_includedir}/crypto_mb/crypto_mb/defs.h
102-
%{_includedir}/crypto_mb/crypto_mb/x25519.h
103-
%{_includedir}/crypto_mb/crypto_mb/status.h
104-
%{_includedir}/crypto_mb/crypto_mb/cpu_features.h
105-
%{_includedir}/crypto_mb/crypto_mb/rsa.h
101+
%{_includedir}/crypto_mb/defs.h
102+
%{_includedir}/crypto_mb/x25519.h
103+
%{_includedir}/crypto_mb/status.h
104+
%{_includedir}/crypto_mb/cpu_features.h
105+
%{_includedir}/crypto_mb/rsa.h
106106
%{_includedir}/crypto_mb/internal/rsa/ifma_div_104_by_52.h
107107
%{_includedir}/crypto_mb/internal/rsa/ifma_rsa_arith.h
108108
%{_includedir}/crypto_mb/internal/rsa/ifma_rsa_layer_cp.h

0 commit comments

Comments
 (0)