]> git.pld-linux.org Git - packages/dotnet-gio-sharp.git/blame - dotnet-gio-sharp.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dotnet-gio-sharp.git] / dotnet-gio-sharp.spec
CommitLineData
46d5242f 1#
46d5242f
MB
2#
3Summary: .NET language bindings for GIO
4Summary(pl.UTF-8): Wiązania GIO dla .NET
5Name: dotnet-gio-sharp
d3884385 6Version: 0.3
7Release: 1
46d5242f
MB
8License: MIT
9Group: Libraries
10Source0: gio-sharp-%{version}.tar.gz
d3884385 11# Source0-md5: f423ce799499583b715b1e9d6a8980f5
46d5242f
MB
12URL: http://github.com/mono/gio-sharp/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: dotnet-gtk-sharp2-devel
16BuildRequires: glib2-devel >= 1:2.22.0
17BuildRequires: mono-csharp
18BuildRequires: pkgconfig
19BuildRequires: rpmbuild(monoautodeps)
20Requires: glib2 >= 1:2.22.0
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This package provides bindings for .NET to GIO library.
25
26%description -l pl.UTF-8
27Pakiet ten dostarcza wiązania dla .NET do biblioteki z GIO.
28
29%package devel
30Summary: GIO# development files
31Summary(pl.UTF-8): Pliki programistyczne GIO#
32Group: Development/Libraries
33Requires: %{name} = %{version}-%{release}
34Requires: dotnet-gtk-sharp2-devel
35
36%description devel
37GIO# development files.
38
39%description devel -l pl.UTF-8
40Pliki programistyczne GIO#.
41
42%prep
d3884385 43%setup -q -n mono-gio-sharp-31b4926
46d5242f
MB
44
45%build
46NOCONFIGURE=true ./autogen-2.22.sh
47%{__aclocal}
48%{__autoconf}
49%{__automake}
50%configure
51%{__make} -j1
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog NEWS README
65%{_prefix}/lib/gio-sharp
66
67%files devel
68%defattr(644,root,root,755)
69%{_datadir}/gapi-2.0/gio-api.xml
70%{_pkgconfigdir}/gio-sharp-2.0.pc
This page took 0.091069 seconds and 4 git commands to generate.