From 08ed6a192cffe95d04037c0f7ded7844490ab7cb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:40:29 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20librsvg?= =?UTF-8?q?2-1.1.0.91-1.src.rpm=20Wed=20Jan=2002=202002=20Havoc=20Penningt?= =?UTF-8?q?on=20=20-=20new=20CVS=20snap=201.1.0.91=20-=20re?= =?UTF-8?q?move=20automake/autoconf=20calls=20Mon=20Nov=2026=202001=20Havo?= =?UTF-8?q?c=20Pennington=20=20-=20convert=20to=20librsvg2?= =?UTF-8?q?=20RPM=20Tue=20Oct=2023=202001=20Havoc=20Pennington=20=20-=201.0.2=20Fri=20Jul=2027=202001=20Alexander=20Larsso?= =?UTF-8?q?n=20=20-=20Add=20a=20patch=20that=20moves=20t?= =?UTF-8?q?he=20includes=20to=20librsvg-1/librsvg=20-=20in=20preparation?= =?UTF-8?q?=20for=20a=20later=20librsvg=202=20library.=20Tue=20Jul=2024=20?= =?UTF-8?q?2001=20Havoc=20Pennington=20=20-=20build=20requi?= =?UTF-8?q?res=20gnome-libs-devel,=20#49509=20Thu=20Jul=2019=202001=20Havo?= =?UTF-8?q?c=20Pennington=20=20-=20own=20/usr/include/librs?= =?UTF-8?q?vg=20Wed=20Jul=2018=202001=20Akira=20TAGOH=20?= =?UTF-8?q?=201.0.0-4=20-=20fixed=20the=20linefeed=20problem=20in=20multib?= =?UTF-8?q?yte=20environment.=20(Bug#49310)=20Mon=20Jul=2009=202001=20Havo?= =?UTF-8?q?c=20Pennington=20=20-=20put=20.la=20file=20back?= =?UTF-8?q?=20in=20package=20Fri=20Jul=2006=202001=20Trond=20Eivind=20Glom?= =?UTF-8?q?sr=F8d=20=20-=20Put=20changelog=20at=20the=20en?= =?UTF-8?q?d=20-=20Move=20.so=20files=20to=20devel=20subpackage=20-=20Don'?= =?UTF-8?q?t=20mess=20with=20ld.so.conf=20-=20Don't=20use=20%{prefix},=20t?= =?UTF-8?q?his=20isn't=20a=20relocatable=20package=20-=20Don't=20define=20?= =?UTF-8?q?a=20bad=20docdir=20-=20Add=20BuildRequires=20-=20Use=20%{=5Ftmp?= =?UTF-8?q?path}=20-=20Don't=20define=20name,=20version=20etc.=20on=20top?= =?UTF-8?q?=20of=20the=20file=20(why=20do=20so=20many=20do=20=20=20=20=20t?= =?UTF-8?q?hat=3F)=20-=20s/Copyright/License/=20Wed=20May=2009=202001=20Jo?= =?UTF-8?q?nathan=20Blandford=20=20-=20Put=20into=20Red=20?= =?UTF-8?q?Hat=20Build=20system=20Tue=20Oct=2010=202000=20Robin=20Slomkows?= =?UTF-8?q?ki=20=20-=20removed=20obsoletes=20from=20su?= =?UTF-8?q?b=20packages=20and=20added=20mozilla=20and=20trilobite=20=20=20?= =?UTF-8?q?=20=20subpackages=20Wed=20Apr=2026=202000=20Ramiro=20Estrugo=20?= =?UTF-8?q?=20-=20created=20this=20thing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + librsvg2.spec | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 128 insertions(+) create mode 100644 librsvg2.spec diff --git a/.cvsignore b/.cvsignore index e69de29..b99cc86 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +librsvg-1.1.0.91.tar.gz diff --git a/librsvg2.spec b/librsvg2.spec new file mode 100644 index 0000000..8adb2c6 --- /dev/null +++ b/librsvg2.spec @@ -0,0 +1,126 @@ +%define __libtoolize : + +%define libxml2_version 2.4.12 +%define gtk2_version 1.3.12.90 +%define freetype_version 2.0.1 +%define popt_version 1.5 +%define libart_version 2.3.7.91 + +Name: librsvg2 +Summary: An SVG library based on libart. +Version: 1.1.0.91 +Release: 1 +License: LGPL +Group: System Environment/Libraries +Source: librsvg-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: gtk2 >= %{gtk2_version} +Requires: libxml2 >= %{libxml2_version} +Requires: popt >= %{popt_version} +Requires: freetype >= %{freetype_version} +Requires: libart_lgpl >= %{libart_version} +Requires: libpng +BuildRequires: libpng-devel +BuildRequires: gtk2-devel >= %{gtk2_version} +BuildRequires: libxml2-devel >= %{libxml2_version} +BuildRequires: popt >= %{popt_version} +BuildRequires: freetype-devel >= %{freetype_version} +BuildRequires: libart_lgpl-devel >= %{libart_version} + +%description +An SVG library based on libart. + + +%package devel +Summary: Libraries and include files for developing with librsvg. +Group: Development/Libraries +Requires: %{name} = %{version} +Requires: gtk2-devel >= %{gtk2_version} +Requires: libxml2-devel >= %{libxml2_version} +Requires: freetype-devel >= %{freetype_version} +Requires: libart_lgpl-devel >= %{libart_version} + +%description devel +This package provides the necessary development libraries and include +files to allow you to develop with librsvg. + +%prep +%setup -q -n librsvg-%{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 COPYING.LIB ChangeLog NEWS README +%{_libdir}/*.so.* + +%files devel +%defattr(-, root, root) +%{_libdir}/*.so +%{_libdir}/*.la +%{_libdir}/*.a +%{_includedir}/librsvg-2/librsvg +%{_libdir}/pkgconfig/librsvg-2.0.pc + +%changelog +* 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 + diff --git a/sources b/sources index e69de29..ab57aac 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e88f91a735f6df8e169f1f231466ea39 librsvg-1.1.0.91.tar.gz