Author: lisu Date: Wed Apr 8 14:42:21 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - version up to 4.1.6 - patches updated - -no_x11.patch is outdated - x11 supprot disabling by --disable-x11 - proper URL
---- Files affected: SPECS: giflib.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/giflib.spec diff -u SPECS/giflib.spec:1.28 SPECS/giflib.spec:1.29 --- SPECS/giflib.spec:1.28 Fri Nov 7 14:03:04 2008 +++ SPECS/giflib.spec Wed Apr 8 16:42:15 2009 @@ -10,18 +10,17 @@ Summary(ru.UTF-8): Библиотека для работы с GIF-файлами Summary(uk.UTF-8): Бібліотека для роботи з GIF-файлами Name: giflib -Version: 4.1.4 -Release: 7 +Version: 4.1.6 +Release: 1 License: X Consortium-like Group: Libraries -Source0: http://dl.sourceforge.net/libungif/%{name}-%{version}.tar.bz2 -# Source0-md5: 827d338961482a986f39c7f114531636 +Source0: http://dl.sourceforge.net/giflib/%{name}-%{version}.tar.bz2 +# Source0-md5: 7125644155ae6ad33dbc9fc15a14735f Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/libungif-man-pages.tar.bz2 # Source1-md5: 580c50403ed8f7e678ed04b3e0d712f3 Patch0: %{name}-link.patch -Patch1: http://users.own-hero.net/~decoder/fuzzyocr/giftext-segfault.patch -Patch2: %{name}-no_x11.patch -URL: http://sourceforge.net/projects/libungif/ +Patch1: %{name}-segfault.patch +URL: http://sourceforge.net/projects/giflib/ BuildRequires: autoconf >= 2.59-9 BuildRequires: automake BuildRequires: libtool @@ -157,10 +156,7 @@ %prep %setup -q %patch0 -p1 -cd util -%patch1 -p0 -cd .. -%patch2 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -169,7 +165,7 @@ %{__autoconf} %{__automake} %configure \ - %{!?with_x:--without-x} + %{!?with_x:--disable-x11} %{__make} %install @@ -196,7 +192,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS BUGS COPYING ChangeLog NEWS PATENT_PROBLEMS README TODO +%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %attr(755,root,root) %{_libdir}/libungif.so.[!.] @@ -226,6 +222,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2009/04/08 14:42:15 lisu +- version up to 4.1.6 +- patches updated +- -no_x11.patch is outdated +- x11 supprot disabling by --disable-x11 +- proper URL + Revision 1.28 2008/11/07 13:03:04 pluto - release 7 for rebuild w/o libxcb-xlib deps. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/giflib.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
