File: evolution-sharp.spec

package info (click to toggle)
evolution-sharp 0.17.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,892 kB
  • ctags: 875
  • sloc: sh: 8,987; cs: 2,700; ansic: 712; makefile: 183; xml: 28
file content (50 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Summary:     Evolution Data Server Mono Bindings
Name:        evolution-sharp
Version:     0.17.1
Release:     1
License:     LGPL
Group:       Applications/Development
Source:      evolution-sharp-%{version}.tar.gz
BuildRoot:   /var/tmp/%{name}-root
BuildPrereq: evolution-data-server, mono
Requires:    evolution-data-server >= 0.0.93
Prefix:	     /opt/gnome

%description
Mono/C# bindings for the Evolution addressbook.

%prep
%setup -q

%build
./configure --prefix=%{_prefix} \
	--localstatedir=/var/lib \
	--datadir=%{_prefix}/share
make

%install
rm -rf $RPM_BUILD_ROOT
MAKE=${MAKE:-make}
DESTDIR=${DESTDIR:-"$RPM_BUILD_ROOT"}
case "${RPM_COMMAND:-all}" in
install|all)
        make install DESTDIR=${DESTDIR}
        ;;
esac

%clean
rm -rf $RPM_BUILD_ROOT

%post

%files
%defattr(-,root,root)
%doc COPYING README
%{_prefix}/lib/pkgconfig/evolution-sharp.pc
%{_prefix}/lib/mono/gac/evolution-sharp/*
%{_prefix}/lib/mono/evolution-sharp/evolution-sharp.dll
%{_prefix}/share/gapi/*

%changelog
* Thu Aug 26 2004 Nat Friedman <nat@novell.com>
- initial packaging of 0.4