SPECS (AC-branch): gifsicle.spec - merged 1.48 from HEAD
glen
glen at pld-linux.org
Tue May 15 08:34:45 CEST 2007
Author: glen Date: Tue May 15 06:34:45 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- merged 1.48 from HEAD
---- Files affected:
SPECS:
gifsicle.spec (1.2 -> 1.2.2.1)
---- Diffs:
================================================================
Index: SPECS/gifsicle.spec
diff -u SPECS/gifsicle.spec:1.2 SPECS/gifsicle.spec:1.2.2.1
--- SPECS/gifsicle.spec:1.2 Sun Jan 14 15:55:09 2007
+++ SPECS/gifsicle.spec Tue May 15 08:34:40 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.48
Release: 1
License: GPL v2
Group: Applications/Graphics
Source0: http://www.lcdf.org/gifsicle/%{name}-%{version}.tar.gz
-# Source0-md5: 08b0055ed616c9bcdf707057ea29dbfb
+# Source0-md5: 3857d3d920180f2b9bac32c7b1a2e276
+Patch0: %{name}-link.patch
URL: http://www.lcdf.org/gifsicle/
-BuildRequires: giflib-devel
+BuildRequires: XFree86-devel
+BuildRequires: autoconf >= 2.59-9
+BuildRequires: automake
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,24 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2.2.1 2007/05/15 06:34:40 glen
+- merged 1.48 from HEAD
+
+Revision 1.6 2007/05/14 21:54:17 qboosh
+- updated to 1.48 (crash fix)
+
+Revision 1.5 2007/02/12 22:09:10 glen
+- tabs in preamble
+
+Revision 1.4 2007/02/12 01:06:45 baggins
+- converted to UTF-8
+
+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.2.2.1&f=u
More information about the pld-cvs-commit
mailing list