]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- added conditional GGI support (don't use yet - buggy ggi crashes)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Jun 2001 16:34:07 +0000 (16:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more docs; don't include Makefiles and PBProjects.tar.gz to doc

Changed files:
    SDL.spec -> 1.57

SDL.spec

index 1f68e59bc14aa45b69b86d3698b0d4c93238904b..4e4195c814603c3727f366c189247e94831c39c8 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -3,8 +3,9 @@
 # _without_alsa - without ALSA support
 # _without_esound - without esound support
 # _without_arts - without arts support
-# _with_svgalib - with svgalib support
+# _with_svga - with svgalib support
 # _with_aalib - with aalib support
+# _with_ggi - with GGI support
 #
 %ifarch        alpha
 %define _without_arts 1
@@ -33,6 +34,7 @@ BuildRequires:        OpenGL-devel
 %endif
 %{?_with_svgalib:BuildRequires:        svgalib-devel}
 %{?_with_aalib:BuildRequires:  aalib-devel}
+%{?_with_ggi:BuildRequires:    libggi-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -103,7 +105,8 @@ SDL - biblioteki statyczne.
        %{!?_without_esound:--enable-esd} \
        %{!?_without_arts:--enable-arts} \
        %{?_with_svga:--enable-video-svga} \
-       %{?_with_aalib:--enable-video-aalib}
+       %{?_with_aalib:--enable-video-aalib} \
+       %{?_with_ggi:--enable-video-ggi}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -112,9 +115,9 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
-rm -rf docs/man3
+rm -rf docs/man3 docs/Makefile* docs/html/Makefile*
 
-gzip -9nf BUGS README WhatsNew
+gzip -9nf BUGS CREDITS README TODO WhatsNew
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -128,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *gz docs.html docs
+%doc {BUGS,CREDITS,README,TODO,WhatsNew}.gz docs.html docs
 %attr(755,root,root) %{_bindir}/sdl-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
This page took 0.371229 seconds and 4 git commands to generate.