Correct typical english grammar mistakes in german linguistics.

Thu, 02 Aug 2012 01:14:45 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 02 Aug 2012 01:14:45 +0200
changeset 444
59ebdf31607e
parent 443
37a0d0619cff
child 445
43a74e63d4a3

Correct typical english grammar mistakes in german linguistics.

openpkg/openpkg.spec file | annotate | diff | comparison | revisions
     1.1 --- a/openpkg/openpkg.spec	Thu Aug 02 01:08:13 2012 +0200
     1.2 +++ b/openpkg/openpkg.spec	Thu Aug 02 01:14:45 2012 +0200
     1.3 @@ -223,8 +223,8 @@
     1.4  Provides:     openpkg = %{release}-%{release}
     1.5  
     1.6  %description
     1.7 -    This is the OpenPKG Framework, the so-called "bootstrap" package
     1.8 -    of OpenPKG. OpenPKG is a cross-platform, self-contained, RPM-based
     1.9 +    This is the OpenPKG Framework, the so called "bootstrap" package
    1.10 +    of OpenPKG. OpenPKG is a cross platform, self contained, RPM based
    1.11      software packaging solution, targeting the flexible building of
    1.12      software stacks on Unix platforms. The RPM Package Manager (RPM)
    1.13      is the underlying, sophisticated and portable package management
    1.14 @@ -239,7 +239,7 @@
    1.15          rpm5.org POPT      %(echo "%{V_popt}"                     | awk '{ printf("%%-7s", $1); }') [LGPL]
    1.16          BeeCrypt           %(echo "%{V_beecrypt}"                 | awk '{ printf("%%-7s", $1); }') [LGPL]
    1.17          Lua                %(echo "%{V_lua}"                      | awk '{ printf("%%-7s", $1); }') [MIT]
    1.18 -        SQLite             %(echo "%{V_sqlite}"                   | awk '{ printf("%%-7s", $1); }') [Public-Domain]
    1.19 +        SQLite             %(echo "%{V_sqlite}"                   | awk '{ printf("%%-7s", $1); }') [Public Domain]
    1.20          PCRE               %(echo "%{V_pcre}"                     | awk '{ printf("%%-7s", $1); }') [BSD/MIT]
    1.21          ZLib               %(echo "%{V_zlib}"                     | awk '{ printf("%%-7s", $1); }') [BSD/MIT]
    1.22          XZ                 %(echo "%{V_xz}"                       | awk '{ printf("%%-7s", $1); }') [PD/LGPL/GPL]
    1.23 @@ -578,7 +578,7 @@
    1.24      plid="${s}/${r}"
    1.25      echo "plid=\"$plid\"; export plid" >>.buildenv
    1.26  
    1.27 -    #   determine platform-specific build environment
    1.28 +    #   determine platform specific build environment
    1.29      case $plid in
    1.30          FreeBSD/* ) l_build_path="/bin:/sbin:/usr/bin:/usr/sbin" ;;
    1.31          NetBSD/*  ) l_build_path="/bin:/sbin:/usr/bin:/usr/sbin" ;;
    1.32 @@ -832,14 +832,14 @@
    1.33      esac
    1.34  
    1.35      #   display verbosity header
    1.36 -    set +x; VERBOSE "BUILD: Build GNU bash (Bourne-Again Shell)"; set -x
    1.37 +    set +x; VERBOSE "BUILD: Build GNU bash (Bourne-again Shell)"; set -x
    1.38  
    1.39      #   build GNU bash tool
    1.40      ( cd bash-%{V_bash}
    1.41        sh $shtool subst \
    1.42            -e 's;@l_openpkg_release@;OpenPKG;' \
    1.43            version.c
    1.44 -      ( #   force disabled wide-character support
    1.45 +      ( #   force disabled wide character support
    1.46          echo "ac_cv_header_wchar_h=no"
    1.47          echo "ac_cv_header_wctype_h=no"
    1.48          echo "ac_cv_func_mbsrtowcs=no"
    1.49 @@ -1325,7 +1325,7 @@
    1.50      ) || exit $?
    1.51  
    1.52      #   display verbosity header
    1.53 -    set +x; VERBOSE "BUILD: Build OpenPKG Frontend (Set-UID Wrapper)"; set -x
    1.54 +    set +x; VERBOSE "BUILD: Build OpenPKG Frontend (Setuid Wrapper)"; set -x
    1.55  
    1.56      #   build "openpkg" executable
    1.57      ${l_make} -f `SOURCE openpkg.mk` \
    1.58 @@ -1397,7 +1397,7 @@
    1.59        chmod a+x $RPM_BUILD_ROOT%{l_prefix}/lib/openpkg/lua
    1.60      ) || exit $?
    1.61  
    1.62 -    #   post-adjust RPM installation
    1.63 +    #   postadjust RPM installation
    1.64      mv  $RPM_BUILD_ROOT%{l_prefix}/lib/openpkg/macros \
    1.65          $RPM_BUILD_ROOT%{l_prefix}/lib/openpkg/rpmmacros
    1.66  
    1.67 @@ -1419,7 +1419,7 @@
    1.68      cp sqlite-%{V_sqlite}/.libs/libsqlite3.a $RPM_BUILD_ROOT%{l_prefix}/lib/librpmsqlite3.a
    1.69  
    1.70      #   display verbosity header
    1.71 -    set +x; VERBOSE "INSTALL: Post-Adjust Installation"; set -x
    1.72 +    set +x; VERBOSE "INSTALL: Postadjust Installation"; set -x
    1.73  
    1.74      #   move C API into custom locations
    1.75      mv $RPM_BUILD_ROOT%{l_prefix}/lib/librpm* \
    1.76 @@ -1724,7 +1724,7 @@
    1.77          <`SOURCE dot.bash_login` \
    1.78          >$RPM_BUILD_ROOT%{l_prefix}/.bash_login
    1.79  
    1.80 -    #   install Run-Command files
    1.81 +    #   install Runcommand files
    1.82      sed -e "s:@l_prefix@:%{l_prefix}:g" \
    1.83          -e "s:@l_susr@:%{l_susr}:g" \
    1.84          -e "s:@l_musr@:%{l_musr}:g" \
    1.85 @@ -2148,7 +2148,7 @@
    1.86      #   [ ".$1" != .1 ] && exit 0
    1.87  
    1.88      #   this procedure is only usable with root privileges
    1.89 -    #   (for non-root installations it is not required at all)
    1.90 +    #   (for nonroot installations it is not required at all)
    1.91      cusr=`(id -un) 2>/dev/null ||\
    1.92            (id | sed -e 's;^[^(]*(\([^)]*\)).*;\1;') 2>/dev/null ||\
    1.93            (whoami) 2>/dev/null ||\
    1.94 @@ -2191,7 +2191,7 @@
    1.95      [ ".$prefix" = . ] && prefix="%{l_prefix}"
    1.96      prefix=`echo "$prefix" | sed -e 's;//*;/;g' -e 's;/$;;'`
    1.97  
    1.98 -    #   Pre-flight check before update to make sure that the currently
    1.99 +    #   Preflight check before update to make sure that the currently
   1.100      #   activated license is still valid. This is done just be friendly
   1.101      #   to people and to not too easily shoot theirself into the foot
   1.102      #   by blindly upgrading and then having to recognize that the new
   1.103 @@ -2209,7 +2209,7 @@
   1.104                [ ".$id" = . ] && id="UNKNOWN"
   1.105                ( echo "Attention, your currently active license \"$id\" does"
   1.106                  echo "not allow you to use this newer version of the OpenPKG Framework!"
   1.107 -                echo "We cancel this update to prevent you from a run-time failure."
   1.108 +                echo "We cancel this update to prevent you from a runtime failure."
   1.109                  echo "Please first upgrade to a newer license with the command:"
   1.110                  echo "  \$ $prefix/bin/openpkg license update $id <file>"
   1.111                ) | $prefix/lib/openpkg/rpmtool msg -b -t error
   1.112 @@ -2313,7 +2313,7 @@
   1.113          if [ ".$exists" = . ]; then
   1.114              if [ ".$cusr" != ".root" ]; then
   1.115                  echo "openpkg:WARNING: skipping addition of $shell to /etc/shells" 1>&2
   1.116 -                echo "openpkg:WARNING: (would require root-privileges)" 1>&2
   1.117 +                echo "openpkg:WARNING: (would require root privileges)" 1>&2
   1.118              else
   1.119                  echo "${shell}" >>/etc/shells
   1.120              fi
   1.121 @@ -2327,7 +2327,7 @@
   1.122      for req in "superuser:${susr}:${suid}:${sgrp}:${sgid}" \
   1.123                 "management:${musr}:${muid}:${mgrp}:${mgid}" \
   1.124                 "restricted:${rusr}:${ruid}:${rgrp}:${rgid}" \
   1.125 -               "non-privileged:${nusr}:${nuid}:${ngrp}:${ngid}"; do
   1.126 +               "nonprivileged:${nusr}:${nuid}:${ngrp}:${ngid}"; do
   1.127          #   split request into class/usr/uid/grp/gid
   1.128          OIFS="$IFS"; IFS=":"; set -- $req; IFS="$OIFS"
   1.129          class="$1"; usr="$2"; uid="$3"; grp="$4"; gid="$5"
   1.130 @@ -2343,7 +2343,7 @@
   1.131          if [ ".$exists" = . ]; then
   1.132              if [ ".$cusr" != ".root" ]; then
   1.133                  echo "openpkg:WARNING: skipping creation of OpenPKG $class user $usr" 1>&2
   1.134 -                echo "openpkg:WARNING: (would require root-privileges)" 1>&2
   1.135 +                echo "openpkg:WARNING: (would require root privileges)" 1>&2
   1.136              else
   1.137                  #   add entry to passwd database
   1.138                  realname="${prefix} OpenPKG ($class)"
   1.139 @@ -2447,7 +2447,7 @@
   1.140          if [ ".$exists" = . ]; then
   1.141              if [ ".$cusr" != ".root" ]; then
   1.142                  echo "openpkg:WARNING: skipping creation of OpenPKG $class group $grp" 1>&2
   1.143 -                echo "openpkg:WARNING: (would require root-privileges)" 1>&2
   1.144 +                echo "openpkg:WARNING: (would require root privileges)" 1>&2
   1.145              else
   1.146                  case "$plid" in
   1.147                      Darwin/10.[1-9]* | Darwin/1[1-9].* )
   1.148 @@ -2494,8 +2494,8 @@
   1.149      name_old="`echo "$prefix" | sed -e 's;/;;g'`"
   1.150      name="openpkg-`echo "$prefix" | sed -e 's;[^a-zA-Z0-9];;g'`"
   1.151      if [ ".$cusr" != ".root" ]; then
   1.152 -        echo "openpkg:WARNING: skipping creation of system run-command hooks" 1>&2
   1.153 -        echo "openpkg:WARNING: (would require root-privileges)" 1>&2
   1.154 +        echo "openpkg:WARNING: skipping creation of system runcommand hooks" 1>&2
   1.155 +        echo "openpkg:WARNING: (would require root privileges)" 1>&2
   1.156      else
   1.157          case "$plid" in
   1.158              FreeBSD/* )
   1.159 @@ -3512,8 +3512,8 @@
   1.160      #   remove the startup/shutdown transfer scripts
   1.161      name="openpkg-`echo "$prefix" | sed -e 's;[^a-zA-Z0-9];;g'`"
   1.162      if [ ".$cusr" != ".root" ]; then
   1.163 -        echo "openpkg:WARNING: skipping deletion of system run-command hooks" 1>&2
   1.164 -        echo "openpkg:WARNING: (would require root-privileges)" 1>&2
   1.165 +        echo "openpkg:WARNING: skipping deletion of system runcommand hooks" 1>&2
   1.166 +        echo "openpkg:WARNING: (would require root privileges)" 1>&2
   1.167      else
   1.168          case "$plid" in
   1.169              FreeBSD/* )

mercurial