webkit-sharp-vl.spec 3.8 KB

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