]> git.pld-linux.org Git - packages/dotnet-evolution-sharp.git/blob - dotnet-evolution-sharp.spec
- new
[packages/dotnet-evolution-sharp.git] / dotnet-evolution-sharp.spec
1 Summary:        .NET language bindings for Evolution
2 Summary(pl):    Wi±zania Evolution dla .NET
3 Name:           evolution-sharp
4 Version:        0.1
5 Release:        1
6 License:        GPL
7 Group:          Development/Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e094e52b5e8cd65066d9bef722b7ce6f
10 BuildRequires:  autoconf
11 Buildrequires:  automake
12 BuildRequires:  evolution-data-server-devel
13 BuildRequires:  gtk-sharp-devel >= 0.16
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This package provides bindings for .NET to Evolution libraries.
19
20 %description -l pl
21 Pakiet ten dostarcza wi±zania dla .NET do bibliotek z Evolution.
22
23 %package devel
24 Summary:        Development part of evolution-sharp
25 Group:          Development/Libraries
26 Requires:       %{name} = %{version}
27
28 %description devel
29 Tools for developing applications using evolution-sharp.
30
31 %description devel -l pl
32 Narzêdzia potrzebne przy tworzeniu aplikacji korzystaj±cych z
33 evolution-sharp.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog MAINTAINERS NEWS README
57 %{_libdir}/*.dll
58
59 %files devel
60 %defattr(644,root,root,755)
61 %{_pkgconfigdir}/*.pc
62 %{_datadir}/gapi/*
This page took 0.049488 seconds and 3 git commands to generate.