Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73c3848310 | ||
|
|
081888024a | ||
|
|
6ad5650534 | ||
|
|
41a8c98dde | ||
|
6b73f843d9 |
|||
|
|
35069b547b | ||
|
|
d8dec9c272 | ||
|
|
c6c9c47673 | ||
|
|
47d0eb61ee | ||
|
|
a729b2880f | ||
|
a30f5c9fef |
3 changed files with 46 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*.src.rpm
|
||||
*.tar.gz
|
||||
results_*/
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (wlopm-v1.0.0.tar.gz) = 6765f4abd46013c4b887972633798956cae8b60c3abd039aa74f3f70ae76696ea015a39dac68898950a939fe808d77e06a4b050b18b38b42eab1402d81926abd
|
||||
42
wlopm.spec
Normal file
42
wlopm.spec
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
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