]> git.pld-linux.org Git - packages/evolution.git/blob - evolution.spec
- 0.13
[packages/evolution.git] / evolution.spec
1 # TODO:
2 # - avoid linking with static db3
3 Summary:        The GNOME Email/Calendar/Addressbook Suite
4 Summary(pl):    Klient poczty dla GNOME/Kalendarz/Ksi±¿ka Adresowa
5 Name:           evolution
6 Version:        0.13
7 Release:        1
8 License:        GPL
9 Group:          Applications/Mail
10 Source:         ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.bz2
11 Patch0:         %{name}-DESTDIR.patch
12 Patch1:         %{name}-use_AM_GNU_GETTEXT.patch
13 URL:            http://www.helixcode.com/apps/evolution.php3
14 BuildRequires:  libxml-devel >= 1.8.7
15 BuildRequires:  bonobo-devel >= 1.0.3
16 BuildRequires:  bonobo-conf-devel
17 BuildRequires:  gtkhtml-devel >= 0.11
18 BuildRequires:  libunicode-devel >= 0.4
19 BuildRequires:  oaf-devel >= 0.6.2
20 BuildRequires:  gnome-vfs-devel >= 1.0.1
21 BuildRequires:  gnome-print-devel >= 0.25
22 BuildRequires:  gnome-libs-devel >= 1.2.9
23 #BuildRequires: gnome-xml >= 1.8.10
24 BuildRequires:  gnome-print-devel >= 0.25
25 # needed for PALM Pilot support - not yet
26 #BuildRequires: gnome-pilot-devel
27 BuildRequires:  gdk-pixbuf-devel >= 0.9.0
28 BuildRequires:  gtk+-devel > 1.2.0
29 BuildRequires:  gal-devel >= 0.11
30 BuildRequires:  openldap-devel >= 2.0.0
31 BuildRequires:  openssl-devel
32 BuildRequires:  libglade-devel >= 0.14
33 BuildRequires:  ORBit-devel >= 0.5.8
34 BuildRequires:  GConf-devel >= 0.6
35 BuildRequires:  xml-i18n-tools > 0.8.2
36 BuildRequires:  db3-devel
37 BuildRequires:  db3-static
38 BuildRequires:  gettext-devel
39 BuildRequires:  bison
40 BuildRequires:  flex
41 BuildRequires:  autoconf
42 BuildRequires:  automake
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %define         _prefix         /usr/X11R6
46
47 %description
48 Evolution is the GNOME mailer, calendar, contact manager and
49 communications tool.  The tools which make up Evolution will
50 be tightly integrated with one another and act as a seamless
51 personal information-management tool. 
52
53 %description -l pl
54 Evolution to program pocztowy GNOME, kalendarz, ksi±¿ka adresowa
55 i narzêdzie komunikacyjne. 
56
57 %package devel
58 Summary:        Header files for evolution
59 Summary(pl):    Pliki nag³ówkowe i dokumentacja
60 Group:          Development/Libraries
61 Requires:       %{name} = %{version}
62
63 %description devel
64 This package contains the files necessary to develop applications
65 using Evolution's libraries.
66
67 %description -l pl devel
68 Pakiet zawiera pliki potrzebne do rozwoju aplikacji u¿ywaj±cych
69 bibliotek programu Evolution.
70
71 %package static
72 Summary:        Static libraries for evolution
73 Summary(pl):    Biblioteki statyczne dla evolution
74 Group:          Development/Libraries
75 Requires:       %{name} = %{version}
76
77 %description static
78 This package contains static libraries for Evolution.
79
80 %description -l pl static
81 Pakiet zawiera statyczne biblioteki Evolution.
82
83 %prep
84 %setup -q
85 #%patch0 -p1
86 #%patch1 -p1
87
88 %build
89 #rm missing
90 #libtoolize --copy --force
91 #gettextize --copy --force
92 #aclocal -I macros
93 #autoconf
94 #automake -a -c
95
96 %configure2_13 \
97         --prefix=%{_prefix} \
98         --enable-pilot-conduits=no \
99         --enable-ldap=yes \
100         --enable-nntp=yes \
101         --with-gnome-includes=%{_prefix}/include/gnome-vfs-1.0/
102 %{__make}
103
104 %install
105 rm -rf $RPM_BUILD_ROOT
106
107 %{__make} install \
108         DESTDIR=$RPM_BUILD_ROOT \
109         desktopdir=%{_applnkdir}/Network/Mail
110
111 gzip -9nf AUTHORS ChangeLog NEWS
112
113 %find_lang %{name} --with-gnome
114
115 %clean
116 rm -rf $RPM_BUILD_ROOT
117
118 %post   -p /sbin/ldconfig
119 %postun -p /sbin/ldconfig
120
121 %files -f %{name}.lang
122 %defattr(644,root,root,755)
123 %doc *.gz
124 %attr(755,root,root) %{_bindir}/*
125 %attr(755,root,root) %{_sbindir}/*
126 %attr(755,root,root) %{_libdir}/evolution/*/*/*.so*
127 %attr(755,root,root) %{_libdir}/*.so*
128 %{_libdir}/evolution/camel-providers/*/*.urls
129 %{_datadir}/evolution
130 %{_datadir}/oaf/*.oaf
131 %{_datadir}/gnome/html
132 %{_datadir}/gnome/ui
133 %{_datadir}/images/evolution
134 %{_datadir}/mime-info/*
135 %{_datadir}/libical/zoneinfo
136 %{_applnkdir}/Network/Mail/*
137 %{_pixmapsdir}/*
138
139 %files devel
140 %defattr(644,root,root,755)
141 %attr(755,root,root) %{_libdir}/*.la
142 %attr(755,root,root) %{_libdir}/evolution/*/*/*.la
143 %{_includedir}/*.h
144 %{_includedir}/camel/*.h
145 %{_includedir}/ename/*.h
146 %{_includedir}/evolution/*/*.h
147 %{_includedir}/libicalvcal/*.h
148 %{_datadir}/idl/*.idl
149
150 %files static
151 %defattr(644,root,root,755)
152 %{_libdir}/*.a
153 %{_libdir}/evolution/*/*/*.a
This page took 0.06349 seconds and 4 git commands to generate.