1.13 update
This commit is contained in:
parent
7b60007726
commit
c43e2f241e
@ -1,5 +1,5 @@
|
|||||||
%define name recoll
|
%define name recoll
|
||||||
%define version 1.12.0
|
%define version 1.13.04
|
||||||
%define release 0
|
%define release 0
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -15,8 +15,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
# We build with a static link to xapian to avoid depending on xapian
|
# We build with a static link to xapian to avoid depending on xapian
|
||||||
BuildRequires: qt3-devel
|
BuildRequires: libqt4-devel
|
||||||
Requires: qt3
|
Requires: libqt4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Recoll is a personal full text search package for Linux, FreeBSD and
|
Recoll is a personal full text search package for Linux, FreeBSD and
|
||||||
@ -32,7 +32,7 @@ interface.
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%build
|
%build
|
||||||
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
|
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} static
|
make %{?_smp_mflags} static
|
||||||
|
|
||||||
@ -55,12 +55,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/recoll-searchgui.desktop
|
%{_datadir}/applications/recoll-searchgui.desktop
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
|
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
|
||||||
|
%{_datadir}/pixmaps/recoll.png
|
||||||
%{_mandir}/man1/recoll*
|
%{_mandir}/man1/recoll*
|
||||||
%{_mandir}/man5/recoll*
|
%{_mandir}/man5/recoll*
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 14 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.04-1
|
||||||
|
- Update to release 1.13.04
|
||||||
|
* Thu Jan 07 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-1
|
||||||
|
- Update to release 1.13.01
|
||||||
|
* Thu Dec 10 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.4-1
|
||||||
|
- Update to release 1.12.4
|
||||||
|
* Wed Oct 28 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.3-1
|
||||||
|
- Update to release 1.12.3
|
||||||
|
* Tue Sep 20 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.2-1
|
||||||
|
- Update to release 1.12.0
|
||||||
* Thu Jan 29 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.0-1
|
* Thu Jan 29 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.0-1
|
||||||
- Update to release 1.12.0
|
- Update to release 1.12.0
|
||||||
* Mon Oct 13 2008 Jean-Francois Dockes <jfd@recoll.org> 1.11.0-1
|
* Mon Oct 13 2008 Jean-Francois Dockes <jfd@recoll.org> 1.11.0-1
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
%define name recoll
|
%define name recoll
|
||||||
%define version 1.12.2
|
%define version 1.13.04
|
||||||
%define release %mkrel 1
|
%define release %mkrel 1
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -30,7 +30,7 @@ interface.
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%build
|
%build
|
||||||
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
|
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/60qt4.sh
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} static
|
make %{?_smp_mflags} static
|
||||||
|
|
||||||
@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/applications/recoll-searchgui.desktop
|
%{_datadir}/applications/recoll-searchgui.desktop
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
|
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
|
||||||
|
%{_datadir}/pixmaps/recoll.png
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_mandir}/man1/recoll*
|
%{_mandir}/man1/recoll*
|
||||||
%{_mandir}/man5/recoll*
|
%{_mandir}/man5/recoll*
|
||||||
@ -59,6 +60,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 14 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.04-1
|
||||||
|
- Update to release 1.13.01
|
||||||
|
* Thu Jan 07 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-1
|
||||||
|
- Update to release 1.13.01
|
||||||
|
* Thu Dec 10 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.4-1
|
||||||
|
- Update to release 1.12.2
|
||||||
* Mon Oct 19 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.2-1
|
* Mon Oct 19 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.2-1
|
||||||
- Update to release 1.12.2
|
- Update to release 1.12.2
|
||||||
* Thu Jan 29 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.0-1
|
* Thu Jan 29 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user