[derelict/f18] Fix bogus date

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sat May 18 10:15:51 UTC 2013


commit b3a0fc29d28e0ee627064e2446ac94c2433e47c4
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Sat May 18 12:15:44 2013 +0200

    Fix bogus date

 derelict.spec |   36 ++++++++++++++++++++----------------
 1 files changed, 20 insertions(+), 16 deletions(-)
---
diff --git a/derelict.spec b/derelict.spec
index 4ea09b4..d0624c7 100644
--- a/derelict.spec
+++ b/derelict.spec
@@ -1,6 +1,6 @@
-%global     snapdate         	20130516
-%global     derelict_revision	d8aa11d
-%global     alphatag         	%{snapdate}git%{derelict_revision}
+%global     snapdate            20130516
+%global     derelict_revision   d8aa11d
+%global     alphatag            %{snapdate}git%{derelict_revision}
 
 %define add_subpackage(n:)                                                    \
 %package %{-n*}                                                               \
@@ -54,7 +54,7 @@ popd                                                                          \
 
 Name:           derelict
 Version:        3
-Release:        10.%{alphatag}%{?dist}
+Release:        11.%{alphatag}%{?dist}
 Summary:        Collection of D bindings to C shared libraries
 Summary(fr):    Collection de bibliothèque en D interfaçant des bibliothèques dynamiques en C
 
@@ -130,7 +130,7 @@ Fichier d'entête et bibliothèque pour derelict à utiliser en langage D.
 %add_subpackage -n freeglut freeglut
 %add_subpackage -n freeimage freeimage
 %add_subpackage -n sfml SFML SFML
-%add_subpackage -n lua Lua  lua
+#%%add_subpackage -n lua Lua  lua
 %add_subpackage -n ogg OGG ogg
 %add_subpackage -n pq PQ pq
 %add_subpackage -n tcod TCOD tcod
@@ -163,7 +163,7 @@ install -p -d   %{buildroot}%{_libdir}
 %install_files freeimage FI
 %install_files freetype FT
 %install_files glfw3 GLFW3
-%install_files lua LUA
+#%%install_files lua LUA
 %install_files ode ODE
 %install_files ogg OGG
 %install_files openal AL
@@ -190,24 +190,28 @@ install -m0644 derelict.d.tags %{buildroot}/%{_datadir}/geany/tags/
 %{_libdir}/libDerelictUtil.so
 %{_d_includedir}/%{name}/util
 
-%add_files -n gl GL3 opengl3
-%add_files -n glfw GLFW3 glfw3
+%add_files -n assimp ASSIMP assimp
+%add_files -n alure ALURE alure
 %add_files -n DevIL IL devil
+%add_files -n freeglut FG freeglut
+%add_files -n freeimage FI freeimage
 %add_files -n openAL AL openal
-%add_files -n alure ALURE alure
 %add_files -n freetype FT freetype
-%add_files -n SDL SDL2 sdl2
+%add_files -n gl GL3 opengl3
+%add_files -n glfw GLFW3 glfw3
+#%%add_files lua LUA
 %add_files -n ode ODE ode
-%add_files -n assimp ASSIMP assimp
-%add_files -n freeglut FG freeglut
-%add_files -n freeimage FI freeimage
-%add_files -n sfml SFML2 sfml2
 %add_files -n ogg OGG ogg
 %add_files -n pq PQ pq
+%add_files -n SDL SDL2 sdl2
+%add_files -n sfml SFML2 sfml2
 %add_files -n tcod TCOD tcod
 
 
 %changelog
+* Fri May 17 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-11.20130516gitd8aa11d
+- Update to rev d8aa11d
+
 * Thu May 16 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-10.20130516gitd8aa11d
 - spec file enhancement
 
@@ -244,7 +248,7 @@ install -m0644 derelict.d.tags %{buildroot}/%{_datadir}/geany/tags/
 * Thu Jan 19 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-20.20111106svn593
 - Fix summary
 
-* Fri Jan 12 2012 Jonathan MERCIER <bioinfornatics at gmail.com> 2-19.20111106svn593
+* Thu Jan 12 2012 Jonathan MERCIER <bioinfornatics at gmail.com> 2-19.20111106svn593
 - merge static subpackage with corresponding dvel subpackage for follow Packaging Static Libraries Guidelines
 
 * Sat Jan 7 2012  Jonathan MERCIER <bioinfornatics at gmail.com> 2-18.20111106svn593
@@ -265,7 +269,7 @@ install -m0644 derelict.d.tags %{buildroot}/%{_datadir}/geany/tags/
 - %%doc owns doc/*
 - fix changelog
 
-* Tue Dec 14 2011 Jonathan MERCIER <bioinfornatics at gmail.com> 2-14.20111106svn593
+* Wed Dec 14 2011 Jonathan MERCIER <bioinfornatics at gmail.com> 2-14.20111106svn593
 - Remove devhelp package it is useless
 - Update to revision 593
 


More information about the scm-commits mailing list