Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37377162
en ru br
ALT Linux repos
S:0.6.3-alt1

Group :: System/Libraries
RPM: libdxfrw

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libdxfrw
Version: 0.6.3
Release: alt1

Summary: Library to read/write DXF files

License: GPLv2+
Group: System/Libraries
Url: http://sourceforge.net/p/libdxfrw/home/Home/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://downloads.sourceforge.net/project/libdxfrw/%name-%version.tar

# Automatically added by buildreq on Sat Oct 17 2015

# optimized out: libstdc++-devel python3-base
BuildRequires: gcc-c++

%description
libdxfrw is a free C++ library to read and write DXF files in both formats,
ASCII and binary form.

%package devel
Summary: Development files for libdxfrw
Requires: %name = %version-%release
Group: Development/Other

%description devel
Development files for libdxfrw.

%prep
%setup

%build
%autoreconf
%configure --disable-static
%make_build

%install
%makeinstall_std
#rm -rf %buildroot%_libdir/*.la

%files
%doc AUTHORS ChangeLog COPYING README
%_bindir/dwg2dxf
%_libdir/*.so.*

%files devel
%_includedir/libdxfrw0/
%_libdir/*.so
%_pkgconfigdir/libdxfrw0.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin