]> git.pld-linux.org Git - packages/dotnet-evolution-sharp.git/blob - dotnet-evolution-sharp.spec
f11f78a273fa1baf3324dfd65f5d2eaaf745e0e9
[packages/dotnet-evolution-sharp.git] / dotnet-evolution-sharp.spec
1 #
2 %include        /usr/lib/rpm/macros.mono
3 #
4 Summary:        Evolution# - .NET language bindings for Evolution
5 Summary(pl):    Evolution# - Wi±zania Evolution dla .NET
6 Name:           dotnet-evolution-sharp
7 Version:        0.11.1
8 Release:        5
9 License:        GPL
10 Group:          Development/Libraries
11 Source0:        http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/0.11/evolution-sharp-%{version}.tar.bz2
12 # Source0-md5:  d1bf31c7c9dda9ba012e169981626cce
13 Patch0:         %{name}-mint.patch
14 Patch1:         %{name}-monodir.patch
15 Patch2:         %{name}-evo28.patch
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  dotnet-gtk-sharp2-devel >= 2.9.0
19 BuildRequires:  evolution-data-server-devel >= 1.7.91
20 BuildRequires:  evolution-devel >= 2.7.91
21 BuildRequires:  libtool
22 BuildRequires:  mono-csharp >= 1.1.16.1
23 BuildRequires:  pkgconfig
24 Requires:       evolution-data-server-libs >= 1.7.91
25 Requires:       evolution-libs >= 2.7.91
26 Requires:       mono >= 1.1.16.1
27 Provides:       dotnet-evolution
28 Obsoletes:      dotnet-evolution
29 ExclusiveArch:  %{ix86} %{x8664} arm hppa ia64 ppc s390 s390x sparc sparcv9 sparc64
30 ExcludeArch:    i386
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 This package provides bindings for .NET to Evolution libraries.
35
36 %description -l pl
37 Pakiet ten dostarcza wi±zania dla .NET do bibliotek z Evolution.
38
39 %package devel
40 Summary:        Development part of Evolution#
41 Summary(pl):    Programistyczna czê¶æ Evolution#
42 Group:          Development/Libraries
43 Requires:       %{name} = %{version}-%{release}
44 Requires:       dotnet-gtk-sharp2-devel >= 2.9.0
45 Provides:       dotnet-evolution-devel
46 Obsoletes:      dotnet-evolution-devel
47
48 %description devel
49 Tools for developing applications using evolution-sharp.
50
51 %description devel -l pl
52 Narzêdzia potrzebne przy tworzeniu aplikacji korzystaj±cych z
53 evolution-sharp.
54
55 %package static
56 Summary:        Static evolution-sharp libraries
57 Summary(pl):    Biblioteki statyczne evolution-sharp
58 Group:          Development/Libraries
59 Requires:       %{name}-devel = %{version}-%{release}
60
61 %description static
62 Static evolution-sharp libraries.
63
64 %description static -l pl
65 Biblioteki statyczne evolution-sharp.
66
67 %prep
68 %setup -q -n evolution-sharp-%{version}
69 %patch0 -p1
70 %patch1 -p1
71 %patch2 -p1
72
73 %build
74 %{__libtoolize}
75 %{__aclocal}
76 %{__autoconf}
77 %{__autoheader}
78 %{__automake}
79 %configure
80 %{__make}
81
82 %install
83 rm -rf $RPM_BUILD_ROOT
84
85 %{__make} install \
86         DESTDIR=$RPM_BUILD_ROOT
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %files
92 %defattr(644,root,root,755)
93 %doc AUTHORS ChangeLog MAINTAINERS NEWS README
94 %attr(755,root,root) %{_libdir}/libevolutionglue.so
95 %{_libdir}/libevolutionglue.la
96 %{_prefix}/lib/mono/gac/evolution-sharp
97
98 %files devel
99 %defattr(644,root,root,755)
100 %{_prefix}/lib/mono/evolution-sharp
101 %{_datadir}/gapi-2.0/*
102 %{_pkgconfigdir}/*.pc
103
104 %files static
105 %defattr(644,root,root,755)
106 %{_libdir}/libevolutionglue.a
This page took 0.183756 seconds and 2 git commands to generate.