Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov b2d2c64307
%{python_sitearch} -> %{python2_sitearch}
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-12 07:03:06 +03:00
David Abdurachmanov 858c96942e
Move %find_lang to %install
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-12 06:40:19 +03:00
1 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Summary: An utility for manipulating storage encryption keys and passphrases
Name: volume_key
Version: 0.3.10
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
License: GPLv2
Group: Applications/System
URL: https://pagure.io/volume_key/
@ -86,11 +86,11 @@ make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
%find_lang volume_key
%check
make check
%find_lang volume_key
%ldconfig_scriptlets libs
%files
@ -108,11 +108,14 @@ make check
%{_libdir}/libvolume_key.so.*
%files -n python2-volume_key
%exclude %{python_sitearch}/_volume_key.la
%exclude %{python2_sitearch}/_volume_key.la
%{python2_sitearch}/_volume_key.so
%{python2_sitearch}/volume_key.py*
%changelog
* Sun Aug 12 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 0.3.10-2.0.riscv64
- Move %%find_lang to %%install
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild