Compare commits
7 commits
rawhide
...
private-di
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d17ea27f99 | ||
|
|
04cf34fc95 | ||
|
|
515112ba97 | ||
|
|
55137d5a51 | ||
|
|
67479b5778 | ||
|
|
88d1cd2046 | ||
|
|
bca2938a04 |
1 changed files with 23 additions and 1 deletions
24
wmname.spec
24
wmname.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: wmname
|
||||
Version: 0.1
|
||||
Release: 19%{?dist}
|
||||
Release: 19.test.7%{?dist}
|
||||
Summary: Prints/sets the EWMH WM name property
|
||||
License: MIT
|
||||
URL: http://tools.suckless.org/%{name}
|
||||
|
|
@ -10,6 +10,7 @@ BuildRequires: coreutils
|
|||
BuildRequires: gcc
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: make
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
%{name} prints/sets the window manager name property of the root window similar
|
||||
|
|
@ -32,6 +33,27 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
|||
%{_bindir}/wmname
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2020 Petr Šabata <contyk@redhat.com> - 0.1-19.test.7
|
||||
- Test for the demo
|
||||
|
||||
* Mon Aug 24 2020 Petr Šabata <contyk@redhat.com> - 0.1-19.test.6
|
||||
- Test #6
|
||||
|
||||
* Mon Aug 24 2020 Petr Šabata <contyk@redhat.com> - 0.1-19.test.5
|
||||
- Test #5
|
||||
|
||||
* Mon Aug 24 2020 Petr Šabata <contyk@redhat.com> - 0.1-19.test.4
|
||||
- Test #4
|
||||
|
||||
* Mon Aug 24 2020 Petr Šabata <contyk@redhat.com> - 0.1-19.test.3
|
||||
- Test #3
|
||||
|
||||
* Mon Aug 24 2020 Petr Šabata <contyk@redhat.com> - 0.1-19.test.2
|
||||
- Test #2
|
||||
|
||||
* Mon Aug 24 2020 Petr Šabata <contyk@redhat.com> - 0.1-19.test.1
|
||||
- Test build for DistroBaker
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue