## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec Name: xcur2png Version: 0.7.1 Release: 1%{?dist} Summary: X cursor to PNG converter License: GPL-3.0-or-later URL: https://github.com/eworm-de/xcur2png Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: make BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(xcursor) %description xcur2png is a program which let you take PNG image from X cursor, and generate config-file which is reusable by xcursorgen. To put it simply, it is converter from X cursor to PNG image. %prep %autosetup %build # code predates C11, does not compile as C23 %global build_type_safety_c 0 CFLAGS="${CFLAGS} -std=gnu99" %configure %make_build %install %make_install %files %license COPYING %doc README %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog ## START: Generated by rpmautospec * Wed Dec 31 2025 John Doe - 0.7.1-1 - Uncommitted changes ## END: Generated by rpmautospec