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
|
Name: wmctrl
|
||||||
Version: 1.07
|
Version: 1.07
|
||||||
Release: 36%{?dist}
|
Release: 42%{?dist}
|
||||||
Summary: Command line tool to interact with an X Window Manager
|
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
|
URL: http://sweb.cz/tripie/utils/wmctrl
|
||||||
Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
|
Source0: http://sweb.cz/tripie/utils/wmctrl/dist/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
@ -27,9 +29,7 @@ application that is able to run a command in response to an event.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
@ -38,16 +38,35 @@ make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS README
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-36
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue