Parcourir la source

speclint police

Ralf S. Engelschall il y a 22 ans
Parent
commit
90b9ec7c66
7 fichiers modifiés avec 21 ajouts et 21 suppressions
  1. 2 2
      emacs/emacs.spec
  2. 3 3
      hevea/hevea.spec
  3. 4 4
      its4/its4.spec
  4. 2 2
      lha/lha.spec
  5. 3 3
      openssh/openssh.spec
  6. 2 2
      skill/skill.spec
  7. 5 5
      unison/unison.spec

+ 2 - 2
emacs/emacs.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Editor
 License:      GPL
 Version:      21.3
-Release:      20030319
+Release:      20030423
 
 #   package options
 %option       with_x11       no
@@ -73,7 +73,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-	%patch -p0
+    %patch -p0
 
 %build
     %{l_shtool} subst \

+ 3 - 3
hevea/hevea.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Text
 License:      QPL
 Version:      1.06
-Release:      20030406
+Release:      20030423
 
 #   list of sources
 Source0:      http://para.inria.fr/~maranget/hevea/distri/hevea-%{version}.tar.gz
@@ -70,8 +70,8 @@ AutoReqProv:  no
 %install
     rm -rf $RPM_BUILD_ROOT
     %{l_shtool} mkdir -f -p -m 755 \
-	    $RPM_BUILD_ROOT%{l_prefix}/bin \
-	    $RPM_BUILD_ROOT%{l_prefix}/share/hevea
+        $RPM_BUILD_ROOT%{l_prefix}/bin \
+        $RPM_BUILD_ROOT%{l_prefix}/share/hevea
     %{l_make} %{l_mflags -O} install \
         TARGET=opt CPP="%{l_cc} -E -P -x c" \
         BINDIR=$RPM_BUILD_ROOT%{l_prefix}/bin \

+ 4 - 4
its4/its4.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Development
 License:      OSS-style
 Version:      1.1.1
-Release:      20030115
+Release:      20030423
 
 #   list of sources
 Source0:      http://www.cigital.com/its4/-NO-DIRECT-URL-/its4-%{version}.tgz
@@ -77,11 +77,11 @@ AutoReqProv:  no
         $RPM_BUILD_ROOT%{l_prefix}/share/its4 \
         $RPM_BUILD_ROOT%{l_prefix}/man/man1
     %{l_shtool} install -c -s -m 755 \
-	    its4 $RPM_BUILD_ROOT%{l_prefix}/bin/
+        its4 $RPM_BUILD_ROOT%{l_prefix}/bin/
     %{l_shtool} install -c -m 644 \
-	    vulns.i4d $RPM_BUILD_ROOT%{l_prefix}/share/its4/
+        vulns.i4d $RPM_BUILD_ROOT%{l_prefix}/share/its4/
     %{l_shtool} install -c -m 644 \
-	    docs/its4.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
+        docs/its4.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
 
 %files -f files

+ 2 - 2
lha/lha.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Archiver
 License:      PD
 Version:      %{V_major}.%{V_minor}
-Release:      20030125
+Release:      20030423
 
 #   list of sources
 Source0:      http://www2m.biglobe.ne.jp/~dolphin/lha/prog/lha-%{V_major}%{V_minor}.tar.gz
@@ -65,7 +65,7 @@ AutoReqProv:  no
     OPTIMIZE="%{l_cflags -O} -DSUPPORT_LH7 -DMKSTEMP"
     MACHINE="-DSYSTIME_HAS_NO_TM -DEUC -DSYSV_SYSTEM_DIR -DMKTIME"
     %{l_make} %{l_mflags} \
-	   CC="$CC" OPTIMIZE="$OPTIMIZE" MACHINE="$MACHINE"
+       CC="$CC" OPTIMIZE="$OPTIMIZE" MACHINE="$MACHINE"
 
 %install
     rm -rf $RPM_BUILD_ROOT

+ 3 - 3
openssh/openssh.spec

@@ -38,7 +38,7 @@ Distribution: OpenPKG [CORE]
 Group:        Security
 License:      BSD
 Version:      %{V_base}%{V_portable}
-Release:      20030415
+Release:      20030423
 
 #   package options
 %option       with_pam     no
@@ -177,8 +177,8 @@ AutoReqProv:  no
 
     #   make sure the state directory exists
     %{l_shtool} mkdir -f -p -m 755 \
-	    $RPM_BUILD_ROOT%{l_prefix}/var/openssh \
-	    $RPM_BUILD_ROOT%{l_prefix}/var/openssh/empty
+        $RPM_BUILD_ROOT%{l_prefix}/var/openssh \
+        $RPM_BUILD_ROOT%{l_prefix}/var/openssh/empty
 
     #   install addons
     %{l_shtool} mkdir -f -p -m 755 \

+ 2 - 2
skill/skill.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        System
 License:      BSD
 Version:      4.1
-Release:      20020426
+Release:      20030423
 
 #   list of sources
 Source0:      ftp://jaguar.cs.utah.edu/pub/skill/skill-%{version}.tgz
@@ -62,7 +62,7 @@ AutoReqProv:  no
         *-freebsd* ) OSTYPE="nbsd-44"; COPTS=""; LIBS="" ;;
         *-linux*   ) OSTYPE="linux-1"; COPTS=-O3; LIBS="-s -N"; ;;
         *-solaris* ) OSTYPE="sys-5r4"; COPTS="-DSYSV_REGEX"; LIBS="" ;;
-	*          ) echo "Platform %{l_target} still not supported." 1>&2; exit 1 ;;
+        *          ) echo "Platform %{l_target} still not supported." 1>&2; exit 1 ;;
     esac
     %{l_make} %{l_mflags -O} \
         CC="%{l_cc}" OSTYPE="$OSTYPE" COPTS="$COPTS" LIBS="$LIBS"

+ 5 - 5
unison/unison.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Network
 License:      GPL
 Version:      2.9.1
-Release:      20020504
+Release:      20030423
 
 #   list of sources
 Source0:      http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-%{version}/src.tar.gz
@@ -64,12 +64,12 @@ AutoReqProv:  no
 %install
     rm -rf $RPM_BUILD_ROOT
     %{l_shtool} mkdir -f -p -m 755 \
-	    $RPM_BUILD_ROOT%{l_prefix}/bin \
-	    $RPM_BUILD_ROOT%{l_prefix}/share/unison
+        $RPM_BUILD_ROOT%{l_prefix}/bin \
+        $RPM_BUILD_ROOT%{l_prefix}/share/unison
     %{l_shtool} install -c -s -m 755 \
-	    unison $RPM_BUILD_ROOT%{l_prefix}/bin/
+        unison $RPM_BUILD_ROOT%{l_prefix}/bin/
     %{l_shtool} install -c -m 644 \
-	    %{SOURCE manual-beta.html} \
+        %{SOURCE manual-beta.html} \
         $RPM_BUILD_ROOT%{l_prefix}/share/unison/unison.html
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}