babl-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Summary: A dynamic, any to any, pixel format conversion library
  2. Name: babl
  3. Version: 0.0.22
  4. Release: 1%{?_dist_release}
  5. # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
  6. License: LGPLv3+ and GPLv3+
  7. Group: System Environment/Libraries
  8. URL: http://www.gegl.org/babl/
  9. Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: inkscape w3m ruby
  12. %description
  13. Babl is a dynamic, any to any, pixel format conversion library. It
  14. provides conversions between the myriad of buffer types images can be
  15. stored in. Babl doesn't only help with existing pixel formats, but also
  16. facilitates creation of new and uncommon ones.
  17. %package devel
  18. Summary: Headers for developing programs that will use %{name}
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: pkgconfig
  22. %description devel
  23. This package contains the libraries and header files needed for
  24. developing with %{name}.
  25. %prep
  26. %setup -q
  27. %build
  28. %configure
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf %{buildroot}
  32. make DESTDIR=%{buildroot} install INSTALL='install -p'
  33. mkdir -p babl_docs babl_docs/html
  34. cp -pr docs/graphics docs/*.html docs/babl.css babl_docs/html
  35. rm -rf babl_docs/html/graphics/Makefile*
  36. rm -rf %{buildroot}%{_libdir}/*.la
  37. %check
  38. make check
  39. %clean
  40. rm -rf %{buildroot}
  41. %post -p /sbin/ldconfig
  42. %postun -p /sbin/ldconfig
  43. %files
  44. %defattr(-, root, root, -)
  45. %doc AUTHORS ChangeLog COPYING COPYING.LESSER README NEWS
  46. %{_libdir}/*.so.*
  47. %{_libdir}/babl-0.0/
  48. %files devel
  49. %defattr(-, root, root, -)
  50. %doc babl_docs/html
  51. %{_includedir}/babl-0.0/babl/
  52. %{_libdir}/*.so
  53. %{_libdir}/pkgconfig/%{name}.pc
  54. %changelog
  55. * Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.22-1
  56. - initial build for Vine Linux
  57. * Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
  58. - Update to latest release
  59. * Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
  60. - New release
  61. * Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
  62. - Apply patch to fix extensions loading on 64bit systems
  63. * Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
  64. - Update to 0.0.18
  65. * Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
  66. - Update to 0.0.16 release
  67. - License change from GPLv2+ to GPLv3+
  68. * Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
  69. - Update the License field
  70. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
  71. - Package the extension libraries in the main package
  72. - Run 'make check'
  73. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
  74. - Ensure timestamps are kept during install
  75. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
  76. - Remove the use of inexistent source url (Package reviews)
  77. - Package the html docs
  78. * Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
  79. - Initial packaging for Fedora