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

Revision 6270, 2.0 KB checked in by Takemikaduchi, 12 years ago (diff)

NEW: banshee and C# binding packages

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