libcroco-vl.spec 4.4 KB

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