Author: qboosh Date: Sun Aug 20 10:14:30 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - updated to final 0.8.0, removed obsolete gcc4 patch - killed /usr/X11R6 from link patch - license is not LGPL now, but something BSD-like
---- Files affected: SPECS: ClanLib.spec (1.85.2.13 -> 1.85.2.14) ---- Diffs: ================================================================ Index: SPECS/ClanLib.spec diff -u SPECS/ClanLib.spec:1.85.2.13 SPECS/ClanLib.spec:1.85.2.14 --- SPECS/ClanLib.spec:1.85.2.13 Fri Mar 24 00:53:10 2006 +++ SPECS/ClanLib.spec Sun Aug 20 12:14:24 2006 @@ -4,18 +4,16 @@ Summary(pt_BR): SDK Clanlib Name: ClanLib Version: 0.8.0 -Release: 0.RC2.1 -License: LGPL v2 +Release: 1 +License: BSD-like (see COPYING) Group: Libraries #Source0Download: http://www.clanlib.org/download.html -Source0: http://www.clanlib.org/download/releases-0.8/%{name}-%{version}-RC2.tgz -# Source0-md5: 808382d5e181aff62a36c6d824fcf058 +Source0: http://www.clanlib.org/download/releases-0.8/%{name}-%{version}.tgz +# Source0-md5: 3e183a801a31f646b012db2d82f97ff3 Patch0: %{name}-link.patch -Patch1: %{name}-gcc4.patch URL: http://www.clanlib.org/ -# doesn't build with 0.9.12 -#BuildRequires: DirectFB-devel = 0.9.9 BuildRequires: OpenGL-GLU-devel +BuildRequires: SDL >= 1.2.0 BuildRequires: SDL_gfx-devel >= 1.2.0 BuildRequires: autoconf >= 2.59-9 BuildRequires: automake >= 1.6 @@ -27,6 +25,7 @@ BuildRequires: libvorbis-devel >= 1:1.0 BuildRequires: libxslt-progs BuildRequires: perl-base +BuildRequires: pkgconfig BuildRequires: xorg-lib-libXi-devel BuildRequires: xorg-lib-libXxf86vm-devel Requires: OpenGL @@ -193,7 +192,8 @@ Group: Development/Libraries Requires: %{name}-SDL = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release} -Requires: SDL-devel +Requires: SDL-devel >= 1.2.0 +Requires: SDL_gfx-devel >= 1.2.0 %description SDL-devel Header files for SDL ClanLib library. @@ -252,9 +252,8 @@ Statyczna biblioteka Vorbis dla ClanLiba. %prep -%setup -q -n %{name}-%{version}-RC2 +%setup -q %patch0 -p1 -%patch1 -p1 rm -rf autom4te.cache @@ -306,7 +305,7 @@ %files %defattr(644,root,root,755) -%doc CREDITS NEWS README README.sdl TODO-RSN +%doc COPYING CREDITS NEWS README README.sdl TODO-RSN %attr(755,root,root) %{_libdir}/libclanApp-0.8.so.*.* %attr(755,root,root) %{_libdir}/libclanCore-0.8.so.*.* %attr(755,root,root) %{_libdir}/libclanDisplay-0.8.so.*.* @@ -445,6 +444,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.85.2.14 2006/08/20 10:14:24 qboosh +- updated to final 0.8.0, removed obsolete gcc4 patch +- killed /usr/X11R6 from link patch +- license is not LGPL now, but something BSD-like + Revision 1.85.2.13 2006/03/23 23:53:10 qboosh - updated to 0.8.0-RC2 - switched to modular xorg, updated link patch to kill unnecessary linking ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ClanLib.spec?r1=1.85.2.13&r2=1.85.2.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
