Switch to unified view

a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec
1
%define name recoll
1
%define name recoll
2
%define version 1.4.3
2
%define version 1.5.3
3
%define release 1
3
%define release 0
4
4
5
Name:           %{name}
5
Name:           %{name}
6
Version:        %{version}
6
Version:        %{version}
7
Release:        %{release}
7
Release:        %{release}
8
8
9
Summary:    Desktop full text search tool with a qt gui
9
Summary:    Desktop Full Text Search Tool with a QT Gui
10
Source0:    http://www.recoll.org/%{name}-%{version}.tar.gz
10
Source0:    http://www.recoll.org/%{name}-%{version}.tar.gz
11
URL:            http://www.recoll.org/
11
URL:            http://www.recoll.org/
12
Group:          Applications/Databases
12
Group:          Applications/Databases
13
13
14
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
15
License:    GPL
15
License:    GPL
16
16
# We build with a static link to xapian to avoid this dependency
17
# We build with a static link to xapian to avoid depending on xapian
17
#Requires:    xapian-core
18
BuildRequires: qt3-devel
19
Requires:      qt3
18
20
19
%description
21
%description
20
Recoll is a personal full text search package for Linux, FreeBSD and
22
Recoll is a personal full text search package for Linux, FreeBSD and
21
other Unix systems. It is based on a very strong backend (Xapian), for
23
other Unix systems. It is based on a very strong backend (Xapian), for
22
which it provides an easy to use, feature-rich, easy administration
24
which it provides an easy to use, feature-rich, easy administration
...
...
49
51
50
%files
52
%files
51
%defattr(-,root,root,-)
53
%defattr(-,root,root,-)
52
%{_bindir}/*
54
%{_bindir}/*
53
%{_datadir}/%{name}
55
%{_datadir}/%{name}
56
%{_datadir}/applications/recoll.desktop
57
%{_datadir}/icons/recoll.png
54
%{_mandir}/man1/recoll*
58
%{_mandir}/man1/recoll*
55
%{_mandir}/man5/recoll*
59
%{_mandir}/man5/recoll*
56
%{_datadir}/applications/recoll.desktop
57
60
58
# ---------------------------------------------------------------------------
61
# ---------------------------------------------------------------------------
59
62
60
%changelog
63
%changelog
64
* Mon Oct 2 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.4.3-1
65
- Update to release 1.5.3
61
* Sun May 7 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.4.3-1
66
* Sun May 7 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.4.3-1
62
- Update to release 1.4.3
67
- Update to release 1.4.3
63
* Fri Mar 31 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.3.3-1
68
* Fri Mar 31 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.3.3-1
64
- Update to release 1.3.3
69
- Update to release 1.3.3
65
* Thu Feb  2 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.2.2-1
70
* Thu Feb  2 2006 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.2.2-1