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

Revision 8068, 2.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Name:           gio-sharp
2Version:        2.22.3
3Release:        2%{?_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
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25C#/CLI bindings for GIO
26
27%package devel
28License:        GPLv2 ; MIT
29Group:          Development/Libraries
30Summary:        .NET/C# Bindings for GIO
31Requires:       %{name} = %{version}
32
33%description devel
34Files 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 
Note: See TracBrowser for help on using the repository browser.