diff --git a/.cvsignore b/.cvsignore index 01a45b9..ec3383f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ agg23.tar.gz +agg-2.4.tar.gz diff --git a/agg.spec b/agg.spec index bb56020..db2b258 100644 --- a/agg.spec +++ b/agg.spec @@ -1,14 +1,13 @@ Summary: Anti-Grain Geometry Name: agg -Version: 2.3 -Release: 4 +Version: 2.4 +Release: 1 Group: System Environment/Libraries URL: http://www.antigrain.com License: MIT -Source: http://www.antigrain.com/%{name}23.tar.gz +Source: http://www.antigrain.com/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: automake, libtool, libX11-devel, freetype-devel -Patch1: agg23-optional-gpc.patch +BuildRequires: automake, libtool, libX11-devel, freetype-devel, SDL-devel %description A High Quality Rendering Engine for C++ @@ -22,11 +21,10 @@ Requires: agg = %{version}-%{release} Libraries, headers, and support files necessary to compile applications using agg %prep -%setup -q -n agg23 -%patch1 -p1 -b .optional-gpc.patch +%setup -q %build -sh ./autogen.sh +sh ./autogen.sh --disable-gpc %configure make @@ -46,16 +44,19 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %{_libdir}/lib*.so.* %files devel -%{_bindir}/* %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/libagg.pc %{_includedir}/agg2 +%{_datadir}/aclocal/libagg.m4 %clean rm -r $RPM_BUILD_ROOT %changelog +* Wed May 10 2006 Caolan McNamara - 2.4-1 +- next version + * Fri Feb 17 2006 Karsten Hopp 2.3-4 - add BuildRequires freetype-devel for ft2build.h diff --git a/sources b/sources index 7f9f22a..76aa10b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03d7c110f8c0a3838e2036c8332e051e agg23.tar.gz +e3456e477526eebb4d2f1d108b96867c agg-2.4.tar.gz