summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2011-03-17 08:23:34 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1330c080f0cd76a43a1dc863475637ef1a0032ac (patch)
treec033547a8b687f0e1558622c5dcb1078f166c471
parent99027a4fde071dffe2f2d0b35e1808c844dfda17 (diff)
downloaddxflib-1330c080f0cd76a43a1dc863475637ef1a0032ac.zip
dxflib-1330c080f0cd76a43a1dc863475637ef1a0032ac.tar.gz
- wtf is this, it must be so hard to commit clean spec
Changed files: dxflib.spec -> 1.7
-rw-r--r--dxflib.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/dxflib.spec b/dxflib.spec
index 9d93da6..d6cd703 100644
--- a/dxflib.spec
+++ b/dxflib.spec
@@ -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