]> git.pld-linux.org Git - packages/dxflib.git/blobdiff - dxflib.spec
- wtf is this, it must be so hard to commit clean spec
[packages/dxflib.git] / dxflib.spec
index 9d93da6de2de54a2cd68a1c5289900bacab2265f..d6cd7030366d4da1259f924a0efa70a5a66d3055 100644 (file)
@@ -9,12 +9,13 @@ Source0:      ftp://anonymous:anonymous@ribbonsoft.com/archives/dxflib/%{name}-%{vers
 # Source0-md5: 0eb6bef3b3a702012eeb4e99ef1aa3f1
 Patch0:                %{name}_include_string.patch
 URL:           http://www.qcad.org/dxflib.html
-#BuildRequires:
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
+Open source C++ library mainly for parsing DXFTM files
+
 %description -l pl.UTF-8
+Otwarta biblioteka w C++ do obslugi plikow DXF
 
 %prep
 %setup -q -n %{name}-%{version}-1.src
@@ -23,14 +24,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %build
 %{__aclocal}
 %{__autoconf}
-%configure 
+%configure
 
 %{__make}
 %{__make} -C test
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
        INCDIR=$RPM_BUILD_ROOT%{_includedir}/dxflib
This page took 0.071199 seconds and 4 git commands to generate.