]> git.pld-linux.org Git - packages/ClanLib.git/blobdiff - ClanLib.spec
- release 2
[packages/ClanLib.git] / ClanLib.spec
index 89388a12dc056670c8e0eb7f6d91bd0b2d5e95af..8f2953fcf72cd86356acdb1df5c873ab5d9e2311 100644 (file)
@@ -2,7 +2,7 @@ Summary:        ClanLib, the platform independent game SDK.
 Summary(pl):   ClanLib, niezale¿ny od platformy SDK do gier
 Name:          ClanLib
 Version:       0.5.0
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Group(de):     Libraries
@@ -49,9 +49,10 @@ Group(de):   Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
-Requires:      %{name}-OpenGL = %{version}
+#Requires:     %{name}-OpenGL = %{version}
 Requires:      %{name}-MikMod = %{version}
-Requires:      %{name}-Magick = %{version}
+Requires:      %{name}-TTF = %{version}
+Requires:      %{name}-Vorbis = %{version}
 
 %description devel
 This is the development add-on package that includes the header files
@@ -173,8 +174,9 @@ potrzebne do kompilacji program
 #%patch0 -p1
 
 %build
-./autogen.sh
 # note: rtti is needed --- ClanLib uses exceptions!
+aclocal
+autoconf
 %configure \
        --enable-static \
        --enable-shared \
@@ -249,8 +251,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libclanPNG.so.*.*
 %attr(755,root,root) %{_libdir}/libclanSound.so.*.*
 
-%files OpenGL
-%defattr(644,root,root,755)
+#%files OpenGL
+#%defattr(644,root,root,755)
 #%attr(755,root,root) %{_libdir}/libclanGL.so.*.*
 #%attr(755,root,root) %{_libdir}/ClanLib/libclan-display-glx.so*
 
@@ -263,7 +265,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libclanVorbis.so.*.*
 
 %files TTF
-%defattr(755,root,root)
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libclanTTF.so.*.*
 
 %files devel
This page took 0.062171 seconds and 4 git commands to generate.