babl-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Summary: A dynamic, any to any, pixel format conversion library
  2. Name: babl
  3. Version: 0.1.4
  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.1/%{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 README NEWS
  46. %{_libdir}/*.so.*
  47. %{_libdir}/babl-0.1/
  48. %files devel
  49. %defattr(-, root, root, -)
  50. %doc babl_docs/html
  51. %{_includedir}/babl-0.1/babl/
  52. %{_libdir}/*.so
  53. %{_libdir}/pkgconfig/%{name}.pc
  54. %changelog
  55. * Thu Apr 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
  56. - new upstream release
  57. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.1.2-2
  58. - rebuilt with rpm-4.8.1-3
  59. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
  60. - new upstream release
  61. * Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.22-1
  62. - initial build for Vine Linux
  63. * Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.22-1
  64. - Update to latest release
  65. * Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.20-1
  66. - New release
  67. * Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-2
  68. - Apply patch to fix extensions loading on 64bit systems
  69. * Thu Jan 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
  70. - Update to 0.0.18
  71. * Mon Nov 26 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
  72. - Update to 0.0.16 release
  73. - License change from GPLv2+ to GPLv3+
  74. * Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.5.20071011svn
  75. - Update the License field
  76. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.4.20071011svn
  77. - Package the extension libraries in the main package
  78. - Run 'make check'
  79. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.3.20071011svn
  80. - Ensure timestamps are kept during install
  81. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.2.20071011svn
  82. - Remove the use of inexistent source url (Package reviews)
  83. - Package the html docs
  84. * Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.15-0.1.20071011svn
  85. - Initial packaging for Fedora