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