1.20.6 packaging
This commit is contained in:
parent
8c0b031ef2
commit
02c38cf433
@ -4,7 +4,7 @@
|
|||||||
# For the kio: (and kdesdk?)
|
# For the kio: (and kdesdk?)
|
||||||
# sudo apt-get install pkg-kde-tools cdbs
|
# sudo apt-get install pkg-kde-tools cdbs
|
||||||
|
|
||||||
RCLVERS=1.20.4
|
RCLVERS=1.20.6
|
||||||
LENSVERS=1.19.10.3543
|
LENSVERS=1.19.10.3543
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
PPAVERS=1
|
PPAVERS=1
|
||||||
@ -42,7 +42,7 @@ check_recoll_orig()
|
|||||||
debdir=debian
|
debdir=debian
|
||||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
||||||
series="precise trusty utopic vivid"
|
series="precise trusty utopic vivid"
|
||||||
#series=precise
|
#series=trusty
|
||||||
|
|
||||||
if test "X$series" != X ; then
|
if test "X$series" != X ; then
|
||||||
check_recoll_orig
|
check_recoll_orig
|
||||||
@ -70,8 +70,8 @@ for series in $series ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
### KIO
|
### KIO
|
||||||
series="precise trusty utopic"
|
series="precise trusty utopic vivid"
|
||||||
series=
|
#series=trusty
|
||||||
|
|
||||||
debdir=debiankio
|
debdir=debiankio
|
||||||
topdir=kio-recoll-${RCLVERS}
|
topdir=kio-recoll-${RCLVERS}
|
||||||
|
|||||||
@ -1,3 +1,16 @@
|
|||||||
|
recoll (1.20.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* Fix some decompression issues with serious performance and
|
||||||
|
system load consequences in some cases (depending on data): minimum
|
||||||
|
checking that enough temp space is available before uncompressing, no
|
||||||
|
need to uncompress tar.gz files, set a default of 20 MBs for
|
||||||
|
maxcompressedfilekbs.
|
||||||
|
* rclscribus fixes.
|
||||||
|
* GUI messages: Danish translation and fix 2 dialogs which were not
|
||||||
|
translated improvements.
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Sat, 25 Apr 2015 14:36:00 +0200
|
||||||
|
|
||||||
recoll (1.20.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
recoll (1.20.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Should have been in 1.20.3: skip compressed fs image files like xxx.img.gz
|
* Should have been in 1.20.3: skip compressed fs image files like xxx.img.gz
|
||||||
|
|||||||
@ -12,7 +12,7 @@ CFLAGS = -Wall -g
|
|||||||
#LDFLAGS = -Wl,-z,defs
|
#LDFLAGS = -Wl,-z,defs
|
||||||
|
|
||||||
#build qt4 UI only
|
#build qt4 UI only
|
||||||
export QMAKE=qmake-qt4
|
#export QMAKE=qmake-qt4
|
||||||
|
|
||||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||||
CFLAGS += -O0
|
CFLAGS += -O0
|
||||||
|
|||||||
@ -1,3 +1,13 @@
|
|||||||
|
kio-recoll (1.20.6-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* Increase the default maximum number of entries displayed in a directory
|
||||||
|
window (can be adjusted with the kio_max_direntries configuration
|
||||||
|
variable).
|
||||||
|
* Display entries incrementally instead of sending the whole
|
||||||
|
list at once.
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Sat, 25 Apr 2015 14:47:00 +0200
|
||||||
|
|
||||||
kio-recoll (1.20.1-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
kio-recoll (1.20.1-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
* Updated package to version 1.20.1
|
* Updated package to version 1.20.1
|
||||||
-- Jean-Francois Dockes <jf@dockes.org> Fri, 19 Dec 2014 08:14:00 +0200
|
-- Jean-Francois Dockes <jf@dockes.org> Fri, 19 Dec 2014 08:14:00 +0200
|
||||||
|
|||||||
@ -1,136 +1,224 @@
|
|||||||
%define name recoll
|
Summary: Desktop full text search tool with Qt GUI
|
||||||
%define version 3152
|
Name: recoll
|
||||||
%define release 0
|
Version: 1.20.6
|
||||||
|
Release: 1%{?dist}
|
||||||
Name: %{name}
|
|
||||||
Version: %{version}
|
|
||||||
Release: %{release}
|
|
||||||
|
|
||||||
Summary: Desktop Full Text Search Tool with a QT Gui
|
|
||||||
Source0: http://www.recoll.org/%{name}-%{version}.tar.gz
|
|
||||||
URL: http://www.recoll.org/
|
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
URL: http://www.lesbonscomptes.com/recoll/
|
||||||
License: GPL
|
Source0: http://www.lesbonscomptes.com/recoll/recoll-%{version}.tar.gz
|
||||||
|
BuildRequires: qt-devel
|
||||||
# libxapian-devel or xapian-core-devel?
|
BuildRequires: qtwebkit-devel
|
||||||
BuildRequires: libqt4-devel zlib-devel libxapian-devel libuuid-devel python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: aspell-devel
|
||||||
|
BuildRequires: xapian-core-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
Requires: xdg-utils
|
||||||
|
|
||||||
%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
|
||||||
other Unix systems. It is based on a very strong back end (Xapian), for
|
other Unix systems. It is based on a very strong back end (Xapian), for
|
||||||
which it provides an easy to use, feature-rich, easy administration
|
which it provides an easy to use, feature-rich, easy administration
|
||||||
interface.
|
interface.
|
||||||
|
%global __provides_exclude_from ^%{_libdir}/recoll/librecoll\\.so.*$
|
||||||
# ---------------------------------------------------------------------------
|
%global __requires_exclude ^librecoll\\.so.*$
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}
|
||||||
|
chmod 0644 utils/{conftree.cpp,conftree.h,debuglog.cpp,debuglog.h}
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export QMAKE=qmake-qt4
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
make install DESTDIR=%{buildroot} STRIP=/bin/true INSTALL='install -p'
|
||||||
%makeinstall
|
|
||||||
%{__chmod} 0755 $RPM_BUILD_ROOT/%{_libdir}/%{name}/lib%{name}.so.%{version}
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
desktop-file-install --delete-original \
|
||||||
|
--dir=%{buildroot}/%{_datadir}/applications \
|
||||||
|
%{buildroot}/%{_datadir}/applications/%{name}-searchgui.desktop
|
||||||
|
|
||||||
%clean
|
# use /usr/bin/xdg-open
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -f %{buildroot}/usr/share/recoll/filters/xdg-open
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# fix perms
|
||||||
|
chmod 0755 %{buildroot}/usr/share/recoll/filters/rclexecm.py
|
||||||
|
chmod 0755 %{buildroot}%{_libdir}/recoll/librecoll.so.*
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor
|
||||||
|
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
||||||
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
||||||
|
fi
|
||||||
|
if [ -x %{_bindir}/update-desktop-database ] ; then
|
||||||
|
%{_bindir}/update-desktop-database &> /dev/null
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor
|
||||||
|
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
||||||
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
||||||
|
fi
|
||||||
|
if [ -x %{_bindir}/update-desktop-database ] ; then
|
||||||
|
%{_bindir}/update-desktop-database &> /dev/null
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%doc COPYING ChangeLog README
|
||||||
%{_bindir}/*
|
%{_bindir}/%{name}
|
||||||
%{python_sitearch}/
|
%{_bindir}/%{name}index
|
||||||
%{_libdir}/%{name}
|
|
||||||
%{_libdir}/%{name}/lib%{name}.so.%{version}
|
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/recoll-searchgui.desktop
|
%{_datadir}/appdata/%{name}.appdata.xml
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
|
%{_datadir}/applications/%{name}-searchgui.desktop
|
||||||
%{_datadir}/pixmaps/recoll.png
|
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
||||||
%{_mandir}/man1/recoll*
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
%{_mandir}/man5/recoll*
|
%{_libdir}/recoll
|
||||||
%if 0%{?suse_version} > 1120
|
%{python_sitearch}/recoll
|
||||||
%dir %{_datadir}/applications
|
%{python_sitearch}/Recoll*.egg-info
|
||||||
%dir %{_datadir}/pixmaps
|
%{_mandir}/man1/%{name}.1*
|
||||||
%endif
|
%{_mandir}/man1/recollq.1*
|
||||||
%dir %{_datadir}/icons/hicolor/48x48/apps
|
%{_mandir}/man1/%{name}index.1*
|
||||||
%dir %{_datadir}/icons/hicolor/48x48
|
%{_mandir}/man5/%{name}.conf.5*
|
||||||
%dir %{_datadir}/icons/hicolor
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 17 2012 Jean-Francois Dockes <jfd@recoll.org> 1.17.2-0
|
* Sat Apr 25 2015 Jean-Francois Dockes <jf@dockes.org> - 1.20.6-1
|
||||||
- Update to release 1.17.2
|
- 1.20.6
|
||||||
* Sun Mar 18 2012 Jean-Francois Dockes <jfd@recoll.org> 1.17.0-0
|
|
||||||
- Update to release 1.17.0
|
* Fri Dec 19 2014 Jean-Francois Dockes <jf@dockes.org> - 1.20.1-1
|
||||||
* Mon Nov 07 2011 Jean-Francois Dockes <jfd@recoll.org> 1.16.2-0
|
- 1.20.1
|
||||||
- Update to release 1.16.2
|
|
||||||
* Mon May 02 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.8-0
|
* Sun Nov 09 2014 Jean-Francois Dockes <jf@dockes.org> - 1.19.14p2-1
|
||||||
- Update to release 1.15.8
|
- 1.19.14p2
|
||||||
* Fri Mar 04 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.5-0
|
|
||||||
- Update to release 1.15.2
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19.13-3
|
||||||
* Thu Feb 15 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.2-0
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
- Update to release 1.15.2
|
|
||||||
* Thu Feb 2 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.0-0
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19.13-2
|
||||||
- Update to release 1.15.0
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
* Thu Oct 28 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.3-1
|
|
||||||
- Update to release 1.14.3
|
* Tue May 06 2014 Terje Rosten <terje.rosten@ntnu.no> - 1.19.13-1
|
||||||
* Thu Oct 28 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-1
|
- 1.19.13
|
||||||
- Rebuilt with a Xapian built with --disable-sse
|
|
||||||
* Sat Sep 24 2010 Jean-Francois Dockes <jfd@recoll.org> 1.14.2-0
|
* Mon Jan 20 2014 Terje Rosten <terje.rosten@ntnu.no> - 1.19.11-1
|
||||||
- Update to release 1.14.2
|
- 1.19.11
|
||||||
* Thu Apr 14 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.04-1
|
|
||||||
- Update to release 1.13.04
|
* Mon Nov 11 2013 Terje Rosten <terje.rosten@ntnu.no> - 1.19.9-1
|
||||||
|
- 1.19.9
|
||||||
|
|
||||||
|
* Tue Nov 05 2013 Terje Rosten <terje.rosten@ntnu.no> - 1.19.8-1
|
||||||
|
- 1.19.8
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 12 2013 Terje Rosten <terje.rosten@ntnu.no> - 1.19.4-2
|
||||||
|
- Fix filter setup
|
||||||
|
|
||||||
|
* Mon Jun 10 2013 Terje Rosten <terje.rosten@ntnu.no> - 1.19.4-1
|
||||||
|
- 1.19.4
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Nov 19 2012 Terje Rosten <terje.rosten@ntnu.no> - 1.18.1-1
|
||||||
|
- 1.18.1
|
||||||
|
|
||||||
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 30 2012 Terje Rosten <terje.rosten@ntnu.no> - 1.17.3-1
|
||||||
|
- 1.17.3
|
||||||
|
|
||||||
|
* Sat Mar 31 2012 Terje Rosten <terje.rosten@ntnu.no> - 1.17.1-1
|
||||||
|
- 1.17.1
|
||||||
|
|
||||||
|
* Sun Mar 25 2012 Terje Rosten <terje.rosten@ntnu.no> - 1.17-1
|
||||||
|
- 1.17
|
||||||
|
|
||||||
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.2-3
|
||||||
|
- Rebuilt for c++ ABI breakage
|
||||||
|
|
||||||
|
* Wed Feb 15 2012 Terje Rosten <terje.rosten@ntnu.no> - 1.16.2-2
|
||||||
|
- Add patch to build with gcc 4.7
|
||||||
|
|
||||||
|
* Wed Feb 01 2012 Terje Rosten <terje.rosten@ntnu.no> - 1.16.2-1
|
||||||
|
- 1.16.2
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Oct 24 2011 Terje Rosten <terje.rosten@ntnu.no> - 1.16.1-2
|
||||||
|
- Add patch to fix crash (bz #747472)
|
||||||
|
|
||||||
|
* Tue Oct 18 2011 Terje Rosten <terje.rosten@ntnu.no> - 1.16.1-1
|
||||||
|
- 1.16.1
|
||||||
|
|
||||||
|
* Tue May 24 2011 Terje Rosten <terje.rosten@ntnu.no> - 1.15.8-2
|
||||||
|
- add patch from upstream to fix crash.
|
||||||
|
|
||||||
|
* Sun May 08 2011 Terje Rosten <terje.rosten@ntnu.no> - 1.15.8-1
|
||||||
|
- 1.15.8
|
||||||
|
|
||||||
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 28 2011 Terje Rosten <terje.rosten@ntnu.no> - 1.14.4-1
|
||||||
|
- 1.14.4
|
||||||
|
|
||||||
|
* Mon Nov 15 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.14.2-2
|
||||||
|
- Add patch to fix #631704
|
||||||
|
|
||||||
|
* Sun Nov 7 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.14.2-1
|
||||||
|
- 1.14.2
|
||||||
|
|
||||||
|
* Thu Jul 15 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.13.04-6
|
||||||
|
- add patch to build with xapian 1.2 (from J.F. Dockes, thanks)
|
||||||
|
|
||||||
|
* Sat Jul 10 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.13.04-5
|
||||||
|
- use system xdg-open
|
||||||
|
- trim chagenlog
|
||||||
|
|
||||||
|
* Fri Jul 9 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.13.04-4
|
||||||
|
- fix some review comments
|
||||||
|
|
||||||
|
* Mon May 10 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.13.04-3
|
||||||
|
- use version macro in source url
|
||||||
|
- don't strip bins, giving non empty debuginfo package
|
||||||
|
- more explicit file listing
|
||||||
|
- try to preserve timestamps
|
||||||
|
- use proper name for spec file
|
||||||
|
- fix changelog
|
||||||
|
- license seems to be GPLv2+
|
||||||
|
- include some %%doc files
|
||||||
|
- add buildroot tag
|
||||||
|
- some source add execute bit set
|
||||||
|
- explicit enable inotify
|
||||||
|
- add aspell-devel to bulldreq
|
||||||
|
- make with _smp_mflags seems to work
|
||||||
|
- add post scripts
|
||||||
|
- add patch to build gui with correct flags (ref: 338791)
|
||||||
|
|
||||||
|
* Sun May 9 2010 J.F. Dockes <jfd@recoll.org> 1.13.04-2
|
||||||
|
- bumped the release number to issue new rpms for fc10
|
||||||
|
|
||||||
|
* Sun May 9 2010 J.F. Dockes 1.13.04
|
||||||
|
- updated to recoll release 1.13.04
|
||||||
|
|
||||||
|
* Fri Feb 12 2010 Terry Duell 1.13.02
|
||||||
|
- updated to release 1.13.02
|
||||||
|
|
||||||
|
* Tue Jan 12 2010 Terry Duell 1.13.01-3
|
||||||
|
- updated to fix Fedora desktop-file-install and install icon
|
||||||
|
|
||||||
|
* Sun Jan 10 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-2
|
||||||
|
- updated for recent fedoras: depend on xapian packages, use qt4
|
||||||
|
|
||||||
* Thu Jan 07 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-1
|
* Thu Jan 07 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-1
|
||||||
- Update to release 1.13.01
|
- 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 Feb 1 2006 Jean-Francois Dockes <jfd@recoll.org> 1.2.0-1
|
||||||
* Wed Oct 28 2009 Jean-Francois Dockes <jfd@recoll.org> 1.12.3-1
|
- initial packaging
|
||||||
- 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
|
|
||||||
- Update to release 1.12.0
|
|
||||||
* Mon Oct 13 2008 Jean-Francois Dockes <jfd@recoll.org> 1.11.0-1
|
|
||||||
- Update to release 1.11.0
|
|
||||||
* Thu Sep 11 2008 Jean-Francois Dockes <jfd@recoll.org> 1.10.6-1
|
|
||||||
- Update to release 1.10.6
|
|
||||||
* Thu May 27 2008 Jean-Francois Dockes <jfd@recoll.org> 1.10.2-1
|
|
||||||
- Update to release 1.10.2
|
|
||||||
* Thu Jan 31 2008 Jean-Francois Dockes <jfd@recoll.org> 1.10.1-1
|
|
||||||
- Update to release 1.10.1
|
|
||||||
* Wed Nov 21 2007 Jean-Francois Dockes <jfd@recoll.org> 1.10.0-1
|
|
||||||
- Update to release 1.10.0
|
|
||||||
* Tue Sep 11 2007 Jean-Francois Dockes <jfd@recoll.org> 1.9.0-1
|
|
||||||
- Update to release 1.9.0
|
|
||||||
* Tue Mar 6 2007 Jean-Francois Dockes <jfd@recoll.org> 1.8.1-1
|
|
||||||
- Update to release 1.8.1
|
|
||||||
* Mon Jan 15 2007 Jean-Francois Dockes <jfd@recoll.org> 1.7.5-1
|
|
||||||
- Update to release 1.7.5
|
|
||||||
* Mon Jan 08 2007 Jean-Francois Dockes <jfd@recoll.org> 1.7.3-1
|
|
||||||
- Update to release 1.7.3
|
|
||||||
* Tue Nov 28 2006 Jean-Francois Dockes <jfd@recoll.org> 1.6.1-1
|
|
||||||
- Update to release 1.6.1
|
|
||||||
* Mon Oct 2 2006 Jean-Francois Dockes <jfd@recoll.org> 1.4.3-1
|
|
||||||
- Update to release 1.5.3
|
|
||||||
* Sun May 7 2006 Jean-Francois Dockes <jfd@recoll.org> 1.4.3-1
|
|
||||||
- Update to release 1.4.3
|
|
||||||
* Fri Mar 31 2006 Jean-Francois Dockes <jfd@recoll.org> 1.3.3-1
|
|
||||||
- Update to release 1.3.3
|
|
||||||
* Thu Feb 2 2006 Jean-Francois Dockes <jfd@recoll.org> 1.2.2-1
|
|
||||||
- Update to release 1.2.2
|
|
||||||
* Thu Jan 10 2006 Jean-Francois Dockes <jfd@recoll.org> 1.1.0-1
|
|
||||||
- Initial packaging
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Summary: Desktop full text search tool with Qt GUI
|
Summary: Desktop full text search tool with Qt GUI
|
||||||
Name: recoll
|
Name: recoll
|
||||||
Version: 1.20.1
|
Version: 1.20.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -84,6 +84,9 @@ exit 0
|
|||||||
%{_mandir}/man5/%{name}.conf.5*
|
%{_mandir}/man5/%{name}.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 25 2015 Jean-Francois Dockes <jf@dockes.org> - 1.20.6-1
|
||||||
|
- 1.20.6
|
||||||
|
|
||||||
* Fri Dec 19 2014 Jean-Francois Dockes <jf@dockes.org> - 1.20.1-1
|
* Fri Dec 19 2014 Jean-Francois Dockes <jf@dockes.org> - 1.20.1-1
|
||||||
- 1.20.1
|
- 1.20.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user