RTF filter complies to MS RTF 1.5 specification. (works well with 1.8 as well).
[beagle.git] / beagle.spec.in
blob70f65b2abdb5c5e730c2446be799e01979a536e2
1 Summary: The Beagle Search Infrastructure
2 Name: beagle
3 Version: @VERSION@
4 Release: 1
5 License: LGPL
6 Group: Applications/Development
7 Source: beagle-%{version}.tar.gz
8 BuildRoot: /var/tmp/%{name}-root
9 BuildPrereq: evolution-sharp, mono-core
10 Requires: evolution-sharp >= 0.4, mono-core
11 Prefix: /opt/gnome
13 %description
14 A general infrastructure for making your data easy to find.
16 %prep
17 %setup -q
19 %build
20 ./configure --prefix=%{_prefix} \
21 --localstatedir=/var/lib \
22 --datadir=%{_prefix}/share
23 make
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 MAKE=${MAKE:-make}
28 DESTDIR=${DESTDIR:-"$RPM_BUILD_ROOT"}
29 case "${RPM_COMMAND:-all}" in
30 install|all)
31 make install DESTDIR=${DESTDIR}
33 esac
35 %clean
36 rm -rf $RPM_BUILD_ROOT
38 %post
40 %files
41 %defattr(-,root,root)
42 %doc COPYING README
43 %{_prefix}/lib/beagle/*
44 %{_prefix}/bin/beagle*
45 %{_prefix}/bin/best
46 %{_prefix}/bin/searchomatic
47 %{_prefix}/lib/epiphany/extensions/*beagle*
48 %{_prefix}/lib/*beagle*
49 %{_prefix}/lib/pkgconfig/beagle*
51 %changelog
52 * Thu Aug 27 2004 Nat Friedman <nat@novell.com>
53 - initial packaging of 0.0.3