]> git.pld-linux.org Git - packages/dime.git/blame - dime.spec
- changed all BuildRoot definitons
[packages/dime.git] / dime.spec
CommitLineData
6c4aa080 1Summary: DIME - DXF Import, manipulation and Export library.
2Summary(pl): DIME - biblioteka do manipulacji plikami w formacie DXF.
3Name: dime
4Version: 0.9.1
5Release: 1
6Copyright: GPL
7Group: Libraries
8Group(pl): Biblioteki
9Source0: ftp://ftp.sim.no/pub/dime/%name-%version-src.tar.bz2
10Source1: ftp://ftp.sim.no/pub/dime/%name-%version-doc.tar.bz2
11#Patch:
b9b17cff 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6c4aa080 13
14%define _prefix /usr
15
16%description
17Dime is a C++ class library for reading, constructing, manipulating, and
18writing DXF file data.
19The name is an acronym for DXF Import, Manipulation, and Export library.
20The DXF file format originates from AutoCAD, but is now in widespread use.
21
22The focus of the library is primarily on the following items:
23
24- loading DXF files into a dime object hierarchy containing the DXF data
25- building dime object hierarchies from scratch
26- extracting geometry data from dime object hierarchies
27- manipulating dime object hierarchies
28- traversing the dime object hierarchies while performing various tasks
29- saving dime object hierarchies as files conforming to the DXF file format
30
31The intended purpose of dime was on importing and exporting DXF files.
32For this kind of usage, special memory management techniques has been
33implemented, that can be used to boost the performance significantly.
34
35%description -l pl
8f1322b7 36