Import xcursorgen-1.0.7-6.el9
This commit is contained in:
commit
0ffca21ece
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/xcursorgen-1.0.7.tar.bz2
|
1
.xcursorgen.metadata
Normal file
1
.xcursorgen.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
109367eb23b0ad52cf5de15f50c02ebe872698ae SOURCES/xcursorgen-1.0.7.tar.bz2
|
55
SPECS/xcursorgen.spec
Normal file
55
SPECS/xcursorgen.spec
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
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)
|
Loading…
Reference in New Issue
Block a user