Browse Source

SDL_gfx 2.0.22-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1843 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
8b1be6ece2
1 changed files with 12 additions and 6 deletions
  1. 12 6
      S/SDL_gfx/SDL_gfx-vl.spec

+ 12 - 6
S/SDL_gfx/SDL_gfx-vl.spec

@@ -1,12 +1,12 @@
 Summary:	SDL graphics drawing primitives and other support functions
 Summary(ja): 	SDLの基本的な描画機能とその他の機能を提供するライブラリ
 Name:		SDL_gfx
-Version:	2.0.17
+Version:	2.0.22
 Release: 	1%{?_dist_release}
 Source0:	%{name}-%{version}.tar.gz
 License:	LGPL
 Group:		System Environment/Libraries
-URL:		http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0
+URL:		http://www.ferzkopp.net/joomla/
 
 BuildRequires:	SDL-devel >= 1.2.0
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -111,7 +111,7 @@ SDL_gfx のデモアプリケーションとソースコードです。
 %__install -d $RPM_BUILD_ROOT/%{_datadir}/SDL_gfx-demos
 %__install -m755 %{_builddir}/%{name}-%{version}/Test/* $RPM_BUILD_ROOT/%{_datadir}/SDL_gfx-demos
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
 
 %clean
 %__rm -rf $RPM_BUILD_ROOT
@@ -124,12 +124,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README*
 %doc Docs/
-%{_libdir}/libSDL_gfx.so*
+%{_libdir}/libSDL_gfx.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/libSDL_gfx.a
-#{_libdir}/libSDL_gfx.la
+%{_libdir}/pkgconfig/SDL_gfx.pc
+%{_libdir}/libSDL_gfx.so
 %{_includedir}/SDL/*
 
 %files demos
@@ -138,6 +138,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 2.0.22-1
+- new upstream release
+- add pkg-config file in devel package
+- remove *.a
+- move *.so file: main to devel
+
 * Sat Sep 20 2008 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 2.0.17-1
 - new upstream release
 - applied new versioning policy