]> git.pld-linux.org Git - packages/CEGUI.git/blobdiff - CEGUI.spec
- rebuild with boost 1.63.0
[packages/CEGUI.git] / CEGUI.spec
index b53754a00317b74cb332c3cf9349f05d71cd9c2d..d5a60a9be7c458ba324e98f8506af812fbed80dd 100644 (file)
@@ -9,17 +9,16 @@
 Summary:       CEGUI - a free library providing windowing and widgets
 Summary(pl.UTF-8):     CEGUI - wolnodostępna biblioteka zapewniającą okienka i widgety
 Name:          CEGUI
-Version:       0.8.4
-Release:       5
+Version:       0.8.7
+Release:       2
 License:       LGPL v2.1+ (with MIT parts)
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/crayzedsgui/cegui-%{version}.tar.bz2
-# Source0-md5: 344917301b5ed867a07575ee6a828667
-Source1:       http://downloads.sourceforge.net/crayzedsgui/cegui-docs-%{version}.tar.bz2
-# Source1-md5: 1096bf8c84bf6a22e8892ab9258c22f6
+# Source0-md5: cebcc95e205b9ad353db0d65b9b2d505
+Source1:       http://downloads.sourceforge.net/crayzedsgui/cegui-docs.%{version}.zip
+# Source1-md5: 5f3b19f82cf1e11b4406560b8e809f20
 Patch0:                pthread.patch
 Patch1:                %{name}-glfw3.patch
-Patch2:                %{name}-python.patch
 Patch3:                x32.patch
 URL:           http://www.cegui.org.uk/
 BuildRequires: DevIL-devel
@@ -27,6 +26,8 @@ BuildRequires:        DevIL-devel
 BuildRequires: FreeImage-devel
 BuildRequires: GLM
 BuildRequires: OpenGL-devel
+BuildRequires: SDL2-devel
+BuildRequires: SDL2_image-devel
 BuildRequires: SILLY-devel >= 0.1.0
 BuildRequires: boost-devel >= 1.36.0
 BuildRequires: boost-python-devel >= 1.36.0
@@ -189,6 +190,33 @@ Header files for CEGUI FreeImageImageCodec library.
 %description ImageCodec-FreeImage-devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki CEGUI FreeImageImageCodec.
 
+%package ImageCodec-SDL2
+Summary:       SDL2ImageCodec library for CEGUI
+Summary(pl.UTF-8):     Biblioteka SDL2ImageCodec dla CEGUI
+Group:         Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      SDL2
+
+%description ImageCodec-SDL2
+SDL2ImageCodec library for CEGUI.
+
+%description ImageCodec-SDL2 -l pl.UTF-8
+Biblioteka SDL2ImageCodec dla CEGUI
+
+%package ImageCodec-SDL2-devel
+Summary:       Header files for CEGUI SDL2ImageCodec library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki CEGUI SDL2ImageCodec
+Group:         Development/Libraries
+Requires:      %{name}-ImageCodec-SDL2 = %{version}-%{release}
+Requires:      %{name}-devel = %{version}-%{release}
+Requires:      SDL2-devel >= 0.1.0
+
+%description ImageCodec-SDL2-devel
+Header files for CEGUI SDL2ImageCodec library.
+
+%description ImageCodec-SDL2-devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki CEGUI SDL2ImageCodec.
+
 %package ImageCodec-SILLY
 Summary:       SILLYImageCodec library for CEGUI
 Summary(pl.UTF-8):     Biblioteka SILLYImageCodec dla CEGUI
@@ -431,7 +459,6 @@ Wiązania Pythona do biblioteki CEGUI OpenGLRenderer.
 %setup -q -a 1 -n cegui-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 
 %build
@@ -474,7 +501,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/README.orig
+%doc README.md
 %attr(755,root,root) %{_libdir}/libCEGUIBase-0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libCEGUIBase-0.so.2
 %attr(755,root,root) %{_libdir}/libCEGUICommonDialogs-0.so.*.*.*
@@ -533,6 +560,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_includedir}/cegui-0/%{name}/ImageCodecModules/FreeImage
 
+%files ImageCodec-SDL2
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/cegui-0.8/libCEGUISDL2ImageCodec.so
+
+%files ImageCodec-SDL2-devel
+%defattr(644,root,root,755)
+%{_includedir}/cegui-0/%{name}/ImageCodecModules/SDL2
+
 %files ImageCodec-SILLY
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/cegui-0.8/libCEGUISILLYImageCodec.so
This page took 0.076576 seconds and 4 git commands to generate.