diff --git a/README.md b/README.md index c42c9a5..8ab12a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # xcursorgen -xcursorgen - create an X cursor file from a collection of PNG images +xcursorgen - create an X cursor file from a collection of PNG images. diff --git a/xcursorgen.spec b/xcursorgen.spec index 078744e..b217c60 100644 --- a/xcursorgen.spec +++ b/xcursorgen.spec @@ -1,31 +1,32 @@ Name: xcursorgen -Version: 1.0.7 +Version: 1.0.8 Release: 1mamba -Summary: xcursorgen - create an X cursor file from a collection of PNG images +Summary: Tool which creates an X cursor file from a collection of PNG images Group: System/X11 Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto -URL: http://x.org -Source: http://ftp.x.org/pub/individual/app/xcursorgen-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: http://ftp.x.org/pub/individual/app/xcursorgen-%{version}.tar.xz Patch0: %{name}-1.0.3-libpng14.patch License: MIT -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpng-devel BuildRequires: libX11-devel BuildRequires: libXcursor-devel +BuildRequires: libpng-devel ## AUTOBUILDREQ-END %description -xcursorgen - create an X cursor file from a collection of PNG images +xcursorgen - create an X cursor file from a collection of PNG images. + +%debug_package %prep %setup -q +autoconf %build -autoconf %configure %make @@ -39,10 +40,13 @@ autoconf %files %defattr(-,root,root) %{_bindir}/xcursorgen -%{_mandir}/man1/xcursorgen.1.gz -%doc AUTHORS COPYING ChangeLog +%{_mandir}/man1/xcursorgen.1* +%doc AUTHORS COPYING %changelog +* Thu Dec 29 2022 Silvan Calarco 1.0.8-1mamba +- update to 1.0.8 + * Mon Jul 29 2019 Automatic Build System 1.0.7-1mamba - automatic update by autodist