Update of /cvsroot/freevo/freevo/contrib/rpm
In directory sc8-pr-cvs1:/tmp/cvs-serv14452

Modified Files:
        freevo-cvs.spec freevo-src.spec freevo.spec 
Added Files:
        freevo-1.3.2-Makefile.patch freevo-1.3.2-runtime.patch 
Log Message:
Updated for 1.3.2 release


--- NEW FILE: freevo-1.3.2-Makefile.patch ---
--- Makefile.orig       Sat Feb  8 07:31:03 2003
+++ Makefile    Thu Feb 13 10:37:47 2003
@@ -117,7 +117,7 @@
 
 
 
-install: all python_compile
+install: all 
        test "$(PREFIX)" != "${PWD}" || false
        -rm -rf $(PREFIX)
        -mkdir -p $(PREFIX)

--- NEW FILE: freevo-1.3.2-runtime.patch ---
diff -Naur runtime/lib/python2.2-orig/cgi.py runtime/lib/python2.2/cgi.py
--- runtime/lib/python2.2-orig/cgi.py   Fri Jan 10 12:08:05 2003
+++ runtime/lib/python2.2/cgi.py        Wed Feb  5 17:19:53 2003
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/local/freevo/runtime/apps/freevo_python
 
 # NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
 # intentionally NOT "/usr/bin/env python".  On many systems

Index: freevo-cvs.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-cvs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** freevo-cvs.spec     26 Jun 2003 02:56:13 -0000      1.1
--- freevo-cvs.spec     30 Jun 2003 08:11:08 -0000      1.2
***************
*** 7,11 ****
  %define freevover 1.3.2
  %define freevorel CVS%{_cvsdate}
! %define runtimever 5
  
  # Set default freevo parameters
--- 7,11 ----
  %define freevover 1.3.2
  %define freevorel CVS%{_cvsdate}
! %define runtimever 7
  
  # Set default freevo parameters
***************
*** 152,156 ****
  %description apps
  This directory contains the following external applications used by Freevo:
!   mplayer mencoder tvtime oggenc mpe1 lame jpegtran cdparanoia fceu aumix 
    
  NOTICE: Please do not bug the mplayer developers with issues regarding the
--- 152,156 ----
  %description apps
  This directory contains the following external applications used by Freevo:
!   mplayer mencoder tvtime oggenc mpe1 lame jpegtran cdparanoia aumix 
    
  NOTICE: Please do not bug the mplayer developers with issues regarding the
***************
*** 279,283 ****
  %{_prefix}/runtime/apps/aumix
  %{_prefix}/runtime/apps/cdparanoia
- %{_prefix}/runtime/apps/fceu
  %{_prefix}/runtime/apps/jpegtran
  %{_prefix}/runtime/apps/lame
--- 279,282 ----
***************
*** 322,325 ****
--- 321,327 ----
  
  %changelog
+ * Mon Jun 30 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.2 release cleanup
+                                                                                 
  * Tue Jun 24 2003 TC Wan <[EMAIL PROTECTED]>
  - 1.3.2-preX and runtime v.7 cleanup

Index: freevo-src.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-src.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** freevo-src.spec     26 Jun 2003 02:56:13 -0000      1.1
--- freevo-src.spec     30 Jun 2003 08:11:08 -0000      1.2
***************
*** 6,10 ****
  %define sourceonly yes
  %define freevover 1.3.2
! %define freevorel pre5
  %define runtimever 7
  
--- 6,10 ----
  %define sourceonly yes
  %define freevover 1.3.2
! %define freevorel 1
  %define runtimever 7
  
***************
*** 152,156 ****
  %description apps
  This directory contains the following external applications used by Freevo:
!   mplayer mencoder tvtime oggenc mpe1 lame jpegtran cdparanoia fceu aumix 
    
  NOTICE: Please do not bug the mplayer developers with issues regarding the
--- 152,156 ----
  %description apps
  This directory contains the following external applications used by Freevo:
!   mplayer mencoder tvtime oggenc mpe1 lame jpegtran cdparanoia aumix 
    
  NOTICE: Please do not bug the mplayer developers with issues regarding the
***************
*** 279,283 ****
  %{_prefix}/runtime/apps/aumix
  %{_prefix}/runtime/apps/cdparanoia
- %{_prefix}/runtime/apps/fceu
  %{_prefix}/runtime/apps/jpegtran
  %{_prefix}/runtime/apps/lame
--- 279,282 ----
***************
*** 322,325 ****
--- 321,327 ----
  
  %changelog
+ * Mon Jun 30 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.2 release cleanup
+                                                                                 
  * Tue Jun 24 2003 TC Wan <[EMAIL PROTECTED]>
  - 1.3.2-preX and runtime v.7 cleanup

Index: freevo.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** freevo.spec 26 Jun 2003 02:56:13 -0000      1.1
--- freevo.spec 30 Jun 2003 08:11:08 -0000      1.2
***************
*** 6,10 ****
  %define sourceonly no
  %define freevover 1.3.2
! %define freevorel pre5
  %define runtimever 7
  
--- 6,10 ----
  %define sourceonly no
  %define freevover 1.3.2
! %define freevorel 1
  %define runtimever 7
  
***************
*** 73,77 ****
  Patch0:               %{name}-%{version}-runtime.patch
  Patch1:               %{name}-%{version}-Makefile.patch
! Patch2:               %{name}-%{version}-mplayer_files.patch
  %else
  BuildRequires:        %{name}-runtime >= %{runtimever}
--- 73,77 ----
  Patch0:               %{name}-%{version}-runtime.patch
  Patch1:               %{name}-%{version}-Makefile.patch
! #Patch2:              %{name}-%{version}-mplayer_files.patch
  %else
  BuildRequires:        %{name}-runtime >= %{runtimever}
***************
*** 104,108 ****
  %patch0 -p0
  %patch1 -p0
! %patch2 -p0
  %else
  mv runtime runtime-src
--- 104,108 ----
  %patch0 -p0
  %patch1 -p0
! #%patch2 -p0
  %else
  mv runtime runtime-src
***************
*** 152,156 ****
  %description apps
  This directory contains the following external applications used by Freevo:
!   mplayer mencoder tvtime oggenc mpe1 lame jpegtran cdparanoia fceu aumix 
    
  NOTICE: Please do not bug the mplayer developers with issues regarding the
--- 152,156 ----
  %description apps
  This directory contains the following external applications used by Freevo:
!   mplayer mencoder tvtime oggenc mpe1 lame jpegtran cdparanoia aumix 
    
  NOTICE: Please do not bug the mplayer developers with issues regarding the
***************
*** 279,283 ****
  %{_prefix}/runtime/apps/aumix
  %{_prefix}/runtime/apps/cdparanoia
- %{_prefix}/runtime/apps/fceu
  %{_prefix}/runtime/apps/jpegtran
  %{_prefix}/runtime/apps/lame
--- 279,282 ----
***************
*** 322,325 ****
--- 321,327 ----
  
  %changelog
+ * Mon Jun 30 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.2 release cleanup
+ 
  * Tue Jun 24 2003 TC Wan <[EMAIL PROTECTED]>
  - 1.3.2-preX and runtime v.7 cleanup




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to