Fix unneeded file deletion :)

i9ce changed/i9ce/stoken-0.92-6.el9.inferit
Arkady L. Shane 12 months ago
parent d9f9c4728d
commit c29804da97
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,6 +1,6 @@
Name: stoken Name: stoken
Version: 0.92 Version: 0.92
Release: 6%{?dist} Release: 6%{?dist}.inferit
Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token
License: LGPLv2+ License: LGPLv2+
URL: http://%{name}.sf.net URL: http://%{name}.sf.net
@ -74,14 +74,14 @@ autoreconf -v -f --install
%install %install
%make_install %make_install
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui-small.desktop
# Remove stuff we don't need # Remove stuff we don't need
find %{buildroot} -type f -name "*.la" -delete find %{buildroot} -type f -name "*.la" -delete
rm -fr %{buildroot}%{_docdir}/%{name} rm -fr %{buildroot}%{_docdir}/%{name}
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui-small.desktop
%ldconfig_scriptlets libs %ldconfig_scriptlets libs
%files libs %files libs
@ -108,6 +108,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Sun Jan 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.92-6.inferit
- Fix unneeded file deletion :)
* Thu Aug 03 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.92-6 * Thu Aug 03 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 0.92-6
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save