OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   23-Jul-2003 17:15:17
  Branch: HEAD                             Handle: 2003072316151601

  Modified files:
    openpkg-src/ocaml       ocaml.spec
    openpkg-web             news.txt

  Log:
    rpmlint police: keep only compiled versions and do not use extensions

  Summary:
    Revision    Changes     Path
    1.13        +6  -1      openpkg-src/ocaml/ocaml.spec
    1.5759      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ocaml/ocaml.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 ocaml.spec
  --- openpkg-src/ocaml/ocaml.spec      8 Jul 2003 14:41:18 -0000       1.12
  +++ openpkg-src/ocaml/ocaml.spec      23 Jul 2003 15:15:17 -0000      1.13
  @@ -33,7 +33,7 @@
   Group:        Language
   License:      LGPL+QPL
   Version:      3.06
  -Release:      20030528
  +Release:      20030723
   
   #   list of sources
   Source0:      http://caml.inria.fr/distrib/ocaml-%{version}/ocaml-%{version}.tar.gz
  @@ -78,6 +78,11 @@
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/*.opt \
             $RPM_BUILD_ROOT%{l_prefix}/bin/ocamlyacc \
             $RPM_BUILD_ROOT%{l_prefix}/bin/ocamlrun
  +    ( cd $RPM_BUILD_ROOT%{l_prefix}/bin
  +      for opt in *.opt; do
  +          mv $opt `echo $opt | sed -e 's;\.opt$;;'` || exit $?
  +      done
  +    ) || exit $?
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5758 -r1.5759 news.txt
  --- openpkg-web/news.txt      23 Jul 2003 14:51:13 -0000      1.5758
  +++ openpkg-web/news.txt      23 Jul 2003 15:15:16 -0000      1.5759
  @@ -1,3 +1,4 @@
  +23-Jul-2003: Upgraded package: P<ocaml-3.06-20030723>
   23-Jul-2003: Upgraded package: P<squid-2.5.3-20030723>
   23-Jul-2003: Upgraded package: P<openpkg-tool-20030723-20030723>
   23-Jul-2003: Upgraded package: P<squirrelmail-1.4.1-20030723>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to