Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77b5b8599c | ||
|
|
7b251eb119 | ||
|
|
778b8595f3 | ||
|
|
eb5278f6c4 | ||
|
|
8935ac19aa | ||
|
fbd675fa48 |
1 changed files with 26 additions and 7 deletions
33
wmctrl.spec
33
wmctrl.spec
|
|
@ -1,9 +1,11 @@
|
|||
Name: wmctrl
|
||||
Version: 1.07
|
||||
Release: 36%{?dist}
|
||||
Release: 42%{?dist}
|
||||
Summary: Command line tool to interact with an X Window Manager
|
||||
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
# URL and Source URL is dead now.
|
||||
# New hosting can be used as https://github.com/Conservatory/wmctrl
|
||||
URL: http://sweb.cz/tripie/utils/wmctrl
|
||||
Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
|
||||
BuildRequires: make
|
||||
|
|
@ -27,9 +29,7 @@ application that is able to run a command in response to an event.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -38,16 +38,35 @@ make %{?_smp_mflags}
|
|||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING README
|
||||
%doc AUTHORS README
|
||||
%license COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-41
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Feb 28 2024 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.07-37
|
||||
- Migrate to SPDX license expression
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue