SPECS: agg.spec - extended description from doc/introduction - Lic...

glen glen at pld-linux.org
Tue Jan 23 23:46:16 CET 2007


Author: glen                         Date: Tue Jan 23 22:46:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- extended description from doc/introduction
- License is GPL v2+

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

---- Diffs:

================================================================
Index: SPECS/agg.spec
diff -u SPECS/agg.spec:1.2 SPECS/agg.spec:1.3
--- SPECS/agg.spec:1.2	Tue Jan 23 23:42:28 2007
+++ SPECS/agg.spec	Tue Jan 23 23:46:11 2007
@@ -1,9 +1,9 @@
 # $Revision$, $Date$
-Summary:	Anti-Grain Geometry
+Summary:	A High Quality Rendering Engine for C++
 Name:		agg
 Version:	2.5
 Release:	0.1
-License:	GPL
+License:	GPL v2+
 Group:		Libraries
 URL:		http://www.antigrain.com/
 Source0:	http://www.antigrain.com/%{name}-%{version}.tar.gz
@@ -17,7 +17,15 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A High Quality Rendering Engine for C++
+Anti-Grain Geometry (AGG) is a general purpose graphical toolkit
+written completely in standard and platform independent C++. It can be
+used in many areas of computer programming where high quality 2D
+graphics is an essential part of the project.
+
+AGG uses only C++ and standard C runtime functions, such as memcpy,
+sin, cos, sqrt, etc. The basic algorithms don't even use C++ Standard
+Template Library. Thus, AGG can be used in a very large number of
+applications, including embedded systems.
 
 %package devel
 Summary:	Support files necessary to compile applications with agg
@@ -60,6 +68,9 @@
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %doc authors copying readme
@@ -76,15 +87,16 @@
 %defattr(644,root,root,755)
 %{_libdir}/*.a
 
-%clean
-rm -r $RPM_BUILD_ROOT
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/01/23 22:46:11  glen
+- extended description from doc/introduction
+- License is GPL v2+
+
 Revision 1.2  2007/01/23 22:42:28  glen
 - separate -static
 
================================================================

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



More information about the pld-cvs-commit mailing list