Author: adamg Date: Sat Feb 11 11:29:15 2012 GMT Module: packages Tag: HEAD ---- Log message: - dropped todo (works for me) - pass dl as extralibs - release 7 (rebuild against libpng-1.5)
---- Files affected: packages/eboard: eboard.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: packages/eboard/eboard.spec diff -u packages/eboard/eboard.spec:1.22 packages/eboard/eboard.spec:1.23 --- packages/eboard/eboard.spec:1.22 Tue Feb 7 22:59:36 2012 +++ packages/eboard/eboard.spec Sat Feb 11 12:29:10 2012 @@ -1,17 +1,16 @@ # $Revision$, $Date$ -# TODO: -# - check why it fails with ccache turned on Summary: GTK+ chess board interface for ICS and chess engines Summary(pl.UTF-8): Interfejs GTK+ do szachowych programów i serwerów Name: eboard Version: 1.1.1 -Release: 6 +Release: 7 License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/eboard/%{name}-%{version}.tar.bz2 # Source0-md5: 03dcdaa2bc85218b1b18c4bee276fea7 Source1: %{name}.desktop Patch0: %{name}-const.patch +Patch1: %{name}-libpng15.patch URL: http://www.bergo.eng.br/eboard/ BuildRequires: gtk+2-devel BuildRequires: libpng-devel @@ -38,12 +37,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # This way is needed, because package contains non-standard configure file %build ./configure \ --prefix="%{_prefix}" \ --compiler="%{__cxx}" \ + --extra-libs="dl" \ --man-prefix="%{_mandir}" %{__make} @@ -75,6 +76,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2012/02/11 11:29:10 adamg +- dropped todo (works for me) +- pass dl as extralibs +- release 7 (rebuild against libpng-1.5) + Revision 1.22 2012/02/07 21:59:36 arekm - release 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eboard/eboard.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
