Move %find_lang to %install

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-08-12 06:40:19 +03:00
parent c31e753f4b
commit 858c96942e
Signed by: davidlt
GPG Key ID: 7108702C938B13C1

View File

@ -3,7 +3,7 @@
Summary: An utility for manipulating storage encryption keys and passphrases Summary: An utility for manipulating storage encryption keys and passphrases
Name: volume_key Name: volume_key
Version: 0.3.10 Version: 0.3.10
Release: 2%{?dist} Release: 2.0.riscv64%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
URL: https://pagure.io/volume_key/ URL: https://pagure.io/volume_key/
@ -86,11 +86,11 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
%find_lang volume_key
%check %check
make check make check
%find_lang volume_key
%ldconfig_scriptlets libs %ldconfig_scriptlets libs
%files %files
@ -113,6 +113,9 @@ make check
%{python2_sitearch}/volume_key.py* %{python2_sitearch}/volume_key.py*
%changelog %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 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild