@@ -76,10 +76,10 @@ rm -rf "%{buildroot}"
76
76
install -d %{buildroot }/%{_licensedir }/%{name }-%{fullversion }
77
77
install -m 0644 LICENSE %{buildroot }/%{_licensedir }/%{name }-%{fullversion }
78
78
# Install headers
79
- install -d %{buildroot }/%{_includedir }/crypto_mb/crypto_mb
79
+ install -d %{buildroot }/%{_includedir }/crypto_mb
80
80
install -d %{buildroot }/%{_includedir }/crypto_mb/internal/common
81
81
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
83
83
install -m 0644 -t %{buildroot }/%{_includedir }/crypto_mb/internal/common sources/ippcp/crypto_mb/include/internal/common/* .h
84
84
install -m 0644 -t %{buildroot }/%{_includedir }/crypto_mb/internal/rsa sources/ippcp/crypto_mb/include/internal/rsa/* .h
85
85
# Install the library
@@ -98,11 +98,11 @@ ln -s libcrypto_mb.so.%{fullversion} libcrypto_mb.so
98
98
99
99
%files -n intel-crypto-mb-devel
100
100
%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
106
106
%{_includedir }/crypto_mb/internal/rsa/ifma_div_104_by_52.h
107
107
%{_includedir }/crypto_mb/internal/rsa/ifma_rsa_arith.h
108
108
%{_includedir }/crypto_mb/internal/rsa/ifma_rsa_layer_cp.h
0 commit comments