libgluezilla-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. %define mono_dir %(/usr/bin/monodir)
  2. %define _name gluezilla
  3. Name: libgluezilla
  4. Version: 2.6
  5. Release: 3%{?_dist_release}
  6. Summary: Glue library for Winforms Web Control
  7. Summary(ja): Mono Winforms 用ウェブ制御ライブラリ
  8. Group: Development/Libraries
  9. License: GPL
  10. URL: http://www.go-mono.com
  11. Source: http://mono.ximian.com/monobuild/preview/sources/%{_name}/%{_name}-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: gcc-c++ gtk2-devel
  14. BuildRequires: xulrunner-devel
  15. #BuildRequires: xulrunner-devel-unstable
  16. %description
  17. A simple library to embed Gecko (xulrunner) for the Mono Winforms WebControl.
  18. %prep
  19. %setup -q -n %{_name}-%{version}
  20. %build
  21. #export CFLAGS="$RPM_OPT_FLAGS"
  22. %configure
  23. make
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. make install DESTDIR=$RPM_BUILD_ROOT
  27. # remove unuse files
  28. rm -f $RPM_BUILD_ROOT/usr/%_lib/libgluezilla.la
  29. %clean
  30. rm -rf $RPM_BUILD_ROOT
  31. %post -p /sbin/ldconfig
  32. %postun -p /sbin/ldconfig
  33. %files
  34. %defattr(-, root, root)
  35. %doc AUTHORS COPYING ChangeLog* INSTALL README TODO
  36. %{_libdir}/libgluezilla.so
  37. %{_libdir}/libgluezilla.so.*
  38. %changelog
  39. * Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.6-3
  40. - rebuilt with new environment
  41. - dropt BR: xulrunner-devel-unstable
  42. * Thu Dec 31 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-2
  43. - added BR: xulrunner-devel-unstable
  44. * Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
  45. - updated gluezilla to 2.6
  46. * Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1vl5
  47. - updated gluezilla to 2.4
  48. * Thu Sep 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.0-1vl5
  49. - initial build for VineSeed
  50. - updated gluezilla to 2.0
  51. - applied vine versioning policy
  52. - added japanese summary
  53. - spec in utf-8
  54. * Mon Apr 21 2008 wberrier@suse.de
  55. - Update to 1.9.1:
  56. - Fix bug where two browser widgets couldn't be in the same app
  57. * Tue Mar 25 2008 wberrier@suse.de
  58. - Update to 1.9:
  59. - Fixed to support more versions of windows, not just the one
  60. it was built for.
  61. - call ldconfig directly instead of invoking a shell
  62. - Several other bug fixes
  63. * Wed Jan 16 2008 wberrier@suse.de
  64. - rename gluezilla -> libgluezilla0
  65. * Fri Jan 11 2008 wberrier@suse.de
  66. - initial package