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
Version: 0.92
Release: 6%{?dist}
Release: 6%{?dist}.inferit
Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token
License: LGPLv2+
URL: http://%{name}.sf.net
@ -74,14 +74,14 @@ autoreconf -v -f --install
%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
find %{buildroot} -type f -name "*.la" -delete
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
%files libs
@ -108,6 +108,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc
%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
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save