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