source: projects/specs/branches/6/g/gio-sharp/gio-sharp-vl.spec @ 3005

Revision 3005, 1.9 KB checked in by kazutaka, 13 years ago (diff)

docky の更新に併せて新規のパッケージを追加

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