[mingw-freeglut: 9/11] Renamed the source package to mingw-freeglut

epienbro epienbro at fedoraproject.org
Wed Mar 7 17:02:22 UTC 2012


commit d4126bc64fdf37816a3faa227a37b7113ccf52ab
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 17:59:55 2012 +0100

    Renamed the source package to mingw-freeglut

 mingw32-freeglut.spec => mingw-freeglut.spec |   27 +++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-freeglut.spec b/mingw-freeglut.spec
similarity index 75%
rename from mingw32-freeglut.spec
rename to mingw-freeglut.spec
index 94edb2e..ddb30ac 100644
--- a/mingw32-freeglut.spec
+++ b/mingw-freeglut.spec
@@ -4,9 +4,9 @@
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
 
-Name:           mingw32-freeglut
+Name:           mingw-freeglut
 Version:        2.6.0
-Release:        0.4.rc1%{?dist}
+Release:        0.5.rc1%{?dist}
 Summary:        Fedora MinGW alternative to the OpenGL Utility Toolkit (GLUT)
 
 License:        MIT
@@ -52,6 +52,24 @@ keyboard and joystick functions.
 %{_mingw32_description}
 
 
+%package -n mingw32-freeglut
+Summary:        Fedora MinGW alternative to the OpenGL Utility Toolkit (GLUT)
+
+%description -n mingw32-freeglut
+freeglut is a completely open source alternative to the OpenGL Utility
+Toolkit (GLUT) library with an OSI approved free software
+license. GLUT was originally written by Mark Kilgard to support the
+sample programs in the second edition OpenGL 'RedBook'. Since then,
+GLUT has been used in a wide variety of practical applications because
+it is simple, universally available and highly portable.
+
+freeglut allows the user to create and manage windows containing
+OpenGL contexts on a wide range of platforms and also read the mouse,
+keyboard and joystick functions.
+
+%{_mingw32_description}
+
+
 %prep
 %setup -q -n freeglut-2.6.0
 
@@ -80,7 +98,7 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libglut.la
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-freeglut
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING FrequentlyAskedQuestions NEWS README README.win32 TODO
 %{_mingw32_bindir}/libglut-0.dll
@@ -92,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.6.0-0.5.rc1
+- Renamed the source package to mingw-freeglut (RHBZ #800866)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.6.0-0.4.rc1
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list