56 lines
1.6 KiB
RPMSpec
56 lines
1.6 KiB
RPMSpec
|
Name: xcursorgen
|
||
|
Version: 1.0.7
|
||
|
Release: 6%{?dist}
|
||
|
Summary: Prepare X11 cursor sets for use with libXcursor
|
||
|
|
||
|
License: MIT
|
||
|
URL: https://www.x.org
|
||
|
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
|
||
|
|
||
|
BuildRequires: automake libtool
|
||
|
BuildRequires: gcc make
|
||
|
BuildRequires: pkgconfig(x11)
|
||
|
BuildRequires: pkgconfig(xcursor)
|
||
|
BuildRequires: pkgconfig(libpng)
|
||
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||
|
|
||
|
Obsoletes: xorg-x11-apps < 7.7-31
|
||
|
|
||
|
%description
|
||
|
xcursorgen prepares X11 cursor sets for use with libXcursor.
|
||
|
|
||
|
%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
|
||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||
|
|
||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||
|
|
||
|
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.7-2
|
||
|
- Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245)
|
||
|
|
||
|
* Tue Mar 02 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.7-1
|
||
|
- Split xcursorgen out from xorg-x11-apps into a separate package (#1933942)
|