From: marcus Date: Mon, 25 Mar 2002 21:30:51 +0000 (+0000) Subject: - addedd config patch for configure.in, X-Git-Tag: ClanLib-0_5_1-4~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=a58f38bd2562760ab7be0549fb6fe38cd29366cc;p=packages%2FClanLib.git - addedd config patch for configure.in, - rel.4. Changed files: ClanLib.spec -> 1.57 --- diff --git a/ClanLib.spec b/ClanLib.spec index a334b66..d3eddf6 100644 --- a/ClanLib.spec +++ b/ClanLib.spec @@ -3,11 +3,12 @@ Summary(pl): ClanLib, niezale Summary(pt_BR): SDK Clanlib Name: ClanLib Version: 0.5.1 -Release: 3 +Release: 4 License: LGPL Group: Libraries Source0: http://dark.x.dtu.dk/~mbn/clanlib/download/download-japj/%{name}-%{version}/%{name}-%{version}-1.tar.gz Patch0: %{name}-OPT.patch +Patch0: %{name}-config.patch URL: http://www.clanlib.org/ Requires: Hermes >= 1.3.1 #OpenGL is disabled in ClanLib 0.5.0 so we disable this requirement @@ -158,6 +159,7 @@ potrzebne do kompilacji program %prep %setup -q #%patch0 -p1 +%patch1 -p1 %build # note: rtti is needed --- ClanLib uses exceptions!