Switch to unified view

a b/packaging/rpm/recollfedora.spec
1
Name:           recoll
2
Version:        1.7.3
3
Release:        1%{?dist}
4
Summary:        Desktop full text search tool with a qt gui
5
6
Group:          Applications/Databases
7
License:        GPL
8
URL:            http://www.recoll.org/
9
Source0:        http://www.recoll.org/recoll-1.7.3.tar.gz 
10
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12
# Not sure how easy it is to find a xapian-core rpm. Will be easier to
13
# build by hand for many. Run time uses a static link to xapian, doesnt
14
# depend on libxapian.so
15
BuildRequires:  qt-devel
16
Requires:       qt
17
18
%description
19
Recoll is a personal full text search package for Linux, FreeBSD and
20
other Unix systems. It is based on a very strong backend (Xapian), for
21
which it provides an easy to use, feature-rich, easy administration
22
interface.
23
24
%prep
25
%setup -q
26
27
%build
28
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
29
%configure
30
make %{?_smp_mflags} static
31
32
%install
33
rm -rf $RPM_BUILD_ROOT
34
%makeinstall
35
36
%clean
37
rm -rf $RPM_BUILD_ROOT
38
39
%files
40
%defattr(-,root,root,-)
41
%{_bindir}/*
42
%{_datadir}/%{name}
43
%{_datadir}/applications/recoll.desktop
44
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
45
%{_mandir}/man1/recoll*
46
%{_mandir}/man5/recoll*
47
%doc
48
49
50
%changelog
51
* Mon Jan 08 2007 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.7.3-1
52
- Update to release 1.7.3
53
* Tue Nov 28 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.6.1-1
54
- Update to release 1.6.0
55
* Mon Nov 20 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.5.11-1
56
- Update to release 1.5.11
57
* Mon Oct 2 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.5.2-1
58
- Update to release 1.5.2
59
* Fri Mar 31 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.3.2-1
60
- Update to release 1.3.1
61
* Wed Feb  1 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.2.0-1
62
- Initial packaging