[packages/gle] - release 1
mrozowik
mrozowik at pld-linux.org
Sun Jan 18 23:06:05 CET 2026
commit 4abef00de6b2bce83ccea195c347e9adf4b25364
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Sun Jan 18 22:05:59 2026 +0000
- release 1
gle-amfix.patch | 88 ---------------------------------------------------------
gle.spec | 4 +--
2 files changed, 1 insertion(+), 91 deletions(-)
---
diff --git a/gle.spec b/gle.spec
index 80d4984..cf33c27 100644
--- a/gle.spec
+++ b/gle.spec
@@ -2,10 +2,9 @@ Summary: C functions that draw extruded surfaces
Summary(pl.UTF-8): Funkcje C do rysowania skomplikowanych przestrzeni
Name: gle
Version: 3.1.2
-Release: 0.1
+Release: 1
License: IBM (library), Artistic (documentation) or GPL v2
Group: X11/Libraries
-#Source0: http://downloads.sourceforge.net/gle/%{name}-%{version}.tar.gz
Source0: https://github.com/linas/glextrusion/archive/refs/tags/%{name}-%{version}.tar.gz
# Source0-md5: 740f29a839f79c0bcce7b63511949ed8
Patch0: %{name}-amfix.patch
@@ -68,7 +67,6 @@ Biblioteka statyczna libgle.
%prep
%setup -q -n glextrusion-%{name}-%{version}
-#patch -P0 -p1
%build
%{__libtoolize}
diff --git a/gle-amfix.patch b/gle-amfix.patch
deleted file mode 100644
index 7932ecf..0000000
--- a/gle-amfix.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff -Nur gle-3.1.0.orig/doc/Makefile.am gle-3.1.0/doc/Makefile.am
---- gle-3.1.0.orig/doc/Makefile.am Wed Nov 21 07:32:55 2001
-+++ gle-3.1.0/doc/Makefile.am Sun Mar 23 15:24:02 2003
-@@ -7,5 +7,4 @@
-
- EXTRA_DIST = .cvsignore COPYING.artistic gle-3.0.lsm
-
--SUFFIXES += .lsm
-
-diff -Nur gle-3.1.0.orig/doc/html/Makefile.am gle-3.1.0/doc/html/Makefile.am
---- gle-3.1.0.orig/doc/html/Makefile.am Fri Jul 20 22:51:43 2001
-+++ gle-3.1.0/doc/html/Makefile.am Sun Mar 23 15:24:06 2003
-@@ -87,5 +87,4 @@
-
- EXTRA_DIST = .cvsignore $(doc_DATA)
-
--SUFFIXES += .html .gif .jpg
-
-diff -Nur gle-3.1.0.orig/man/Makefile.am gle-3.1.0/man/Makefile.am
---- gle-3.1.0.orig/man/Makefile.am Fri Jul 20 22:56:22 2001
-+++ gle-3.1.0/man/Makefile.am Sun Mar 23 15:25:18 2003
-@@ -22,7 +22,7 @@
- $(man_RAW) \
- Makefile.sgi
-
--SUFFIXES += .man .3gle
-+SUFFIXES = .man .3gle
-
- # for the ordinary install, just copy the raw files ....
- .man.3gle:
-@@ -38,4 +38,4 @@
- psroff -t -man < $< > $*.ps
-
-
--CLEANFILES += $(man_MANS)
-+CLEANFILES = $(man_MANS)
---- gle-3.1.0.orig/examples/Makefile.am Tue Mar 18 05:18:55 2003
-+++ gle-3.1.0/examples/Makefile.am Sun Mar 23 15:29:49 2003
-@@ -56,7 +56,7 @@
- -I${top_srcdir} \
- -I${top_srcdir}/src
-
--LDADD = @X_LIBS@ -L../src/
-+LDADD = ../src/libgle.la @X_LIBS@
-
- docdir = $(datadir)/doc/gle/examples
-
---- gle-3.1.0/configure.in.orig 2003-03-18 05:22:16.000000000 +0100
-+++ gle-3.1.0/configure.in 2006-07-18 11:48:16.874440000 +0200
-@@ -109,19 +109,6 @@
- AC_MSG_ERROR([Cannot find required GLU library]),
- $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS)
-
--# ----------------------------------------------------------
--# Newest versions of glut require Xmu, which doesn't show up
--# by default in X_LIBS
--AC_CHECK_LIB(Xmu, XmuLookupStandardColormap,
-- X_LIBS="-lXmu $X_LIBS",
-- AC_MSG_ERROR([Cannot find required Xmu library]),
-- $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS)
--
--AC_CHECK_LIB(Xi, XListInputDevices,
-- X_LIBS="-lXi -lXext $X_LIBS",
-- AC_MSG_ERROR([Cannot find required Xi (X11 Input Extension) library]),
-- $X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS)
--
- # latest versions of glut also use Xi the XInput extension
- AC_CHECK_LIB(glut, glutSwapBuffers,
- X_LIBS="-lglut $X_LIBS",
-@@ -134,8 +121,6 @@
- # cc @X_LIBS@ (-lfoo...) @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
- # (Perhaps X_LIBS should have been called X_LDFLAGS.)
-
--X_LIBS="-lgle $X_LIBS -lXt -lX11"
--
- AC_OUTPUT(
- Makefile
- src/Makefile
---- gle-3.1.0/src/Makefile.am.orig 2003-03-18 05:09:44.000000000 +0100
-+++ gle-3.1.0/src/Makefile.am 2006-07-18 11:48:39.024440000 +0200
-@@ -22,6 +22,7 @@
-
-
- libgle_la_LDFLAGS = -version-info 4:0:1
-+libgle_la_LIBADD = -lGL -lGLU
-
- # make sure we install gle.h into /usr/include/GL/gle.h or thereabouts
- pkgincludedir = $(includedir)/GL
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gle.git/commitdiff/4abef00de6b2bce83ccea195c347e9adf4b25364
More information about the pld-cvs-commit
mailing list