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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-Mar-2005 18:01:42
  Branch: HEAD                             Handle: 2005030217014100

  Modified files:
    openpkg-src/dss         dss.spec

  Log:
    upgrading package: dss 5.0.1.1 -> 5.0.3.2

  Summary:
    Revision    Changes     Path
    1.47        +15 -11     openpkg-src/dss/dss.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dss/dss.spec
  ============================================================================
  $ cvs diff -u -r1.46 -r1.47 dss.spec
  --- openpkg-src/dss/dss.spec  1 Jan 2005 10:48:52 -0000       1.46
  +++ openpkg-src/dss/dss.spec  2 Mar 2005 17:01:41 -0000       1.47
  @@ -23,6 +23,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define       V_openpkg 5.0.3.2
  +%define       V_dist    5_0_3_2
  +
   #   package information
   Name:         dss
   Summary:      Darwin Streaming Server
  @@ -33,11 +37,11 @@
   Class:        EVAL
   Group:        Video
   License:      APSL
  -Version:      5.0.1.1
  -Release:      20040304
  +Version:      %{V_openpkg}
  +Release:      20050302
   
   #   list of sources
  -Source0:      
http://www.opensource.apple.com/projects/streaming/release/DarwinStreamingSrc%{version}.zip
  +Source0:      
http://www.opensource.apple.com/projects/streaming/release/DSS-v%{V_dist}.zip
   Source1:      rc.dss
   %NoSource     0
   
  @@ -57,16 +61,16 @@
   
   %track
       prog dss = {
  -        version   = %{version}
  +        version   = %{V_dist}
           url       = http://developer.apple.com/darwin/projects/streaming/
  -        regex     = DarwinStreamingSrc(__VER__)\.zip
  +        regex     = DSS-v(__VER__)\.zip
       }
   
   %prep
       #   bunch of crap to handle zip format
  -    rm -rf DarwinStreamingSrc%{version}
  +    rm -rf DSS-v%{V_dist}
       %{l_prefix}/bin/unzip -x %{SOURCE0}
  -    %setup -T -D -n DarwinStreamingSrc%{version}
  +    %setup -T -D -n DSS-v%{V_dist}
   
       #   just a few corrections to source files
       %{l_shtool} subst \
  @@ -224,11 +228,11 @@
           CommonUtilitiesLib \
           QTFileLib \
           . \
  -        APIModules/QTSSRefMovieModule \
           APIModules/QTSSDemoAuthorizationModule.bproj \
           APIModules/QTSSRawFileModule.bproj \
  +        APIModules/QTSSRefMovieModule \
           APIModules/QTSSSpamDefenseModule.bproj \
  -        APIModules/QTSSHomeDirectoryModule \
  +        HTTPUtilitiesLib \
           StreamingProxy.tproj \
           qtpasswd.tproj \
           PlaylistBroadcaster.tproj \
  @@ -238,9 +242,9 @@
           QTFileTools/QTFileTest.tproj \
           QTFileTools/QTRTPFileTest.tproj \
           QTFileTools/QTRTPGen.tproj \
  -        QTFileTools/QTSDPGen.tproj \
           QTFileTools/QTSampleLister.tproj \
  -        QTFileTools/QTTrackInfo.tproj; \
  +        QTFileTools/QTSDPGen.tproj \
  +        QTFileTools/QTTrackInfo.tproj
       do
           ( cd $dir && %{l_make} %{l_mflags -O} -f Makefile.POSIX ) || exit $?
       done
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to