[packages/gle] - up to 3.1.2
mrozowik
mrozowik at pld-linux.org
Sun Jan 18 23:02:34 CET 2026
commit 30314e558eca56b1c61f7de20396951710cc408e
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Sun Jan 18 22:02:25 2026 +0000
- up to 3.1.2
gle.spec | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/gle.spec b/gle.spec
index a5049a4..80d4984 100644
--- a/gle.spec
+++ b/gle.spec
@@ -1,12 +1,13 @@
Summary: C functions that draw extruded surfaces
Summary(pl.UTF-8): Funkcje C do rysowania skomplikowanych przestrzeni
Name: gle
-Version: 3.1.0
-Release: 4
+Version: 3.1.2
+Release: 0.1
License: IBM (library), Artistic (documentation) or GPL v2
Group: X11/Libraries
-Source0: http://downloads.sourceforge.net/gle/%{name}-%{version}.tar.gz
-# Source0-md5: da5b45c6906343d4a3672c3de35513ad
+#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
URL: http://www.linas.org/gle/
BuildRequires: OpenGL-GLU-devel
@@ -66,14 +67,13 @@ Static libgle library.
Biblioteka statyczna libgle.
%prep
-%setup -q
-%patch -P0 -p1
+%setup -q -n glextrusion-%{name}-%{version}
+#patch -P0 -p1
%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
-%{__autoheader}
%{__automake}
%configure
@@ -87,9 +87,9 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
DESTDIR=$RPM_BUILD_ROOT
%{__make} clean -C examples
-install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -p examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/gle
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/gle
%clean
rm -rf $RPM_BUILD_ROOT
@@ -99,14 +99,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README COPYING src/COPYING.src
-%attr(755,root,root) %{_libdir}/libgle.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgle.so.3
+%doc AUTHORS ChangeLog NEWS README.md COPYING src/COPYING.src
+%{_libdir}/libgle.so.*.*.*
+%ghost %{_libdir}/libgle.so.3
%files devel
%defattr(644,root,root,755)
%doc doc/html/*.{html,gif}
-%attr(755,root,root) %{_libdir}/libgle.so
+%{_libdir}/libgle.so
%{_libdir}/libgle.la
%{_includedir}/GL/gle.h
%{_mandir}/man3/gle*.3gle*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gle.git/commitdiff/30314e558eca56b1c61f7de20396951710cc408e
More information about the pld-cvs-commit
mailing list