libsvg-cairo-vl.spec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Summary: Render SVG Content Using cairo
  2. Summary(ja): SVGコンテンツをCairoを利用してレンダリングするライブラリ
  3. Name: libsvg-cairo
  4. Version: 0.1.6
  5. Release: 2%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. URL: http://www.cairographics.org/
  9. Source: %{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-build
  11. BuildRequires: cairo-devel, libjpeg-devel, libsvg-devel
  12. %description
  13. libsvg-cairo provides the ability to render SVG content from files or
  14. buffers. All rendering is performed using the cairo rendering library.
  15. %package devel
  16. Summary: Render SVG Content Using cairo
  17. Group: Development/Libraries
  18. Requires: %{name} = %{version}
  19. Requires: libsvg-devel, cairo-devel
  20. %description devel
  21. libsvg-cairo provides the ability to render SVG content from files or
  22. buffers. All rendering is performed using the cairo rendering library.
  23. %prep
  24. %setup -q
  25. %build
  26. %configure
  27. %__make
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. %makeinstall
  31. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %post -p /sbin/ldconfig
  35. %postun -p /sbin/ldconfig
  36. %files
  37. %defattr(-,root,root)
  38. %doc AUTHORS ChangeLog COPYING INSTALL NEWS README
  39. %{_libdir}/*.so.*
  40. %files devel
  41. %defattr(-,root,root)
  42. %{_libdir}/pkgconfig/%{name}.pc
  43. %{_libdir}/*.a
  44. %{_libdir}/*.so
  45. %{_includedir}/svg-cairo.h
  46. %changelog
  47. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
  48. - rebuild with rpm-4.8.1 for pkg-config file
  49. * Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.1.6-1vl5
  50. - applied new versioning policy, spec in utf-8
  51. * Sun Feb 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.6-0vl1
  52. - initial build for Vine Linux partially based on opensuse package
  53. * Wed Jan 25 2006 - mls@suse.de
  54. - converted neededforbuild to BuildRequires
  55. * Wed Nov 02 2005 - sbrabec@suse.cz
  56. - New SuSE package, version 0.1.6 (#120043).