[SDL_gfx] Update to 2.0.22

Matthias Saou thias at fedoraproject.org
Wed Jul 13 09:15:04 UTC 2011


commit 9d54d99e29192ebe57af52733c92f741db4f1cb3
Author: Matthias Saou <thias at marmotte.net>
Date:   Wed Jul 13 11:14:44 2011 +0200

    Update to 2.0.22

 SDL_gfx.spec |   40 +++++++++++++++++++++-------------------
 1 files changed, 21 insertions(+), 19 deletions(-)
---
diff --git a/SDL_gfx.spec b/SDL_gfx.spec
index bbedad6..b7aa998 100644
--- a/SDL_gfx.spec
+++ b/SDL_gfx.spec
@@ -1,35 +1,31 @@
-Summary: Graphic primitives, rotozoomer, framerate control and image filters
+Summary: SDL graphics drawing primitives and other support functions
 Name: SDL_gfx
-Version: 2.0.17
-Release: 4%{?dist}
+Version: 2.0.22
+Release: 1%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
 URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
 Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz
 Patch0: SDL_gfx-2.0.13-ppc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: SDL-devel, libXt-devel
+BuildRequires: SDL-devel
+BuildRequires: libXt-devel
 
 %description
-The SDL_gfx library offers several components: Graphic Primitives,
-Rotozoomer, Framerate control, and MMX image filters. The Primitives
-component provides basic drawing routines: pixels, hlines, vlines, lines,
-aa-lines, rectangles, circles, ellipses, trigons, polygons, Bezier curves,
-and an 8x8 pixmap font for drawing onto any SDL Surface. Full alpha
-blending, hardware surface locking, and all surface depths are supported.
-The Rotozoomer can use interpolation for high quality output.
+Library providing SDL graphics drawing primitives and other support functions
+wrapped up in an addon library for the Simple Direct Media (SDL) cross-platform
+API layer.
 
 
 %package devel
-Summary: Header files and static libraries for SDL_gfx
+Summary: Development files for SDL_gfx
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 Requires: SDL-devel
 
 %description devel
-This package contains the header files and static libraries for SDL_gfx.
-If you want to develop programs using SDL_gfx, you will need to install this
-package.
+This package contains the files required to develop programs which use SDL_gfx.
 
 
 %prep
@@ -43,16 +39,16 @@ package.
     --disable-mmx \
 %endif
     --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %post -p /sbin/ldconfig
@@ -69,10 +65,16 @@ package.
 %defattr(-,root,root,-)
 %{_includedir}/SDL/*.h
 %exclude %{_libdir}/*.la
+%{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 
 
 %changelog
+* Wed Jul 13 2011 Matthias Saou <http://freshrpms.net/> 2.0.22-1
+- Update to 2.0.22.
+- Include new pkgconfig file.
+- Update descriptions and summaries.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.17-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list