]> git.pld-linux.org Git - packages/dime.git/blame_incremental - dime.spec
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
[packages/dime.git] / dime.spec
... / ...
CommitLineData
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
6License: GPL
7Group: Libraries
8Group(de): Libraries
9Group(es): Bibliotecas
10Group(fr): Librairies
11Group(pl): Biblioteki
12Source0: ftp://ftp.sim.no/pub/dime/%name-%version-src.tar.bz2
13Source1: ftp://ftp.sim.no/pub/dime/%name-%version-doc.tar.bz2
14Patch0:
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
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.
22
23The focus of the library is primarily on the following items:
24
25- loading DXF files into a dime object hierarchy containing the DXF
26 data
27- building dime object hierarchies from scratch
28- extracting geometry data from dime object hierarchies
29- manipulating dime object hierarchies
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
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
40