commit
be38ad1888
@ -0,0 +1 @@
|
|||||||
|
SOURCES/xrdb-1.2.2.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
a22758a2d094916b2d9f51fc8849615bfbf30715 SOURCES/xrdb-1.2.2.tar.xz
|
@ -0,0 +1,86 @@
|
|||||||
|
Name: xrdb
|
||||||
|
Version: 1.2.2
|
||||||
|
Release: 4%{?dist}
|
||||||
|
Summary: X server resource database utility
|
||||||
|
|
||||||
|
License: HPND-DEC AND MIT-open-group
|
||||||
|
URL: https://www.x.org
|
||||||
|
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: automake libtool
|
||||||
|
BuildRequires: gcc make
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xmu)
|
||||||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||||
|
|
||||||
|
Recommends: cpp
|
||||||
|
|
||||||
|
Obsoletes: xorg-x11-server-utils < 7.7-40
|
||||||
|
|
||||||
|
%description
|
||||||
|
xrdb is used to get or set the contents of the RESOURCE_MANAGER property on
|
||||||
|
the root window of screen 0, or the SCREEN_RESOURCES property on the
|
||||||
|
root window of any or all screens, or everything combined.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
%build
|
||||||
|
autoreconf -v --install
|
||||||
|
%configure --disable-silent-rules
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING
|
||||||
|
%{_bindir}/%{name}
|
||||||
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.2.2-4
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Sep 28 2023 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.2-2
|
||||||
|
- SPDX migration
|
||||||
|
|
||||||
|
* Thu Aug 10 2023 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.2-1
|
||||||
|
- xrdb 1.2.2
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 10 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.1-2
|
||||||
|
- xrdb 1.2.1
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu May 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.2.0-1
|
||||||
|
- xrdb 1.2.0
|
||||||
|
|
||||||
|
* Thu May 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1.1-3
|
||||||
|
- Restore Recommends: cpp lost in the package split
|
||||||
|
xorg-x11-server-utils used mcpp but that one is unmaintained and broken in
|
||||||
|
some cases, let's use the standard cpp instead.
|
||||||
|
|
||||||
|
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.1-2
|
||||||
|
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)
|
||||||
|
|
||||||
|
* Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.1.1-1
|
||||||
|
- Split xrdb out from xorg-x11-server-utils into a separate package
|
||||||
|
(#1934392)
|
||||||
|
|
Loading…
Reference in new issue