Author: adamg Date: Sat Dec 20 11:59:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - tk-8.5 support; sf url; release 4
---- Files affected: SPECS: tk-Img.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/tk-Img.spec diff -u SPECS/tk-Img.spec:1.10 SPECS/tk-Img.spec:1.11 --- SPECS/tk-Img.spec:1.10 Sat Nov 17 04:19:02 2007 +++ SPECS/tk-Img.spec Sat Dec 20 12:59:04 2008 @@ -3,24 +3,25 @@ Summary(pl.UTF-8): Obsługa dodatkowych formatów plików dla Tk Name: tk-Img Version: 1.2.4 -Release: 3 +Release: 4 License: distributable Group: Development/Languages/Tcl -Source0: http://ftp.neosoft.com/cl/sorted/packages-8.0/graphics/%{name}/%{version}/img%{version}.tar.gz +Source0: http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/graphics/Img/1.2/img%{version}.tar.gz # Source0-md5: abfda1cc55555fc2490e761bde165078 Patch0: %{name}-DESTDIR.patch Patch1: %{name}-jpeg.patch Patch2: %{name}-tk84.patch -URL: http://members1.chello.nl/~j.nijtmans/img.html -Requires: tk >= 8.4.3 +Patch3: %{name}-tk85.patch +URL: http://tkimg.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libjpeg-devel >= 6b BuildRequires: libpng-devel >= 1.0.8 BuildRequires: libtiff-devel >= 3.5.5 BuildRequires: tcl-devel -BuildRequires: tk-devel >= 8.4.3 +BuildRequires: tk-devel >= 8.5.0 BuildRequires: zlib-devel >= 1.1.3 +Requires: tk >= 8.4.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -38,13 +39,15 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__aclocal} %{__autoconf} %configure %{__make} \ - IMG_LD_SEARCH_FLAGS="" + IMG_LD_SEARCH_FLAGS="" \ + CFLAGS="%{rpmcflags} -I/usr/include/tcl-private/generic -I/usr/include/tcl-private/unix" %install rm -rf $RPM_BUILD_ROOT @@ -68,7 +71,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.10 2007/11/17 03:19:02 wolvverine +Revision 1.11 2008/12/20 11:59:04 adamg +- tk-8.5 support; sf url; release 4 + +Revision 1.10 2007-11-17 03:19:02 wolvverine - BR Revision 1.9 2007-02-12 22:09:17 glen ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tk-Img.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
