]> git.pld-linux.org Git - packages/dxflib.git/blob - dxflib.spec
- updated to 3.17.0
[packages/dxflib.git] / dxflib.spec
1 Summary:        Open source C++ library mainly for parsing DXFTM files
2 Summary(pl.UTF-8):      Otwarta biblioteka w C++ do obslugi plikow DXF
3 Name:           dxflib
4 Version:        2.2.0.0
5 Release:        0.3
6 License:        GPL
7 Group:          Libraries
8 Source0:        ftp://anonymous:anonymous@ribbonsoft.com/archives/dxflib/%{name}-%{version}-1.src.tar.gz
9 # Source0-md5:  0eb6bef3b3a702012eeb4e99ef1aa3f1
10 Patch0:         %{name}_include_string.patch
11 URL:            http://www.qcad.org/dxflib.html
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Open source C++ library mainly for parsing DXFTM files
16
17 %description -l pl.UTF-8
18 Otwarta biblioteka w C++ do obslugi plikow DXF
19
20 %prep
21 %setup -q -n %{name}-%{version}-1.src
22 %patch0
23
24 %build
25 %{__aclocal}
26 %{__autoconf}
27 %configure
28
29 %{__make}
30 %{__make} -C test
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} install \
35         LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
36         INCDIR=$RPM_BUILD_ROOT%{_includedir}/dxflib
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{_libdir}/libdxflib.a
44 %{_includedir}/dxflib/*.h
This page took 0.064287 seconds and 3 git commands to generate.