Compare commits
No commits in common. "rawhide" and "f35" have entirely different histories.
3 changed files with 0 additions and 46 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
*.src.rpm
|
||||
*.tar.gz
|
||||
results_*/
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (wlopm-v1.0.0.tar.gz) = 6765f4abd46013c4b887972633798956cae8b60c3abd039aa74f3f70ae76696ea015a39dac68898950a939fe808d77e06a4b050b18b38b42eab1402d81926abd
|
||||
42
wlopm.spec
42
wlopm.spec
|
|
@ -1,42 +0,0 @@
|
|||
Name: wlopm
|
||||
Version: 1.0.0
|
||||
Release: %autorelease
|
||||
Summary: wlr-output-power-management-v1 client
|
||||
|
||||
License: GPL-3.0-only
|
||||
URL: https://sr.ht/~leon_plickat/wlopm/
|
||||
Source0: https://git.sr.ht/~leon_plickat/wlopm/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.20.0
|
||||
BuildRequires: pkgconfig(wayland-scanner)
|
||||
|
||||
%description
|
||||
Wayland output power management.
|
||||
Simple client implementing zwlr-output-power-management-v1.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-v%{version}
|
||||
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{bash_completions_dir}
|
||||
%make_install PREFIX=%{_prefix}
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{bash_completions_dir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue