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