install recoll.png to share/pixmaps
This commit is contained in:
parent
47f76c6c42
commit
11f70ccfe1
@ -1,12 +1,12 @@
|
||||
Name: recoll
|
||||
Version: 1.13.01
|
||||
Release: 3%{?dist}
|
||||
Version: 1.13.02
|
||||
Release: 1%{?dist}
|
||||
Summary: Desktop full text search tool with a qt gui
|
||||
|
||||
Group: Applications/Databases
|
||||
License: GPL
|
||||
URL: http://www.recoll.org/
|
||||
Source0: http://www.recoll.org/recoll-1.13.01.tar.gz
|
||||
Source0: http://www.recoll.org/recoll-1.13.02.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Not sure how easy it is to find a xapian-core rpm. Will be easier to
|
||||
@ -56,6 +56,8 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2010 Terry Duell 1.13.02
|
||||
- updated to release 1.13.02
|
||||
* Mon Jan 12 2010 Terry Duell 1.13.01-3
|
||||
- rpm spec file updated to fix Fedora desktop-file-install and install icon
|
||||
* Sun Jan 10 2010 Jean-Francois Dockes <jfd@recoll.org> 1.13.01-2
|
||||
|
||||
@ -66,7 +66,8 @@ for d in \
|
||||
${datadir}/recoll/filters \
|
||||
${datadir}/recoll/images \
|
||||
${datadir}/recoll/translations \
|
||||
${datadir}/icons/hicolor/48x48/apps
|
||||
${datadir}/icons/hicolor/48x48/apps \
|
||||
${datadir}/pixmaps
|
||||
do
|
||||
test -d $d || mkdir -p $d || exit 1
|
||||
done
|
||||
@ -82,7 +83,8 @@ done
|
||||
#xdg-desktop-menu install desktop/recoll-searchgui.desktop
|
||||
#xdg-icon-resource install --size 48 desktop/recoll.png
|
||||
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll-searchgui.desktop ${datadir}/applications
|
||||
${INSTALL} -m 0444 desktop/recoll.png ${datadir}/icons/hicolor/48x48/apps
|
||||
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/icons/hicolor/48x48/apps
|
||||
@NOQTMAKE@${INSTALL} -m 0444 desktop/recoll.png ${datadir}/pixmaps/
|
||||
|
||||
${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook.css \
|
||||
${datadir}/recoll/doc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user