libgluezilla-vl.spec 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. %define mono_dir %(/usr/bin/monodir)
  2. %define _name gluezilla
  3. Name: libgluezilla
  4. Version: 2.6
  5. Release: 2%{?_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 Dec 31 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-2
  40. - added BR: xulrunner-devel-unstable
  41. * Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
  42. - updated gluezilla to 2.6
  43. * Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1vl5
  44. - updated gluezilla to 2.4
  45. * Thu Sep 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.0-1vl5
  46. - initial build for VineSeed
  47. - updated gluezilla to 2.0
  48. - applied vine versioning policy
  49. - added japanese summary
  50. - spec in utf-8
  51. * Mon Apr 21 2008 wberrier@suse.de
  52. - Update to 1.9.1:
  53. - Fix bug where two browser widgets couldn't be in the same app
  54. * Tue Mar 25 2008 wberrier@suse.de
  55. - Update to 1.9:
  56. - Fixed to support more versions of windows, not just the one
  57. it was built for.
  58. - call ldconfig directly instead of invoking a shell
  59. - Several other bug fixes
  60. * Wed Jan 16 2008 wberrier@suse.de
  61. - rename gluezilla -> libgluezilla0
  62. * Fri Jan 11 2008 wberrier@suse.de
  63. - initial package