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