]> git.pld-linux.org Git - packages/evolution.git/blame - evolution.spec
- initial revision
[packages/evolution.git] / evolution.spec
CommitLineData
b6659d49 1%define _prefix /usr/X11R6
2
3Summary: The GNOME Email/Calendar/Addressbook Suite
4Name: evolution
5Version: 0.5.1
6Release: 1
7Copyright: GPL
8Group: Applications/Productivity
9Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.gz
10URL: http://www.helixcode.com/aoos/evolution.php3
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12Provides: camel
13Requires: gtkhtml >= 0.6.1
14Requires: libunicode >= 0.4
15Requires: libxml >= 1.8.7
16BuildRequires: bonobo-devel >= 0.18
17BuildRequires: gtkhtml-devel >= 0.6.1
18BuildRequires: gnome-vfs-devel >= 0.3.1
19BuildRequires: libunicode-devel >= 0.4
20BuildRequires: oaf-devel >= 0.5.1
21BuildRequires: gnome-print-devel >= 0.20
22BuildRequires: gdk-pixbuf-devel >= 0.8
23
24%description
25Evolution is the GNOME mailer, calendar, contact manager and
26communications tool. The tools which make up Evolution will
27be tightly integrated with one another and act as a seamless
28personal information-management tool.
29
30%package devel
31Summary: Development libraries and header files for evolution
32Group: Development/Libraries
33Requires: %name = %{PACKAGE_VERSION}
34Provides: camel-devel
35
36%description devel
37Evolution is the GNOME mailer, calendar, contact manager and
38communications tool. The tools which make up Evolution will
39be tightly integrated with one another and act as a seamless
40personal information-management tool.
41
42This package contains the files necessary to develop applications
43using Evolution's libraries.
44
45%prep
46%setup -q -n %{name}-%{version}
47
48%build
49CFLAGS="-pipe $RPM_OPT_FLAGS" ./configure \
50 --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} \
51 --localstatedir=%{_localstatedir}
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} \
57 sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} \
58 localstatedir=$RPM_BUILD_ROOT%{_localstatedir} install
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%post -p /sbin/ldconfig
64%postun -p /sbin/ldconfig
65
66%files
67%defattr(-, root, root)
68%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
69%{_prefix}/share/evolution
70%{_prefix}/share/oaf/*.oafinfo
71%{_prefix}/share/idl/*.idl
72%{_prefix}/share/gnome/help/evolution
73%{_prefix}/share/gnome/apps/Applications/*.desktop
74%{_prefix}/share/images/evolution
75%{_prefix}/share/locale/*
76%{_prefix}/share/pixmaps/*
77%{_prefix}/share/mime-info/*
78%{_prefix}/bin/*
79%{_prefix}/lib/evolution/camel-providers/*/*.so*
80%{_prefix}/lib/evolution/camel-providers/*/*.urls
81%{_prefix}/lib/*.so.*
82
83%files devel
84%{_prefix}/include/camel
85%{_prefix}/include/ename
86%{_prefix}/include/evolution
87%{_prefix}/lib/*so
88%{_prefix}/lib/*a
89%{_prefix}/lib/evolution/camel-providers/*/*a
This page took 0.051046 seconds and 4 git commands to generate.