release 1.15.5 packaging updates
This commit is contained in:
parent
f77b4a314f
commit
bfa00140f1
@ -4,7 +4,7 @@
|
||||
# For the kio: (and kdesdk?)
|
||||
# sudo apt-get install pkg-kde-tools cdbs
|
||||
|
||||
RCLVERS=1.15.2
|
||||
RCLVERS=1.15.5
|
||||
PPAVERS=1
|
||||
|
||||
case $RCLVERS in
|
||||
|
||||
@ -1,36 +1,28 @@
|
||||
kio-recoll (1.15.5-0~ppa1~SERIES1) SERIES; urgency=low
|
||||
* Update to recoll version 1.15.5
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Fri, 04 Mar 2011 13:54:00 +0200
|
||||
|
||||
kio-recoll (1.15.2-0~ppa1~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Update to recoll version 1.15.2
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Thu, 15 Feb 2011 08:43:00 +0200
|
||||
|
||||
kio-recoll (1.15.0-0~ppa1~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Update to recoll version 1.15.0
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Wed, 02 Feb 2011 09:48:00 +0200
|
||||
|
||||
kio-recoll (1.14.3-0~ppa1~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Update to recoll version 1.14.3
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Thu, 25 Nov 2010 10:25:00 +0200
|
||||
|
||||
kio-recoll (1.14.2-0~ppa1~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Update to recoll version 1.14.2
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Sat, 25 Sep 2010 09:37:20 +0200
|
||||
|
||||
kio-recoll (1.13.01-0~ppa4~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Update to recoll version 1.13.01
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Thu, 07 Jan 2010 11:26:00 +0100
|
||||
|
||||
kio-recoll (1.12.3-0~ppa4~jaunty1) jaunty; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Tue, 24 Nov 2009 08:55:00 +0100
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
recoll (1.15.5-0~ppa1~SERIES1) SERIES; urgency=low
|
||||
* Updated package to recoll version 1.15.5
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Fri, 04 Mar 2011 13:54:00 +0200
|
||||
|
||||
recoll (1.15.2-0~ppa1~SERIES1) SERIES; urgency=low
|
||||
* Updated package to recoll version 1.15.2
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Mon, 14 Feb 2011 21:54:00 +0200
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
%define name recoll
|
||||
%define version 1.15.2
|
||||
%define version 1.15.5
|
||||
%define release 0
|
||||
|
||||
Name: %{name}
|
||||
@ -14,9 +14,7 @@ Group: Applications/Databases
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
License: GPL
|
||||
|
||||
# We build with a static link to xapian to avoid depending on xapian
|
||||
BuildRequires: libqt4-devel zlib-devel-static
|
||||
Requires: libqt4
|
||||
BuildRequires: libqt4-devel zlib-devel-static libxapian-devel libuuid-devel
|
||||
|
||||
%description
|
||||
Recoll is a personal full text search package for Linux, FreeBSD and
|
||||
@ -34,7 +32,7 @@ interface.
|
||||
%build
|
||||
|
||||
%configure
|
||||
make %{?_smp_mflags} static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
@ -58,10 +56,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pixmaps/recoll.png
|
||||
%{_mandir}/man1/recoll*
|
||||
%{_mandir}/man5/recoll*
|
||||
%if 0%{?suse_version} > 1120
|
||||
%dir %{_datadir}/applications
|
||||
%dir %{_datadir}/pixmaps
|
||||
%endif
|
||||
%dir %{_datadir}/icons/hicolor/48x48/apps
|
||||
%dir %{_datadir}/icons/hicolor/48x48
|
||||
%dir %{_datadir}/icons/hicolor
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Mar 04 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.5-0
|
||||
- Update to release 1.15.2
|
||||
* Thu Feb 15 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.2-0
|
||||
- Update to release 1.15.2
|
||||
* Thu Feb 2 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.0-0
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: recoll
|
||||
Version: 1.15.2
|
||||
Version: 1.15.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Desktop full text search tool with a qt gui
|
||||
|
||||
Group: Applications/Databases
|
||||
License: GPLv2
|
||||
URL: http://www.recoll.org/
|
||||
Source0: http://www.recoll.org/recoll-1.15.2.tar.gz
|
||||
Source0: http://www.recoll.org/recoll-1.15.5.tar.gz
|
||||
|
||||
BuildRequires: qt-devel xapian-core-devel zlib-devel desktop-file-utils
|
||||
|
||||
@ -50,6 +50,8 @@ rm -rf %{buildroot}
|
||||
%doc
|
||||
|
||||
%changelog
|
||||
* Fri Mar 15 2011 J.F. Dockes <jfd@recoll.org> 1.15.5-1
|
||||
- updated to release 1.15.5
|
||||
* Thu Feb 15 2011 J.F. Dockes <jfd@recoll.org> 1.15.2-1
|
||||
- updated to release 1.15.2
|
||||
* Wed Feb 02 2011 J.F. Dockes <jfd@recoll.org> 1.15.0-1
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
%define name recoll
|
||||
%define version 1.15.2
|
||||
%define version 1.15.5
|
||||
%define release %mkrel 1
|
||||
|
||||
Name: %{name}
|
||||
@ -59,6 +59,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Mar 04 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.5-1
|
||||
- Update to release 1.15.5
|
||||
* Thu Feb 15 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.2-1
|
||||
- Update to release 1.15.2
|
||||
* Wed Feb 02 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.0-1
|
||||
|
||||
@ -233,17 +233,23 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
||||
<p>These builds are not statically linked, but depend on the
|
||||
regular Xapian and zlib rpms from the Fedora repositories.
|
||||
<br>Fedora 12
|
||||
<a href="fc12/recoll-1.15.2-1.fc12.i586.rpm">
|
||||
recoll-1.15.2-1.fc12.i586.rpm</a>.
|
||||
<a href="fc12/recoll-1.15.5-1.fc12.i586.rpm">
|
||||
recoll-1.15.5-1.fc12.i586.rpm</a>.
|
||||
Source:
|
||||
<a href="fc12/recoll-1.15.2-1.fc12.src.rpm">
|
||||
recoll-1.15.2-1.fc12.src.rpm</a>
|
||||
<a href="fc12/recoll-1.15.5-1.fc12.src.rpm">
|
||||
recoll-1.15.5-1.fc12.src.rpm</a>
|
||||
<br>Fedora 13
|
||||
<a href="fc13/recoll-1.15.2-1.fc13.i586.rpm">
|
||||
recoll-1.15.2-1.fc13.i586.rpm</a>.
|
||||
<a href="fc13/recoll-1.15.5-1.fc13.i586.rpm">
|
||||
recoll-1.15.5-1.fc13.i586.rpm</a>.
|
||||
Source:
|
||||
<a href="fc13/recoll-1.15.2-1.fc13.src.rpm">
|
||||
recoll-1.15.2-1.fc13.src.rpm</a>
|
||||
<a href="fc13/recoll-1.15.5-1.fc13.src.rpm">
|
||||
recoll-1.15.5-1.fc13.src.rpm</a>
|
||||
<br>Fedora 14
|
||||
<a href="fc14/recoll-1.15.5-1.fc14.i586.rpm">
|
||||
recoll-1.15.5-1.fc14.i586.rpm</a>.
|
||||
Source:
|
||||
<a href="fc14/recoll-1.15.5-1.fc14.src.rpm">
|
||||
recoll-1.15.5-1.fc14.src.rpm</a>
|
||||
</p>
|
||||
|
||||
</blockquote>
|
||||
@ -252,10 +258,10 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
||||
<blockquote>
|
||||
<p><b>OpenSUSE 11.3 with qt4 and a static link to xapian
|
||||
1.2.3 with the --disable-sse configure option</b>:
|
||||
<a href="suse11.3/recoll-1.15.2-0.i586.rpm">
|
||||
recoll-1.15.2-0.i586.rpm</a>.
|
||||
Source: <a href="suse11.3/recoll-1.15.2-0.src.rpm">
|
||||
recoll-1.15.2-0.src.rpm</a></p>
|
||||
<a href="suse11.3/recoll-1.15.5-0.i586.rpm">
|
||||
recoll-1.15.5-0.i586.rpm</a>.
|
||||
Source: <a href="suse11.3/recoll-1.15.5-0.src.rpm">
|
||||
recoll-1.15.5-0.src.rpm</a></p>
|
||||
</blockquote>
|
||||
|
||||
<h3>Mandriva</h3>
|
||||
@ -263,11 +269,11 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
||||
|
||||
<p><b>Mandriva linux one 2010 with Qt 4 and a static link to
|
||||
Xapian 1.2.3 with the --without-sse configure option.</b>:
|
||||
<a href="mandriva2010/recoll-1.15.2-1mdv2010.2.i586.rpm">
|
||||
recoll-1.15.2-1mdv2010.2.i586.rpm</a>.
|
||||
<a href="mandriva2010/recoll-1.15.5-1mdv2010.2.i586.rpm">
|
||||
recoll-1.15.5-1mdv2010.2.i586.rpm</a>.
|
||||
Source:
|
||||
<a href="mandriva2010/recoll-1.15.2-1mdv2010.2.src.rpm">
|
||||
recoll-1.15.2-1mdv2010.2.src.rpm</a>
|
||||
<a href="mandriva2010/recoll-1.15.5-1mdv2010.2.src.rpm">
|
||||
recoll-1.15.5-1mdv2010.2.src.rpm</a>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
@ -288,8 +294,8 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
||||
following (except that the port is currently (10-2010) broken).</p>
|
||||
<p><b>FreeBSD 7.3 i386 Qt 4.7.1</b> Statically linked to
|
||||
Xapian 1.2.3 with --disable-sse:
|
||||
<a href="freebsd/recoll-1.15.2-FreeBSD-7.3-STABLE.tgz">
|
||||
recoll-1.15.2-FreeBSD-7.3-STABLE.tgz</a>
|
||||
<a href="freebsd/recoll-1.15.5-FreeBSD-7.3-STABLE.tgz">
|
||||
recoll-1.15.5-FreeBSD-7.3-STABLE.tgz</a>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user