]> git.pld-linux.org Git - packages/SDL_gfx.git/commitdiff
- updated to 2.0.11 auto/ac/SDL_gfx-2_0_11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 May 2004 23:03:01 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_gfx.spec -> 1.18

SDL_gfx.spec

index 7b83f5492dedc7a6c3cae10c2e85b7b935683070..60e42654cf9c029b30463757b863ea28fbb89d28 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       SDL graphics drawing primitives and other support functions
 Summary(pl):   Funkcje rysowania grafiki i inne dla SDL
 Name:          SDL_gfx
-Version:       2.0.10
+Version:       2.0.11
 Release:       1
 License:       LGPL
 Group:         Libraries
-Source0:       http://www.ferzkopp.net/~aschiffler/Software/%{name}-2.0/%{name}-%{version}.tar.gz
-# Source0-md5: 291b06426a3afe42ecac8473be2505d1
+Source0:       http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/%{name}-%{version}.tar.gz
+# Source0-md5: 10f6432ede2b239796f2924bdc7224b4
 Patch0:                %{name}-local-labels.patch
 URL:           http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html
 BuildRequires: SDL-devel >= 1.2.0
@@ -19,8 +19,6 @@ BuildRequires:        libtool
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _includedir     /usr/include/SDL
-
 %description
 The SDL_gfx library evolved out of the SDL_gfxPrimitives code.
 
@@ -49,7 +47,7 @@ napisana w czystym C, mo
 Summary:       Header files and more to develop SDL_gfx applications
 Summary(pl):   Pliki nag³ówkowe do rozwijania aplikacji u¿ywaj±cych SDL_gfx
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      SDL-devel
 
 %description devel
@@ -62,7 +60,7 @@ Pliki nag
 Summary:       Static SDL_gfx libraries
 Summary(pl):   Statyczne biblioteki SDL_gfx
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static SDL_gfx libraries.
@@ -75,16 +73,14 @@ Statyczne biblioteki SDL_gfx.
 %patch -p1
 
 %build
-rm -f missing acinclude.m4
+rm -f acinclude.m4
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 
-%ifarch %{ix86}
-%configure
-%else
 %configure \
+%ifnarch %{ix86}
        --disable-mmx
 %endif
 
@@ -112,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc Docs/*
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_includedir}/*
+%{_includedir}/SDL/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.034859 seconds and 4 git commands to generate.