SPECS: gifsicle.spec - updated to 1.46 - enabled compression suppo...

qboosh qboosh at pld-linux.org
Sun Jan 14 16:48:01 CET 2007


Author: qboosh                       Date: Sun Jan 14 15:48:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.46
- enabled compression support (by removing --enable-ungif option)
- added link patch, rebuild ac/am (to kill libSM/libICE deps)
- giflib is not used; BR: libX11-devel (for gifview)

---- Files affected:
SPECS:
   gifsicle.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gifsicle.spec
diff -u SPECS/gifsicle.spec:1.2 SPECS/gifsicle.spec:1.3
--- SPECS/gifsicle.spec:1.2	Sun Jan 14 15:55:09 2007
+++ SPECS/gifsicle.spec	Sun Jan 14 16:47:56 2007
@@ -2,14 +2,17 @@
 Summary:	Powerful program for manipulating GIF images and animations
 Summary(pl):	Potężny program do obróbki obrazków i animacji GIF
 Name:		gifsicle
-Version:	1.45
+Version:	1.46
 Release:	1
 License:	GPL v2
 Group:		Applications/Graphics
 Source0:	http://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
-# Source0-md5:	08b0055ed616c9bcdf707057ea29dbfb
+# Source0-md5:	e23ba8f4e2549e544bbe714e3f0c6e26
+Patch0:		%{name}-link.patch
 URL:		http://www.lcdf.org/gifsicle/
-BuildRequires:	giflib-devel
+BuildRequires:	autoconf >= 2.59-9
+BuildRequires:	automake
+BuildRequires:	xorg-lib-libX11-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,10 +45,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure \
-	--enable-ungif
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
 %{__make}
 
 %install
@@ -59,7 +67,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README
+%doc ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/gifdiff
 %attr(755,root,root) %{_bindir}/gifsicle
 %attr(755,root,root) %{_bindir}/gifview
@@ -73,6 +81,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/01/14 15:47:56  qboosh
+- updated to 1.46
+- enabled compression support (by removing --enable-ungif option)
+- added link patch, rebuild ac/am (to kill libSM/libICE deps)
+- giflib is not used; BR: libX11-devel (for gifview)
+
 Revision 1.2  2007/01/14 14:55:09  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gifsicle.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list