]> git.pld-linux.org Git - packages/dotnet-evolution-sharp.git/blame - dotnet-evolution-sharp.spec
- notice about missing BRs in previous commit
[packages/dotnet-evolution-sharp.git] / dotnet-evolution-sharp.spec
CommitLineData
99476af6 1#
3bfdabdf 2%include /usr/lib/rpm/macros.mono
99476af6 3#
bd437c80 4Summary: Evolution# - .NET language bindings for Evolution
991a35c7 5Summary(pl.UTF-8): Evolution# - Wiązania Evolution dla .NET
9319e9c6 6Name: dotnet-evolution-sharp
076b11e4 7Version: 0.20.0
8Release: 3
9Epoch: 1
94477262 10License: GPL
11Group: Development/Libraries
076b11e4 12Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-sharp/0.20/evolution-sharp-%{version}.tar.bz2
13# Source0-md5: ca4f75a795aa2af36c4573971c0534f7
868dafe3 14Patch0: %{name}-mint.patch
4c322e07 15Patch1: evolution-data-server-228.patch
94477262 16BuildRequires: autoconf
df837e70 17BuildRequires: automake
8edc0787 18BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.2
40f6c49e 19BuildRequires: evolution-data-server-devel >= 2.24.0
076b11e4 20BuildRequires: libgdata-devel
21BuildRequires: libsoup-gnome-devel
e16c7216 22BuildRequires: libtool
fff1aa7e 23BuildRequires: mono-csharp >= 1.1.16.1
9bace8ba 24BuildRequires: pkgconfig
40f6c49e 25Requires: evolution-data-server-libs >= 2.24.0
fff1aa7e 26Requires: mono >= 1.1.16.1
90dea2ac 27Provides: dotnet-evolution
e920eb2a 28Obsoletes: dotnet-evolution
99476af6 29ExcludeArch: i386
94477262 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33This package provides bindings for .NET to Evolution libraries.
34
912c1f54
JR
35%description -l pl.UTF-8
36Pakiet ten dostarcza wiązania dla .NET do bibliotek z Evolution.
94477262 37
38%package devel
bd437c80 39Summary: Development part of Evolution#
991a35c7 40Summary(pl.UTF-8): Programistyczna część Evolution#
94477262 41Group: Development/Libraries
15a4e7f6 42Requires: %{name} = %{version}-%{release}
8edc0787 43Requires: dotnet-gtk-sharp2-devel >= 2.10.2
90dea2ac 44Provides: dotnet-evolution-devel
e920eb2a 45Obsoletes: dotnet-evolution-devel
94477262 46
47%description devel
48Tools for developing applications using evolution-sharp.
49
912c1f54
JR
50%description devel -l pl.UTF-8
51Narzędzia potrzebne przy tworzeniu aplikacji korzystających z
94477262 52evolution-sharp.
53
3bfdabdf 54%package static
58808d4a 55Summary: Static evolution-sharp libraries
991a35c7 56Summary(pl.UTF-8): Biblioteki statyczne evolution-sharp
58808d4a 57Group: Development/Libraries
58Requires: %{name}-devel = %{version}-%{release}
3bfdabdf 59
60%description static
61Static evolution-sharp libraries.
62
912c1f54 63%description static -l pl.UTF-8
3bfdabdf 64Biblioteki statyczne evolution-sharp.
65
94477262 66%prep
bd437c80 67%setup -q -n evolution-sharp-%{version}
868dafe3 68%patch0 -p1
4c322e07 69%patch1 -p1
94477262 70
71%build
e16c7216 72%{__libtoolize}
94477262 73%{__aclocal}
74%{__autoconf}
e16c7216 75%{__autoheader}
94477262 76%{__automake}
77%configure
78%{__make}
79
80%install
81rm -rf $RPM_BUILD_ROOT
82
83%{__make} install \
84 DESTDIR=$RPM_BUILD_ROOT
85
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%files
90%defattr(644,root,root,755)
91%doc AUTHORS ChangeLog MAINTAINERS NEWS README
3bfdabdf 92%attr(755,root,root) %{_libdir}/libevolutionglue.so
93%{_libdir}/libevolutionglue.la
6cb9bb5d 94%{_prefix}/lib/mono/gac/evolution-sharp
94477262 95
96%files devel
97%defattr(644,root,root,755)
6cb9bb5d 98%{_prefix}/lib/mono/evolution-sharp
3bfdabdf 99%{_datadir}/gapi-2.0/*
e16c7216 100%{_pkgconfigdir}/*.pc
3bfdabdf 101
102%files static
103%defattr(644,root,root,755)
104%{_libdir}/libevolutionglue.a
This page took 0.1274 seconds and 4 git commands to generate.