gio-sharp-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Name: gio-sharp
  2. Version: 2.22.3
  3. Release: 3%{?_dist_release}
  4. Summary: .NET/C# Bindings for GI
  5. Summary(ja): GIO の .NET/C# バインディング
  6. Group: System Environment/Libraries
  7. License: MIT
  8. URL: http://gitorious.org/gio-sharp
  9. Source: %{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-build
  11. BuildRequires: glib2-devel >= 2.22
  12. BuildRequires: gtk-sharp2-devel
  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. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. C#/CLI bindings for GIO
  23. %package devel
  24. Summary: Development files of %{name}
  25. Summary(ja): %{name} の開発用ファイル
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: pkgconfig
  29. %description devel
  30. Files for developing programs that use gio-sharp
  31. %prep
  32. %setup -q
  33. %build
  34. %configure
  35. %{__make}
  36. %install
  37. %{__make} install DESTDIR=$RPM_BUILD_ROOT
  38. %clean
  39. %{__rm} -rf "$RPM_BUILD_ROOT"
  40. %files
  41. %defattr(-,root,root)
  42. %doc ChangeLog NEWS COPYING AUTHORS README
  43. %dir %_prefix/lib/gio-sharp
  44. %_prefix/lib/gio-sharp/*.dll*
  45. %files devel
  46. %defattr(-,root,root)
  47. %{_libdir}/pkgconfig/gio-sharp-2.0.pc
  48. %dir %_prefix/share/gapi-2.0
  49. %_prefix/share/gapi-2.0/gio-api.xml
  50. %changelog
  51. * Thu Mar 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.22.3-3
  52. - rebuilt with mono 3.12.1
  53. - added Japanese summary
  54. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.3-2
  55. - rebuild with VineSeed environment
  56. * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.3-1
  57. - new upstream release
  58. - remove Patch1
  59. * Thu Feb 17 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.22.2-1
  60. - initial build for Vine Linux based on suse factory
  61. * Wed Sep 1 2010 gburt@suse.de
  62. - Update to 2.22.2 release
  63. + install .config file
  64. * Wed Sep 1 2010 gburt@suse.de
  65. - Update to 2.22.1 release
  66. + no longer installed in GAC
  67. * Mon Jun 21 2010 gburt@suse.de
  68. - Update tarball to commit b76d56d
  69. + Clarifies license; gio-sharp is MIT/X11
  70. + Implements GioStream.SetLength
  71. + Passes `make distcheck`
  72. * Fri Jan 15 2010 gburt@suse.de
  73. - Initial packaging
  74. + git rev d49deb5395ad01293abaed5e8f509f8822ac15a8
  75. + plus a small patch for GioStream.SetLength and to dist properly