webkit-sharp-vl.spec 3.3 KB

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