]> git.pld-linux.org Git - packages/dime.git/blame - dime.spec
- added using %%{__make} macro.
[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
8952dc83 6License: GPL
6c4aa080 7Group: Libraries
8952dc83 8Group(fr): Librairies
6c4aa080 9Group(pl): Biblioteki
10Source0: ftp://ftp.sim.no/pub/dime/%name-%version-src.tar.bz2
11Source1: ftp://ftp.sim.no/pub/dime/%name-%version-doc.tar.bz2
8952dc83 12Patch0:
b9b17cff 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6c4aa080 14
15%define _prefix /usr
16
17%description
8952dc83 18Dime is a C++ class library for reading, constructing, manipulating,
19and writing DXF file data. The name is an acronym for DXF Import,
20Manipulation, and Export library. The DXF file format originates from
21AutoCAD, but is now in widespread use.
6c4aa080 22
23The focus of the library is primarily on the following items:
24
8952dc83 25- loading DXF files into a dime object hierarchy containing the DXF
26 data
6c4aa080 27- building dime object hierarchies from scratch
28- extracting geometry data from dime object hierarchies
29- manipulating dime object hierarchies
8952dc83 30- traversing the dime object hierarchies while performing various
31 tasks
32- saving dime object hierarchies as files conforming to the DXF file
33 format
6c4aa080 34
35The intended purpose of dime was on importing and exporting DXF files.
36For this kind of usage, special memory management techniques has been
37implemented, that can be used to boost the performance significantly.
38
39%description -l pl
8952dc83 40