]> git.pld-linux.org Git - packages/dxflib.git/commitdiff
- wtf is this, it must be so hard to commit clean spec
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 17 Mar 2011 08:23:34 +0000 (08:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dxflib.spec -> 1.7

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.097261 seconds and 4 git commands to generate.