babl-vl.spec 3.3 KB

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