Compare commits
No commits in common. "rawhide" and "f30" have entirely different histories.
3 changed files with 6 additions and 69 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
/xsecurelock-1.7.0.tar.gz
|
||||
/xsecurelock-1.8.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xsecurelock-1.8.0.tar.gz) = 36380589ff25643816b9536d2b1c51f7ee0683ee4676e4f0a97b72d226d875f988b1453e5800bd70b5941b5a965392fbe55fe65c22c98c4e3cb3588c84ed01ec
|
||||
SHA512 (xsecurelock-1.7.0.tar.gz) = b3b5404199bed7f0470072c9341227536f8ebe593f288b4ffdb5f4e90e3854952bae150d449cca6628e255c05640b625b56f10266362c119d46d21d51e8880a6
|
||||
|
|
|
|||
|
|
@ -1,15 +1,12 @@
|
|||
Name: xsecurelock
|
||||
Version: 1.8.0
|
||||
Release: 11%{?dist}
|
||||
Version: 1.7.0
|
||||
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
|
||||
|
||||
Requires: libXft
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
|
|
@ -22,10 +19,7 @@ BuildRequires: pkgconfig(xrandr)
|
|||
BuildRequires: httpd-tools
|
||||
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 +29,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
|
||||
%make_build
|
||||
|
||||
%install
|
||||
|
|
@ -58,63 +52,7 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
|
|||
%{_libexecdir}/%{name}/saver_blank
|
||||
%{_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.
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Jul 12 2022 Sam P <survient@fedoraproject.org> - 1.7.0-7
|
||||
- Added path to xscreensaver binary to build saver_xscreensaver
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Sep 14 2020 Sam P <survient@fedoraproject.org> - 1.7.0-3
|
||||
- Added --with-xft build flag
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Feb 21 2020 Sam P <survient@fedoraproject.org> - 1.7.0-1
|
||||
- Initial Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue