Browse Source

Speclint police, add trailing slash to directory path

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
c650418170
  1. 6
      qt/qt.spec
  2. 4
      tinyca/tinyca.spec
  3. 4
      tomcat-adapter/tomcat-adapter.spec
  4. 4
      tomcat4-adapter/tomcat4-adapter.spec
  5. 6
      xalan-c/xalan-c.spec
  6. 2
      xboard/xboard.spec
  7. 4
      xerces-c/xerces-c.spec

6
qt/qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.1.2
Release: 20030306
Release: 20030408
# package options
%option with_xft no
@ -82,7 +82,7 @@ AutoReqProv: no
case "%{l_target}" in
*-freebsd* ) oscomp="freebsd-g++"
%{l_shtool} subst \
-e 's/defined(_POSIX_THREAD_SAFE_FUNCTIONS)/_POSIX_THREAD_SAFE_FUNCTIONS - 0 > 0/g' \
-e 's/defined(_POSIX_THREAD_SAFE_FUNCTIONS)/_POSIX_THREAD_SAFE_FUNCTIONS - 0 >0/g' \
src/dialogs/qfiledialog.cpp src/kernel/qfont_x11.cpp \
src/tools/qdatetime.cpp src/tools/qdir_unix.cpp
;;
@ -173,7 +173,7 @@ AutoReqProv: no
%{l_shtool} install -c -m 644 \
tools/designer/designer/images/* $RPM_BUILD_ROOT%{l_prefix}/share/qt/images/
%{l_shtool} install -c -m 644 \
lib/*.a lib/*.prl $RPM_BUILD_ROOT%{l_prefix}/lib
lib/*.a lib/*.prl $RPM_BUILD_ROOT%{l_prefix}/lib/
%{l_shtool} install -c -m 644 \
doc/man/man3/*.3 $RPM_BUILD_ROOT%{l_prefix}/man/man3/
%{l_shtool} install -c -m 644 \

4
tinyca/tinyca.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Misc
License: GPL
Version: 0.4.4
Release: 20030115
Release: 20030408
# list of sources
Source0: http://tinyca.sm-zone.net/tinyca-%{version}.tar.gz
@ -70,7 +70,7 @@ AutoReqProv: no
%{l_shtool} install -c -m 644 \
templates/* $RPM_BUILD_ROOT%{l_prefix}/etc/%{name}/
%{l_shtool} install -c -m 644 \
lib/*.pm $RPM_BUILD_ROOT%{l_prefix}/libexec/%{name}
lib/*.pm $RPM_BUILD_ROOT%{l_prefix}/libexec/%{name}/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files

4
tomcat-adapter/tomcat-adapter.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Web
License: Apache Software License 1.1
Version: 3.2.4
Release: 20030218
Release: 20030408
# list of sources
Source0: http://jakarta.apache.org/builds/jakarta-tomcat/release/v%{version}/src/jakarta-tomcat-%{version}-src.tar.gz
@ -93,7 +93,7 @@ AutoReqProv: no
# install DSO
%{l_shtool} install -c -m 755 \
src/native/apache1.3/mod_jk.so \
$RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat-adapter
$RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat-adapter/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

4
tomcat4-adapter/tomcat4-adapter.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Web
License: Apache Software License 1.1
Version: 4.1.24
Release: 20030322
Release: 20030408
# list of sources
Source0: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v%{version}/src/jakarta-tomcat-connectors-%{version}-src.tar.gz
@ -86,7 +86,7 @@ AutoReqProv: no
# install DSO
%{l_shtool} install -c -m 755 \
webapp/build/mod_webapp.so \
$RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat4-adapter
$RPM_BUILD_ROOT%{l_prefix}/libexec/tomcat4-adapter/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

6
xalan-c/xalan-c.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
Group: Web
License: Apache Software License 1.1
Version: %{V_opkg}
Release: 20030208
Release: 20030408
# package options
%option with_threads no
@ -141,10 +141,10 @@ AutoReqProv: no
%install
%{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
%{l_shtool} install -c -s -m 755 \
bin/Xalan $RPM_BUILD_ROOT%{l_prefix}/bin
bin/Xalan $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/lib
%{l_shtool} install -c -m 644 \
lib/libxalan-c.a $RPM_BUILD_ROOT%{l_prefix}/lib
lib/libxalan-c.a $RPM_BUILD_ROOT%{l_prefix}/lib/
%{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/share/xalan-c
( cd c
for f in `find xdocs -type d \( -name CVS -prune -o -print \)`; do

2
xboard/xboard.spec

@ -96,7 +96,7 @@ AutoReqProv: no
%{l_shtool} install -c -s -m 755 \
xboard zic2xpm $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c -m 644 \
xboard.info $RPM_BUILD_ROOT%{l_prefix}/info
xboard.info $RPM_BUILD_ROOT%{l_prefix}/info/
%{l_shtool} install -c -m 644 \
xboard.man $RPM_BUILD_ROOT%{l_prefix}/man/man6/xboard.6
%{l_shtool} install -c -m 644 \

4
xerces-c/xerces-c.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
Group: Web
License: Apache Software License 1.1
Version: %{V_opkg}
Release: 20030218
Release: 20030408
# package options
%option with_pth no
@ -174,7 +174,7 @@ AutoReqProv: no
for i in *; do
if [ -f $i ]; then
%{l_shtool} install -s -c -m 755 \
$i $RPM_BUILD_ROOT%{l_prefix}/libexec/xerces-c
$i $RPM_BUILD_ROOT%{l_prefix}/libexec/xerces-c/
fi
done
) || exit $?

Loading…
Cancel
Save