]> git.pld-linux.org Git - packages/eboard.git/commitdiff
- dropped todo (works for me)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 11 Feb 2012 11:29:10 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass dl as extralibs
- release 7 (rebuild against libpng-1.5)

Changed files:
    eboard.spec -> 1.23

eboard.spec

index 3c8fa2b2318995cc1f6d49545a5dd9d7e62b5fa8..37f7074c09ae403f7eb60d4fc747626fc6a48a7f 100644 (file)
@@ -1,16 +1,15 @@
-# 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
@@ -37,12 +36,14 @@ szachowymi jak GNUchess, Sjeng czy Crafty.
 %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}
 
This page took 0.055375 seconds and 4 git commands to generate.