[derelict/f18] fix spec file

MERCIER Jonathan bioinfornatics at fedoraproject.org
Fri May 24 08:01:21 UTC 2013


commit 1a6edcd2826db1335421b887d7b7951f3e68fa01
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Fri May 24 10:01:17 2013 +0200

    fix spec file

 derelict.spec |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/derelict.spec b/derelict.spec
index d133b6b..cd7b655 100644
--- a/derelict.spec
+++ b/derelict.spec
@@ -54,7 +54,7 @@ popd                                                                          \
 
 Name:           derelict
 Version:        3
-Release:        12.%{alphatag}%{?dist}
+Release:        14.%{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
 
@@ -129,11 +129,11 @@ Fichier d'entête et bibliothèque pour derelict à utiliser en langage D.
 %add_subpackage -n assimp assimp
 %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 ogg OGG ogg
-%add_subpackage -n pq PQ pq
-%add_subpackage -n tcod TCOD tcod
+%add_subpackage -n sfml SFML
+%add_subpackage -n lua lua
+%add_subpackage -n ogg libogg
+%add_subpackage -n postgresql postgresql
+%add_subpackage -n tcod tcod
 
 %prep
 %setup -q -n %{name}-%{alphatag}
@@ -164,7 +164,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
@@ -200,16 +200,22 @@ install -m0644 derelict.d.tags %{buildroot}/%{_datadir}/geany/tags/
 %add_files -n freetype FT freetype
 %add_files -n gl GL3 opengl3
 %add_files -n glfw GLFW3 glfw3
-#%%add_files lua LUA
+%add_files -n lua Lua lua
 %add_files -n ode ODE ode
 %add_files -n ogg OGG ogg
-%add_files -n pq PQ pq
+%add_files -n postgresql PQ pq
 %add_files -n SDL SDL2 sdl2
 %add_files -n sfml SFML2 sfml2
 %add_files -n tcod TCOD tcod
 
 
 %changelog
+* Fri May 24 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-14.20130516gitd8aa11d
+- fix spec file
+
+* Sat May 18 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-13.20130516gitd8aa11d
+- remove debug
+
 * Sat May 18 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-12.20130516gitd8aa11d
 - Fix bogus date
 


More information about the scm-commits mailing list