source: projects/specs/trunk/g/gio-sharp/gio-sharp-vl.spec @ 9472

Revision 9472, 2.3 KB checked in by inagaki, 9 years ago (diff)

2015-03-28 Ryoichi INAGAKI <ryo1@…>

  • dbus-sharp, dbus-sharp-glib, gecko-sharp2, gio-sharp, gnome-desktop-sharp2, kimono, libgpod, mono-debugger, mono-zeroconf, webkit-sharp: rebuilt
  • gnome-sharp2, libgdiplus, mono, mono-addins, mono-basic, nant: updated


Line 
1Name:           gio-sharp
2Version:        2.22.3
3Release:        3%{?_dist_release}
4Summary:        .NET/C# Bindings for GI
5Summary(ja):    GIO の .NET/C# バインディング
6
7Group:          System Environment/Libraries
8License:        MIT
9URL:            http://gitorious.org/gio-sharp
10
11Source:         %{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-build
14BuildRequires:  glib2-devel >= 2.22
15BuildRequires:  gtk-sharp2-devel
16BuildRequires:  gtk-sharp2-gapi
17BuildRequires:  mono-devel
18BuildRequires:  monodoc
19
20Requires:       mono-core
21Requires:       glib2 >= 2.22
22Requires:       gtk-sharp2 >= 2.12
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28C#/CLI bindings for GIO
29
30%package devel
31Summary:        Development files of %{name}
32Summary(ja):    %{name} の開発用ファイル
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release}
35Requires:       pkgconfig
36
37%description devel
38Files 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 
Note: See TracBrowser for help on using the repository browser.