]> git.pld-linux.org Git - SPECS.git/blob - dotnet-dbus-sharp-glib.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / dotnet-dbus-sharp-glib.spec
1 %define         module  dbus-sharp-glib
2
3 Summary:        D-Bus for .NET - GLib integration module
4 Summary(pl.UTF-8):      D-Bus dla .NET - moduł integrujący z GLib
5 Name:           dotnet-%{module}
6 Version:        0.5.0
7 Release:        2
8 License:        MIT
9 Group:          Libraries
10 #Source0Download: https://github.com/mono/dbus-sharp/downloads
11 Source0:        http://github.com/downloads/mono/dbus-sharp/%{module}-%{version}.tar.gz
12 # Source0-md5:  2284293316eb3a89f0f78798b8a24418
13 Patch0:         %{name}-monodir.patch
14 URL:            http://mono.github.com/dbus-sharp/
15 BuildRequires:  autoconf >= 2.50
16 BuildRequires:  automake
17 BuildRequires:  dotnet-dbus-sharp-devel >= 1:0.7.0
18 BuildRequires:  mono-csharp >= 1.1.13
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.268
21 BuildRequires:  rpmbuild(monoautodeps)
22 Requires:       mono >= 1.1.13
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 dbus-sharp-glib is a fork of ndesk-dbus-glib, which provides GLib main
27 loop integration for Managed D-Bus.
28
29 %description -l pl.UTF-8
30 dbus-sharp-glib to odgałęzienie projektu ndesk-dbus-glib,
31 zapewniającego integrację głównej pętli GLib dla "zarządzanego D-Bus".
32
33 %package devel
34 Summary:        Development files for D-Bus GLib .NET library
35 Summary(pl.UTF-8):      Pliki programistyczne biblioteki .NET D-Bus GLib
36 Group:          Development/Libraries
37 Requires:       %{name} = %{version}-%{release}
38 Requires:       dotnet-dbus-sharp-devel >= 1:0.7.0
39 Requires:       mono-devel >= 1.1.13
40
41 %description devel
42 Development files for D-Bus GLib .NET library.
43
44 %description devel -l pl.UTF-8
45 Pliki programistyczne biblioteki .NET D-Bus GLib.
46
47 %prep
48 %setup -q -n %{module}-%{version}
49 %patch0 -p1
50
51 %build
52 %{__aclocal}
53 %{__autoconf}
54 %{__automake}
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS COPYING README
70 %{_prefix}/lib/mono/gac/dbus-sharp-glib
71
72 %files devel
73 %defattr(644,root,root,755)
74 %{_prefix}/lib/mono/dbus-sharp-glib-1.0
75 %{_pkgconfigdir}/dbus-sharp-glib-1.0.pc
This page took 0.206219 seconds and 3 git commands to generate.