Blame swaylock.spec

c2e3930
Name:       swaylock
324421a
Version:    1.5
69f63e7
Release:    2%{?dist}
c2e3930
Summary:    Screen locker for Wayland
c2e3930
c2e3930
License:    MIT
c2e3930
URL:        https://github.com/swaywm/swaylock
c2e3930
Source0:    %{url}/archive/%{version}/%{name}-%{version}.tar.gz
c2e3930
c2e3930
# Older versions were part of the sway package
c2e3930
Conflicts:      sway < 1.0
c2e3930
c2e3930
BuildRequires:  gcc
c2e3930
BuildRequires:  meson >= 0.48.0
c2e3930
BuildRequires:  pam-devel
c2e3930
BuildRequires:  pkgconfig(cairo)
c2e3930
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
c2e3930
BuildRequires:  pkgconfig(wayland-client)
c2e3930
BuildRequires:  pkgconfig(wayland-protocols) >= 1.14
c2e3930
BuildRequires:  pkgconfig(xkbcommon)
c2e3930
BuildRequires:  scdoc
c2e3930
c2e3930
%description
c2e3930
swaylock is a screen locking utility for Wayland compositors.
c2e3930
c2e3930
%prep
c2e3930
%autosetup
c2e3930
c2e3930
%build
04175a5
%meson
c2e3930
%meson_build
c2e3930
c2e3930
%install
c2e3930
%meson_install
c2e3930
c2e3930
%files
c2e3930
%license LICENSE
c2e3930
%doc README.md
c2e3930
%{_bindir}/%{name}
c2e3930
%{_mandir}/man1/%{name}.1*
c2e3930
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
324421a
c2e3930
# Co-own completion directories
c2e3930
%dir %{_datadir}/bash-completion
c2e3930
%dir %{_datadir}/bash-completion/completions
c2e3930
%{_datadir}/bash-completion/completions/%{name}
324421a
c2e3930
%dir %{_datadir}/zsh
c2e3930
%dir %{_datadir}/zsh/site-functions
c2e3930
%{_datadir}/zsh/site-functions/_%{name}
324421a
c2e3930
%dir %{_datadir}/fish
324421a
%dir %{_datadir}/fish/vendor_completions.d
324421a
%{_datadir}/fish/vendor_completions.d/%{name}.fish
c2e3930
c2e3930
c2e3930
%changelog
69f63e7
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-2
69f63e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
69f63e7
324421a
* Thu Jan 23 2020 Jan Staněk <jstanek@redhat.com> - 1.5-1
324421a
- Upgrade to version 1.5 (https://github.com/swaywm/swaylock/releases/tag/1.5)
324421a
7988727
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
7988727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7988727
04175a5
* Mon May 06 2019 Jan Staněk <jstanek@redhat.com> - 1.4-1
04175a5
- Upgrade to version 1.4 (https://github.com/swaywm/swaylock/releases/tag/1.4)
04175a5
c2e3930
* Mon Mar 18 2019 Jan Staněk <jstanek@redhat.com> - 1.3-1
c2e3930
- Initial package import