libcroco-vl.spec 4.3 KB

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