SPECS: freeglut.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Oct 31 14:37:50 CET 2005


Author: qboosh                       Date: Mon Oct 31 13:37:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   freeglut.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/freeglut.spec
diff -u /dev/null SPECS/freeglut.spec:1.1
--- /dev/null	Mon Oct 31 14:37:50 2005
+++ SPECS/freeglut.spec	Mon Oct 31 14:37:45 2005
@@ -0,0 +1,113 @@
+# $Revision$, $Date$
+Summary:	A freely licensed alternative to the GLUT library
+Summary(pl):	Zamiennik biblioteki GLUT na wolnej licencji
+Name:		freeglut
+Version:	2.4.0
+Release:	1
+License:	MIT
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/freeglut/%{name}-%{version}.tar.gz
+# Source0-md5:	6d16873bd876fbf4980a927cfbc496a1
+URL:		http://freeglut.sourceforge.net/
+BuildRequires:	OpenGL-GLU-devel
+# libX11, libXext, libXxf86vm
+BuildRequires:	XFree86-devel
+Provides:	OpenGL-glut = 3.7
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Freeglut, the Free OpenGL Utility Toolkit, is meant to be a free
+alternative to Mark Kilgard's GLUT library. It is distributed under an
+X-Consortium style license (see COPYING for details), to offer you a
+chance to use and/or modify the source.
+
+It makes use of OpenGL, GLU, and pthread libraries. The library does
+not make use of any GLUT code and is not 100% compatible. Code
+recompilation and/or slight modifications might be required for your
+applications to work with freeglut.
+
+%description -l pl
+Freeglut to Free OpenGL Utility Toolkit, mający być wolnodostępnym
+zamiennikiem biblioteki GLUT Marka Kilgarda. Jest rozprowadzany na
+licencji w stylu X-Consortium (szczegóły w pliku COPYING), aby
+umożliwić korzystanie i/lub modyfikowanie źródeł.
+
+Korzysta z bibliotek OpenGL, GLU i pthread. Biblioteka nie korzysta z
+żadnego kodu GLUT-a i nie jest w 100% kompatybilna. Do działania
+aplikacji z freeglutem może być konieczna rekompilacja kodu i/lub małe
+modyfikacje.
+
+%package devel
+Summary:	Header files for freeglut library
+Summary(pl):	Pliki nagłówkowe biblioteki freeglut
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	OpenGL-GLU-devel
+Requires:	XFree86-devel
+Provides:	OpenGL-glut-devel = 3.7
+
+%description devel
+Header files for freeglut library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki freeglut.
+
+%package static
+Summary:	Static freeglut library
+Summary(pl):	Statyczna biblioteka freeglut
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+Provides:	OpenGL-glut-static = 3.7
+
+%description static
+Static freeglut library.
+
+%description static -l pl
+Statyczna biblioteka freeglut.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/{freeglut.html,index.html,progress.html,*.png}
+%lang(fr) %doc LISEZ_MOI
+%attr(755,root,root) %{_libdir}/libglut.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/{freeglut_user_interface.html,structure.html}
+%attr(755,root,root) %{_libdir}/libglut.so
+%{_libdir}/libglut.la
+%{_includedir}/GL/freeglut*.h
+%{_includedir}/GL/glut.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libglut.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/31 13:37:45  qboosh
+- new
+
================================================================



More information about the pld-cvs-commit mailing list