Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
6c2ffe4788 Remove mpv build flag 2022-10-19 06:04:38 -05:00

View file

@ -1,6 +1,6 @@
Name: xsecurelock
Version: 1.8.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: X11 screen lock utility with security in mind
License: ASL 2.0
URL: https://github.com/google/xsecurelock
@ -23,7 +23,6 @@ BuildRequires: pandoc
BuildRequires: doxygen
BuildRequires: libXft-devel
BuildRequires: xscreensaver
BuildRequires: mpv
%description
@ -58,9 +57,11 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
%{_libexecdir}/%{name}/saver_multiplex
%{_libexecdir}/%{name}/until_nonidle
%{_libexecdir}/%{name}/saver_xscreensaver
%{_libexecdir}/%{name}/saver_mpv
%changelog
* Wed Oct 19 2022 Sam P <survient@fedoraproject.org> - 1.8.0-3
- Removed mpv build flags.
* Wed Oct 19 2022 Sam P <survient@fedoraproject.org> - 1.8.0-2
- Added mpv build flag.