gio-sharp-vl.spec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Name: gio-sharp
  2. Version: 2.22.2
  3. Release: 1%{?_dist_release}
  4. License: GPLv2 ; MIT
  5. Group: Development/Libraries
  6. Summary: .NET/C# Bindings for GIO
  7. URL: http://gitorious.org/gio-sharp
  8. Source: %{name}-%{version}.tar.bz2
  9. Patch1: gio-sharp-2.22.2-fix-pkgconfig.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-build
  11. BuildRequires: glib2-devel >= 2.22
  12. BuildRequires: gtk-sharp2
  13. BuildRequires: gtk-sharp2-gapi
  14. BuildRequires: mono-devel
  15. BuildRequires: monodoc
  16. Requires: mono-core
  17. Requires: glib2 >= 2.22
  18. Requires: gtk-sharp2 >= 2.12
  19. %description
  20. C#/CLI bindings for GIO
  21. %package devel
  22. License: GPLv2 ; MIT
  23. Group: Development/Libraries
  24. Summary: .NET/C# Bindings for GIO
  25. Requires: %{name} = %{version}
  26. %description devel
  27. Files for developing programs that use gio-sharp
  28. %prep
  29. %setup -q
  30. %patch1 -p1 -b .fix-pkgconfig
  31. %build
  32. %configure
  33. %{__make}
  34. %install
  35. %{__make} install DESTDIR=$RPM_BUILD_ROOT
  36. %clean
  37. %{__rm} -rf "$RPM_BUILD_ROOT"
  38. %files
  39. %defattr(-,root,root)
  40. %doc ChangeLog NEWS COPYING AUTHORS README
  41. %dir %_prefix/lib/gio-sharp
  42. %_prefix/lib/gio-sharp/*.dll*
  43. %files devel
  44. %defattr(-,root,root)
  45. %{_libdir}/pkgconfig/gio-sharp-2.0.pc
  46. %dir %_prefix/share/gapi-2.0
  47. %_prefix/share/gapi-2.0/gio-api.xml
  48. %changelog
  49. * Thu Feb 17 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.22.2-1
  50. - initial build for Vine Linux based on suse factory
  51. * Wed Sep 1 2010 gburt@suse.de
  52. - Update to 2.22.2 release
  53. + install .config file
  54. * Wed Sep 1 2010 gburt@suse.de
  55. - Update to 2.22.1 release
  56. + no longer installed in GAC
  57. * Mon Jun 21 2010 gburt@suse.de
  58. - Update tarball to commit b76d56d
  59. + Clarifies license; gio-sharp is MIT/X11
  60. + Implements GioStream.SetLength
  61. + Passes `make distcheck`
  62. * Fri Jan 15 2010 gburt@suse.de
  63. - Initial packaging
  64. + git rev d49deb5395ad01293abaed5e8f509f8822ac15a8
  65. + plus a small patch for GioStream.SetLength and to dist properly