Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5aa05515d | |||
| 3bef3f5ea9 | |||
|
|
42f92593c1 | ||
|
|
2cdeed06fa | ||
| aa2e29b0d9 | |||
|
|
4b7f843560 |
1 changed files with 3 additions and 37 deletions
|
|
@ -1,9 +1,8 @@
|
|||
Name: xsecurelock
|
||||
Version: 1.8.0
|
||||
Release: 11%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: X11 screen lock utility with security in mind
|
||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||
License: Apache-2.0
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/google/xsecurelock
|
||||
|
||||
Source0: https://github.com/google/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
|
@ -24,8 +23,6 @@ BuildRequires: pandoc
|
|||
BuildRequires: doxygen
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: xscreensaver
|
||||
BuildRequires: mpv
|
||||
|
||||
|
||||
%description
|
||||
XSecureLock is an X11 screen lock utility designed with the primary goal of
|
||||
|
|
@ -35,7 +32,7 @@ security.
|
|||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --with-pam-service-name=system-auth --with-xft --with-xscreensaver=/usr/bin/xscreensaver --with-mpv=/usr/bin/mpv --with-htpasswd=/usr/bin/htpasswd
|
||||
%configure --with-pam-service-name=system-auth --with-xft --with-xscreensaver=/usr/bin/xscreensaver
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
|
@ -59,39 +56,8 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
|
|||
%{_libexecdir}/%{name}/saver_multiplex
|
||||
%{_libexecdir}/%{name}/until_nonidle
|
||||
%{_libexecdir}/%{name}/saver_xscreensaver
|
||||
%{_libexecdir}/%{name}/saver_mpv
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 1.8.0-7
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Oct 19 2022 Sam P <survient@fedoraproject.org> - 1.8.0-2
|
||||
- Added mpv build flag.
|
||||
|
||||
* Wed Oct 19 2022 Sam P <survient@fedoraproject.org> - 1.8.0-1
|
||||
- Latest upstream release.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue