Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37775773
en ru br
ALT Linux repos
S:0.1.4-alt2_24
5.0: 0.1.4-alt2
4.1: 0.1.4-alt2
4.0: 0.1.4-alt2
3.0: 0.1.4-alt1

Group :: System/Libraries
RPM: libsvg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable static

Name: libsvg
Version: 0.1.4
Release: alt2
Summary: A generic SVG library
License: LGPL
URL: http://www.xsvg.org/
Group: System/Libraries

Source0: %name-%version.tar.gz
Patch0: %name-link.patch

# Automatically added by buildreq on Sat Mar 18 2006

BuildRequires: gcc-c++ libjpeg-devel libpng-devel libxml2-devel pkg-config

%description
libsvg provides a parser for SVG content in files or buffers. It
doesn't do any rendering, but instead provides a function-based
interface that can be used by various rendering engines.

%package devel
Summary: Header files for libsvg library
Group: Development/C++
Requires: %name = %version-%release

%description devel
Header files for libsvg library.

%package static
Summary: Static libsvg library
Group: Development/C++
Requires: %name-devel = %version-%release

%description static
Static libsvg library.

%prep
%setup -q

%patch0 -p1

%build
%__autoreconf
%configure \
%{subst_enable static}
%make_build

%install
%make DESTDIR=%buildroot install

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%doc AUTHORS ChangeLog NEWS README TODO
%_libdir/lib*.so.*

%files devel
%_libdir/lib*.so
%_includedir/*.h
%_pkgconfigdir/*.pc

%if_enabled static
%files static
%_libdir/lib*.a
%endif

%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