libcroco-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. Summary: A CSS2 parsing library
  2. Summary: CSS2 をパースするためのライブラリ
  3. Name: libcroco
  4. Version: 0.6.2
  5. Release: 2%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. Source: %{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Patch0: libcroco-0.6.1-multilib.patch
  11. Requires: glib2 >= 2.10
  12. Requires: libxml2 >= 2.4.23
  13. BuildRequires: pkgconfig >= 0.8
  14. BuildRequires: glib2-devel >= 2.10
  15. BuildRequires: pango-devel >= 1.16
  16. BuildRequires: libxml2-devel >= 2.4.23
  17. BuildRequires: libgnomeui-devel
  18. %description
  19. CSS2 parsing and manipulation library for GNOME
  20. %package devel
  21. Summary: Libraries and include files for developing with libcroco.
  22. Group: Development/Libraries
  23. Requires: %{name} = %{version}
  24. Requires: pkgconfig >= 0.8
  25. Requires: glib2-devel >= 2.10
  26. Requires: libxml2 >= 2.4.23
  27. Requires: libxml2-devel >= 2.4.23
  28. Requires: libgnomeui-devel
  29. %description devel
  30. This package provides the necessary development libraries and include
  31. files to allow you to develop with libcroco.
  32. %prep
  33. %setup -q -n libcroco-%{version}
  34. %patch0 -p1 -b .multilib
  35. %build
  36. :%configure --enable-seleng=yes --enable-layeng=yes
  37. make
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. # create file that the new redhat debuginfo stuff demands
  41. touch $RPM_BUILD_DIR/libcroco-%{version}/debugfiles.list
  42. %makeinstall
  43. # Clean out files that should not be part of the rpm.
  44. # This is the recommended way of dealing with it for RH8
  45. rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
  46. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %post -p /sbin/ldconfig
  50. %postun -p /sbin/ldconfig
  51. %files
  52. %defattr(-, root, root)
  53. %doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README TODO
  54. %{_bindir}/csslint-0.6
  55. %{_libdir}/*.so.*
  56. %files devel
  57. %defattr(-, root, root)
  58. %{_libdir}/*.so
  59. %{_includedir}/libcroco-0.6
  60. %{_bindir}/croco-0.6-config
  61. %{_libdir}/pkgconfig/libcroco-0.6.pc
  62. %changelog
  63. * Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 0.6.2-2
  64. - build with rpm-4.8.1-1 for pkg-config file
  65. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
  66. - new upstream release
  67. * Wed Sep 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.1-1
  68. - applied new versioning policy
  69. - spec in UTF-8
  70. * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.1-0vl1
  71. - initial build for Vine Linux
  72. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.6.1-2.1
  73. - rebuild
  74. * Tue May 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
  75. - Make config script a pkg-config wrapper to fix multilib conflict
  76. * Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
  77. - Update to 0.6.1
  78. - Drop upstreamed patches
  79. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2.1
  80. - bump again for double-long bug on ppc(64)
  81. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-6.2
  82. - rebuilt for new gcc4.1 snapshot and glibc changes
  83. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  84. - rebuilt
  85. * Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
  86. - link shared lib against -lglib-2.0 and -lxml2
  87. * Wed Mar 2 2005 Matthias Clasen <mclasen@redhat.com> - 0.6.0-5
  88. - Rebuild with gcc4
  89. * Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
  90. - Move croco-config to the devel package
  91. * Mon Sep 20 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-3
  92. - Don't memset() stack variables
  93. * Tue Aug 31 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-2
  94. - Add missing ldconfig calls (#131279)
  95. * Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 0.6-1
  96. - Update to 0.6
  97. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  98. - rebuilt
  99. * Sat Apr 10 2004 Warren Togami <wtogami@redhat.com>
  100. - BR and -devel req libgnomeui-devel
  101. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  102. - rebuilt
  103. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  104. - rebuilt
  105. * Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 0.4.0-1
  106. - new version
  107. * Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 0.3.0-1
  108. - initial import into the tree. Based on the spec file in the package