rpmlint wants 755 for execs

This commit is contained in:
dockes 2006-04-06 13:08:28 +00:00
parent e417bc910e
commit f7aa36ed91
3 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
1.3.3 1.4.0pre1

View File

@ -16,7 +16,7 @@
*/ */
#ifndef _DB_H_INCLUDED_ #ifndef _DB_H_INCLUDED_
#define _DB_H_INCLUDED_ #define _DB_H_INCLUDED_
/* @(#$Id: rcldb.h,v 1.30 2006-04-05 13:39:07 dockes Exp $ (C) 2004 J.F.Dockes */ /* @(#$Id: rcldb.h,v 1.31 2006-04-06 13:08:28 dockes Exp $ (C) 2004 J.F.Dockes */
#include <string> #include <string>
#include <list> #include <list>
@ -125,6 +125,8 @@ class AdvSearchData {
} }
}; };
class Native;
/** /**
* Wrapper class for the native database. * Wrapper class for the native database.
*/ */

View File

@ -67,10 +67,10 @@ ${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook.css \
${INSTALL} -m 0444 doc/man/recoll.1 doc/man/recollindex.1 ${mandir}/man1/ ${INSTALL} -m 0444 doc/man/recoll.1 doc/man/recollindex.1 ${mandir}/man1/
${INSTALL} -m 0444 doc/man/recoll.conf.5 ${mandir}/man5/ ${INSTALL} -m 0444 doc/man/recoll.conf.5 ${mandir}/man5/
${INSTALL} -m 0555 qtgui/recoll index/recollindex ${bindir} || exit 1 ${INSTALL} -m 0755 qtgui/recoll index/recollindex ${bindir} || exit 1
${STRIP} ${bindir}/recoll ${bindir}/recollindex ${STRIP} ${bindir}/recoll ${bindir}/recollindex
${INSTALL} -m 0555 filters/rcl* ${datadir}/recoll/filters/ || exit 1 ${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1
# Clean up possible old filters in examples # Clean up possible old filters in examples
rm -f ${datadir}/recoll/examples/rcl* rm -f ${datadir}/recoll/examples/rcl*