diff --git a/xv-3.10a-glibc-2.13.patch b/xv-3.10a-glibc-2.13.patch deleted file mode 100644 index c8fe346..0000000 --- a/xv-3.10a-glibc-2.13.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- xv-3.10a/tiff/Makefile.ewt Thu Aug 29 16:42:28 1996 -+++ xv-3.10a/tiff/Makefile Thu Aug 29 16:42:33 1996 -@@ -36,7 +36,7 @@ - IPATH= -I. - - COPTS= -O --CFLAGS= ${COPTS} ${IPATH} -+CFLAGS= ${COPTS} ${IPATH} -D_BSD_SOURCE - - INCS= tiff.h tiffio.h - ---- xv-3.10a/xv.h.ewt Thu Aug 29 16:44:24 1996 -+++ xv-3.10a/xv.h Thu Aug 29 16:44:46 1996 -@@ -114,8 +114,8 @@ - - #ifndef VMS - # include -- extern int errno; /* SHOULD be in errno.h, but often isn't */ --# ifndef __NetBSD__ -+# if !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) -+ extern int errno; /* SHOULD be in errno.h, but often isn't */ - extern char *sys_errlist[]; /* this too... */ - # endif - #endif diff --git a/xv.spec b/xv.spec index e1c64b5..f079184 100644 --- a/xv.spec +++ b/xv.spec @@ -1,5 +1,5 @@ Name: xv -Version: 5.2.0 +Version: 6.0.0 Release: 1mamba Summary: An interactive image manipulation program for the X Window System Group: Graphical Desktop/Applications/Graphics @@ -8,13 +8,13 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://www.trilon.com/xv/ Source: https://github.com/jasper-software/xv.git/v%{version}/xv-%{version}.tar.bz2 -Patch0: xv-3.10a-glibc-2.13.patch License: Distributable ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel +BuildRequires: libXrandr-devel BuildRequires: libXt-devel BuildRequires: libjasper-devel BuildRequires: libjpeg-devel @@ -31,7 +31,6 @@ xv is an interactive image manipulation program for the X Window System. It can %prep %setup -q -#%patch 0 -p1 %build %cmake -d build \ @@ -56,6 +55,8 @@ xv is an interactive image manipulation program for the X Window System. It can %{_bindir}/xcmap %{_bindir}/xv %{_bindir}/xvpictoppm +%{_datadir}/applications/xv.desktop +%{_datadir}/pixmaps/xv.xpm %{_mandir}/man1/bggen.1* %{_mandir}/man1/vdcomp.1* %{_mandir}/man1/xcmap.1* @@ -66,6 +67,9 @@ xv is an interactive image manipulation program for the X Window System. It can %doc LICENSE.txt %changelog +* Thu Aug 15 2024 Automatic Build System 6.0.0-1mamba +- automatic version update by autodist + * Wed Jun 26 2024 Automatic Build System 5.2.0-1mamba - automatic version update by autodist