Author: glen Date: Wed Nov 12 20:25:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix hardcoded -lMagick in LIBS; rel 4
---- Files affected: SPECS: kallery.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/kallery.spec diff -u SPECS/kallery.spec:1.11 SPECS/kallery.spec:1.12 --- SPECS/kallery.spec:1.11 Mon Nov 10 20:11:42 2008 +++ SPECS/kallery.spec Wed Nov 12 21:25:45 2008 @@ -7,12 +7,13 @@ Summary(pl.UTF-8): Generator galerii plików graficznych dla KDE Name: kallery Version: 1.2.0 -Release: 3 +Release: 4 License: GPL Group: X11/Applications/Graphics Source0: http://kallery.kdewebdev.org/releases/%{name}-%{version}.tar.bz2 # Source0-md5: 5318e3b8d4e04e1ea9f9a53e5a565d9c Patch0: %{name}-desktop.patch +Patch1: %{name}-libs.patch URL: http://kallery.kdewebdev.org/ BuildRequires: ImageMagick-devel >= 6.1.0 BuildRequires: autoconf @@ -52,6 +53,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.sub admin @@ -93,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2008/11/12 20:25:45 glen +- fix hardcoded -lMagick in LIBS; rel 4 + Revision 1.11 2008/11/10 19:11:42 glen - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kallery.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
