From 0a70b54682deeae23f7821ab7647dfd943113534 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Nov 24 2005 11:57:50 +0000 Subject: auto-import agg-2.3-1 on branch devel from agg-2.3-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..01a45b9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +agg23.tar.gz diff --git a/agg.spec b/agg.spec new file mode 100644 index 0000000..1abdd69 --- /dev/null +++ b/agg.spec @@ -0,0 +1,59 @@ +Summary: Anti-Grain Geometry +Name: agg +Version: 2.3 +Release: 1 +Group: System Environment/Libraries +License: LGPL +Source: http://www.antigrain.com/%{name}23.tar.gz +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: automake +Patch1: agg23-optional-gpc.patch + +%description +A High Quality Rendering Engine for C++ + +%package devel +Summary: Support files necessary to compile applications with agg +Group: Development/Libraries +Requires: agg = %{version}-%{release} + +%description devel +Libraries, headers, and support files necessary to compile applications using agg + +%prep +%setup -q -n agg23 +%patch1 -p1 -b .optional-gpc.patch + +%build +sh ./autogen.sh +%configure +make + +%install +%makeinstall +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%files +%defattr(-,root,root) +%doc authors copying readme +%{_libdir}/lib*.so.* + +%files devel +%{_bindir}/* +%{_libdir}/*.a +%{_libdir}/*.so +%{_libdir}/pkgconfig/libagg.pc +%{_includedir}/agg2 + +%clean +rm -r $RPM_BUILD_ROOT + +%changelog +* Wed Nov 23 2005 Caolan McNamara 2.3-1 +- initial import diff --git a/sources b/sources index e69de29..7f9f22a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +03d7c110f8c0a3838e2036c8332e051e agg23.tar.gz