gio-sharp-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Name: gio-sharp
  2. Version: 2.22.3
  3. Release: 2%{?_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. BuildRoot: %{_tmppath}/%{name}-%{version}-build
  10. BuildRequires: glib2-devel >= 2.22
  11. BuildRequires: gtk-sharp2
  12. BuildRequires: gtk-sharp2-gapi
  13. BuildRequires: mono-devel
  14. BuildRequires: monodoc
  15. Requires: mono-core
  16. Requires: glib2 >= 2.22
  17. Requires: gtk-sharp2 >= 2.12
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. %description
  21. C#/CLI bindings for GIO
  22. %package devel
  23. License: GPLv2 ; MIT
  24. Group: Development/Libraries
  25. Summary: .NET/C# Bindings for GIO
  26. Requires: %{name} = %{version}
  27. %description devel
  28. Files for developing programs that use gio-sharp
  29. %prep
  30. %setup -q
  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. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.3-2
  50. - rebuild with VineSeed environment
  51. * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.3-1
  52. - new upstream release
  53. - remove Patch1
  54. * Thu Feb 17 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.22.2-1
  55. - initial build for Vine Linux based on suse factory
  56. * Wed Sep 1 2010 gburt@suse.de
  57. - Update to 2.22.2 release
  58. + install .config file
  59. * Wed Sep 1 2010 gburt@suse.de
  60. - Update to 2.22.1 release
  61. + no longer installed in GAC
  62. * Mon Jun 21 2010 gburt@suse.de
  63. - Update tarball to commit b76d56d
  64. + Clarifies license; gio-sharp is MIT/X11
  65. + Implements GioStream.SetLength
  66. + Passes `make distcheck`
  67. * Fri Jan 15 2010 gburt@suse.de
  68. - Initial packaging
  69. + git rev d49deb5395ad01293abaed5e8f509f8822ac15a8
  70. + plus a small patch for GioStream.SetLength and to dist properly