head 1.1; branch 1.1.1; access; symbols SNAPSHOT_0_1_4:1.1.1.1 SNAPSHOT_0_1_3:1.1.1.1 SNAPSHOT_0_1_2:1.1.1.1 start:1.1.1.1 isi:1.1.1; locks; strict; comment @# @; 1.1 date 2002.10.23.21.19.44; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.23.21.19.44; author cworth; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @%define __libtoolize : %define __spec_install_post /usr/lib/rpm/brp-compress Name: libsvg Summary: A generic SVG library. Version: @@VERSION@@ Release: 1 License: LGPL Group: System Environment/Libraries Source: libsvg-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: pkgconfig >= 0.8 Requires: libxml2 >= @@LIBXML_REQUIRED@@ BuildRequires: libxml2-devel >= @@LIBXML_REQUIRED@@ %description A generic SVG library. %package devel Summary: Libraries and include files for developing with libsvg. Group: Development/Libraries Requires: %{name} = %{version} Requires: pkgconfig >= 0.8 Requires: libxml2 >= @@LIBXML_REQUIRED@@ Requires: libxml2-devel >= @@LIBXML_REQUIRED@@ %description devel This package provides the necessary development libraries and include files to allow you to develop with libsvg. %prep %setup -q -n libsvg-%{version} %build %configure make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_libdir}/*.so.* %files devel %defattr(-, root, root) %{_libdir}/*.so %{_libdir}/*.la %{_libdir}/*.a %{_includedir}/libsvg/libsvg %{_libdir}/pkgconfig/libsvg.pc %changelog * Wed Oct 04 2002 Carl Worth - converted to libsvg * Tue Mar 05 2002 Chris Chabot - Deps - Formatting - converted to .spec.in * Sat Jan 19 2002 Chris Chabot - Imported into gnome 2.0 alpha, set Requirements accordingly - Bumped version to 1.1.1 - Minor cleanups * Wed Jan 2 2002 Havoc Pennington - new CVS snap 1.1.0.91 - remove automake/autoconf calls * Mon Nov 26 2001 Havoc Pennington - convert to librsvg2 RPM * Tue Oct 23 2001 Havoc Pennington - 1.0.2 * Fri Jul 27 2001 Alexander Larsson - Add a patch that moves the includes to librsvg-1/librsvg - in preparation for a later librsvg 2 library. * Tue Jul 24 2001 Havoc Pennington - build requires gnome-libs-devel, #49509 * Thu Jul 19 2001 Havoc Pennington - own /usr/include/librsvg * Wed Jul 18 2001 Akira TAGOH 1.0.0-4 - fixed the linefeed problem in multibyte environment. (Bug#49310) * Mon Jul 09 2001 Havoc Pennington - put .la file back in package * Fri Jul 6 2001 Trond Eivind Glomsrød - Put changelog at the end - Move .so files to devel subpackage - Don't mess with ld.so.conf - Don't use %%{prefix}, this isn't a relocatable package - Don't define a bad docdir - Add BuildRequires - Use %%{_tmppath} - Don't define name, version etc. on top of the file (why do so many do that?) - s/Copyright/License/ * Wed May 9 2001 Jonathan Blandford - Put into Red Hat Build system * Tue Oct 10 2000 Robin Slomkowski - removed obsoletes from sub packages and added mozilla and trilobite subpackages * Wed Apr 26 2000 Ramiro Estrugo - created this thing @ 1.1.1.1 log @Initial commit of libsvg. @ text @@