webkit-sharp-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Name: webkit-sharp
  2. Version: 0.3
  3. Release: 2%{?_dist_release}
  4. Summary: .NET bindings for WebKit
  5. Summary(ja): WebKit の .NET バインディング
  6. License: MIT
  7. Group: System Environment/Libraries
  8. URL: http://www.mono-project.com/Main_Page
  9. Source0: http://origin-download.mono-project.com/sources/webkit-sharp/%{name}-%{version}.tar.bz2
  10. # https://bugzilla.redhat.com/show_bug.cgi?id=658502
  11. Patch1: webkit-sharp-0.3-dllmap.patch
  12. Requires: WebKit-gtk
  13. BuildRequires: WebKit-gtk-devel
  14. BuildRequires: mono-devel
  15. BuildRequires: gtk-sharp2-devel
  16. BuildRequires: gtk-sharp2-gapi
  17. BuildRequires: monodoc
  18. ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
  19. %description
  20. WebKit-sharp is .NET bindings for the WebKit rendering engine.
  21. %package devel
  22. Summary: Development files for WebKit-sharp
  23. Summary(ja): WebKit-sharp の開発用ファイル
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: pkgconfig
  27. %description devel
  28. Development files for WebKit-sharp
  29. %prep
  30. %setup -q
  31. # update for new webkit library name
  32. %patch1 -p1 -b .dllmap
  33. sed -i -e 's!@libdir@!${exec_prefix}/lib!g' sources/webkit-sharp.pc.in
  34. %build
  35. %configure
  36. make %{?_smp_mflags}
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. make DESTDIR=%{buildroot} install
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %doc COPYING README
  44. %{_prefix}/lib/mono/
  45. %files devel
  46. %{_libdir}/pkgconfig/webkit-sharp-1.0.pc
  47. %{_prefix}/lib/monodoc/sources/webkit-sharp*
  48. %changelog
  49. * Sun Nov 16 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.3-2
  50. - added Group tag and %%clean section to spec
  51. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-1
  52. - initial build for Vine Linux
  53. * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-11
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  55. * Wed Mar 27 2013 Nikos Roussos <comzeradd@fedoraproject.org> 0.3-10
  56. - Clean up package for F19
  57. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-9
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  59. * Sun Oct 23 2011 Christian Krause <chkr@fedoraproject.org> - 0.3-8
  60. - Change paths for mono assemblies according to updated packaging
  61. guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
  62. * Fri Jun 03 2011 Paul Whalen <paul.whalen@senecac.on.ca> - 0.3-7
  63. - Added arm macro to ExclusiveArch
  64. * Mon Mar 28 2011 Christian Krause <chkr@fedoraproject.org> - 0.3-6
  65. - Rebuilt against mono 2.10
  66. - Minor spec file cleanup
  67. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  69. * Sat Nov 27 2010 Dan Horák <dan[at]danny.cz> - 0.3-4
  70. - update dll mapping for new webkitgtk (#658502)
  71. - sync ExclusiveArch list with mono
  72. * Sun Oct 31 2010 Christian Krause <chkr@fedoraproject.org> - 0.3-3
  73. - Rebuild again to create correct requires/provides capabilities
  74. * Sat Oct 09 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.3-2
  75. - Rebuild for mono-2.8
  76. * Thu Dec 17 2009 Paul Lange <palango@gmx.de> - 0.3-1
  77. - Update to version 0.3
  78. * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.2-6
  79. - build for sparcv9 s390 s390x
  80. * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5
  81. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  82. * Sun Jun 21 2009 Paul Lange <palango@gmx.de> - 0.2-4
  83. - Fix supported archs
  84. * Sun Jun 14 2009 Paul Lange <palango@gmx.de> - 0.2-3
  85. - Fix wrong webkitgtk link and missing dependency (#500654)
  86. * Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.2-2
  87. - Build arch ppc64.
  88. * Sat Feb 21 2009 David Nielsen <gnomeuser@gmail.com> - 0.2-1
  89. - Initial package