Update of /cvsroot/freevo/freevo/contrib/TatChee_RPM_Specs
In directory sc8-pr-cvs1:/tmp/cvs-serv25920

Modified Files:
        freevo-cvs.spec freevo-src.spec freevo.spec 
Log Message:
Updated spec files for new runtime (v.7) and release (1.3.2-pre5?)


Index: freevo-cvs.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/TatChee_RPM_Specs/freevo-cvs.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** freevo-cvs.spec     29 Apr 2003 03:01:15 -0000      1.16
--- freevo-cvs.spec     24 Jun 2003 03:32:00 -0000      1.17
***************
*** 118,125 ****
  
  make clean; make
! pushd src/games/rominfo
!       make
! popd
! 
  ./freevo setup --geometry=%{geometry} --display=%{display} \
        --tv=%{tv_norm} --chanlist=%{chanlist} %{_sysfirst}
--- 118,125 ----
  
  make clean; make
! #pushd src/games/rominfo
! #     make
! #popd
! #
  ./freevo setup --geometry=%{geometry} --display=%{display} \
        --tv=%{tv_norm} --chanlist=%{chanlist} %{_sysfirst}
***************
*** 136,141 ****
  This directory contains the Freevo runtime. It contains an executable,
  freevo_python, dynamic link libraries for running Freevo as well as a copy
! of the standard Python 2.2 libraries. It also contains the Freevo external 
! applications. Right now that is MPlayer, cdparanoia and lame.
  
  Please see the website at http://freevo.sourceforge.net for more information 
--- 136,144 ----
  This directory contains the Freevo runtime. It contains an executable,
  freevo_python, dynamic link libraries for running Freevo as well as a copy
! of the standard Python 2.2.2 libraries. 
! 
! Python 2.2.2 modules:
!   CDDB DiscID Numeric PIL xmlplus xmms aomodule cdrom fchksum mmpython mx
!   ogg pygame pygphoto pylirc pyshift twisted
  
  Please see the website at http://freevo.sourceforge.net for more information 
***************
*** 151,156 ****
  
  %description apps
! This directory contains the Freevo external applications. 
! Right now that is MPlayer, aumix, cdparanoia, jpegtran and lame.
  Note: This package is not manadatory if standalone versions of the external
  applications are installed, though configuration issues may be minimized if 
--- 154,163 ----
  
  %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
!         freevo distributed version of mplayer and mencoder.
!       
  Note: This package is not manadatory if standalone versions of the external
  applications are installed, though configuration issues may be minimized if 
***************
*** 166,171 ****
  Freevo is a Linux application that turns a PC with a TV capture card
  and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
! other applications such as mplayer, mpg321 and nvrec to play and
! record video and audio.
  
  Note: This installs the initscripts necessary for a standalone Freevo system.
--- 173,178 ----
  Freevo is a Linux application that turns a PC with a TV capture card
  and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
! other applications such as mplayer and mencoder to play and record 
! video and audio.
  
  Note: This installs the initscripts necessary for a standalone Freevo system.
***************
*** 187,194 ****
  mkdir -p %{buildroot}%{_prefix}/{runtime/apps,runtime/dll,runtime/lib}
  %endif
! mkdir -p 
%{buildroot}%{_prefix}/src/{audio,games/rominfo,gui,image,plugins,tv,video,www}
! mkdir -p %{buildroot}%{_prefix}/src/www/{bin,htdocs,htdocs2}
! mkdir -p %{buildroot}%{_prefix}/skins/{fonts,icons,images,main1,xml}
! mkdir -p %{buildroot}%{_prefix}/skins/{aubin1,dischi1}
  mkdir -p %{buildroot}%{_sysconfdir}/freevo
  mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
--- 194,198 ----
  mkdir -p %{buildroot}%{_prefix}/{runtime/apps,runtime/dll,runtime/lib}
  %endif
! mkdir -p %{buildroot}%{_prefix}/{src,skins}
  mkdir -p %{buildroot}%{_sysconfdir}/freevo
  mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
***************
*** 208,212 ****
  install -m 644 runtime/*.py %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/preloads %{buildroot}%{_prefix}/runtime
! install -m 644 runtime/README %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/VERSION %{buildroot}%{_prefix}/runtime
  cp -av runtime/apps/* %{buildroot}%{_prefix}/runtime/apps
--- 212,216 ----
  install -m 644 runtime/*.py %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/preloads %{buildroot}%{_prefix}/runtime
! #install -m 644 runtime/README %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/VERSION %{buildroot}%{_prefix}/runtime
  cp -av runtime/apps/* %{buildroot}%{_prefix}/runtime/apps
***************
*** 215,241 ****
  %endif
  
! install -m 644 src/*.py %{buildroot}%{_prefix}/src
! cp -av src/audio/* %{buildroot}%{_prefix}/src/audio
! install -m 644 src/games/*.py %{buildroot}%{_prefix}/src/games
! install -m 755 src/games/rominfo/rominfo %{buildroot}%{_prefix}/src/games/rominfo
! install -m 644 src/games/rominfo/rominfo.* %{buildroot}%{_prefix}/src/games/rominfo
! cp -av src/gui/* %{buildroot}%{_prefix}/src/gui
! cp -av src/image/* %{buildroot}%{_prefix}/src/image
! cp -av src/plugins/* %{buildroot}%{_prefix}/src/plugins
! cp -av src/tv/* %{buildroot}%{_prefix}/src/tv
! cp -av src/video/* %{buildroot}%{_prefix}/src/video
! 
! install -m 644 src/www/*.py %{buildroot}%{_prefix}/src/www
! cp -av src/www/bin/* %{buildroot}%{_prefix}/src/www/bin
! cp -av src/www/htdocs/* %{buildroot}%{_prefix}/src/www/htdocs
! cp -av src/www/htdocs2/* %{buildroot}%{_prefix}/src/www/htdocs2
  
! cp -av skins/fonts/* %{buildroot}%{_prefix}/skins/fonts
! cp -av skins/icons/* %{buildroot}%{_prefix}/skins/icons
! cp -av skins/images/* %{buildroot}%{_prefix}/skins/images
! cp -av skins/main1/* %{buildroot}%{_prefix}/skins/main1
! cp -av skins/xml/* %{buildroot}%{_prefix}/skins/xml
! cp -av skins/aubin1/* %{buildroot}%{_prefix}/skins/aubin1
! #cp -av skins/dischi1/* %{buildroot}%{_prefix}/skins/dischi1
  
  install -m 644 freevo.conf local_conf.py boot/boot_config 
%{buildroot}%{_sysconfdir}/freevo
--- 219,226 ----
  %endif
  
! cp -av src %{buildroot}%{_prefix}
! chmod 755 %{buildroot}%{_prefix}/src/www/bin/*
  
! cp -av skins %{buildroot}%{_prefix}
  
  install -m 644 freevo.conf local_conf.py boot/boot_config 
%{buildroot}%{_sysconfdir}/freevo
***************
*** 282,286 ****
  %attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
  %attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
! %doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs 
  
  %if %{includeruntime}
--- 267,271 ----
  %attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
  %attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
! %doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs contrib/AndreasLeitner/*
  
  %if %{includeruntime}
***************
*** 288,292 ****
  %defattr(644,root,root,755)
  %{_prefix}/runtime/*.py
! %{_prefix}/runtime/README
  %{_prefix}/runtime/VERSION
  %{_prefix}/runtime/preloads
--- 273,277 ----
  %defattr(644,root,root,755)
  %{_prefix}/runtime/*.py
! #%{_prefix}/runtime/README
  %{_prefix}/runtime/VERSION
  %{_prefix}/runtime/preloads
***************
*** 303,309 ****
--- 288,299 ----
  %{_prefix}/runtime/apps/aumix
  %{_prefix}/runtime/apps/cdparanoia
+ %{_prefix}/runtime/apps/fceu
  %{_prefix}/runtime/apps/jpegtran
  %{_prefix}/runtime/apps/lame
+ %{_prefix}/runtime/apps/mp1e
+ %{_prefix}/runtime/apps/oggenc
+ %defattr(-,root,root,755)
  %{_prefix}/runtime/apps/mplayer
+ %{_prefix}/runtime/apps/tvtime
  %endif
  
***************
*** 341,344 ****
--- 331,337 ----
  
  %changelog
+ * Tue Jun 24 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.2-preX and runtime v.7 cleanup
+ 
  * Mon Apr 28 2003 TC Wan <[EMAIL PROTECTED]>
  - Rewrite build installation commands to recursively copy folder contents

Index: freevo-src.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/TatChee_RPM_Specs/freevo-src.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** freevo-src.spec     29 Apr 2003 03:01:15 -0000      1.4
--- freevo-src.spec     24 Jun 2003 03:32:01 -0000      1.5
***************
*** 6,11 ****
  %define sourceonly yes
  %define freevover 1.3.2
! %define freevorel pre4
! %define runtimever 5
  
  # Set default freevo parameters
--- 6,11 ----
  %define sourceonly yes
  %define freevover 1.3.2
! %define freevorel pre5
! %define runtimever 7
  
  # Set default freevo parameters
***************
*** 118,124 ****
  
  make clean; make
! pushd src/games/rominfo
!       make
! popd
  
  ./freevo setup --geometry=%{geometry} --display=%{display} \
--- 118,124 ----
  
  make clean; make
! #pushd src/games/rominfo
! #     make
! #popd
  
  ./freevo setup --geometry=%{geometry} --display=%{display} \
***************
*** 136,141 ****
  This directory contains the Freevo runtime. It contains an executable,
  freevo_python, dynamic link libraries for running Freevo as well as a copy
! of the standard Python 2.2 libraries. It also contains the Freevo external 
! applications. Right now that is MPlayer, cdparanoia and lame.
  
  Please see the website at http://freevo.sourceforge.net for more information 
--- 136,144 ----
  This directory contains the Freevo runtime. It contains an executable,
  freevo_python, dynamic link libraries for running Freevo as well as a copy
! of the standard Python 2.2.2 libraries. 
! 
! Python 2.2.2 modules:
!   CDDB DiscID Numeric PIL xmlplus xmms aomodule cdrom fchksum mmpython mx
!   ogg pygame pygphoto pylirc pyshift twisted
  
  Please see the website at http://freevo.sourceforge.net for more information 
***************
*** 151,156 ****
  
  %description apps
! This directory contains the Freevo external applications. 
! Right now that is MPlayer, aumix, cdparanoia, jpegtran and lame.
  Note: This package is not manadatory if standalone versions of the external
  applications are installed, though configuration issues may be minimized if 
--- 154,163 ----
  
  %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
!         freevo distributed version of mplayer and mencoder.
!       
  Note: This package is not manadatory if standalone versions of the external
  applications are installed, though configuration issues may be minimized if 
***************
*** 166,171 ****
  Freevo is a Linux application that turns a PC with a TV capture card
  and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
! other applications such as mplayer, mpg321 and nvrec to play and
! record video and audio.
  
  Note: This installs the initscripts necessary for a standalone Freevo system.
--- 173,178 ----
  Freevo is a Linux application that turns a PC with a TV capture card
  and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
! other applications such as mplayer and mencoder to play and record 
! video and audio.
  
  Note: This installs the initscripts necessary for a standalone Freevo system.
***************
*** 187,194 ****
  mkdir -p %{buildroot}%{_prefix}/{runtime/apps,runtime/dll,runtime/lib}
  %endif
! mkdir -p 
%{buildroot}%{_prefix}/src/{audio,games/rominfo,gui,image,plugins,tv,video,www}
! mkdir -p %{buildroot}%{_prefix}/src/www/{bin,htdocs,htdocs2}
! mkdir -p %{buildroot}%{_prefix}/skins/{fonts,icons,images,main1,xml}
! mkdir -p %{buildroot}%{_prefix}/skins/{aubin1,dischi1}
  mkdir -p %{buildroot}%{_sysconfdir}/freevo
  mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
--- 194,198 ----
  mkdir -p %{buildroot}%{_prefix}/{runtime/apps,runtime/dll,runtime/lib}
  %endif
! mkdir -p %{buildroot}%{_prefix}/{src,skins}
  mkdir -p %{buildroot}%{_sysconfdir}/freevo
  mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
***************
*** 208,212 ****
  install -m 644 runtime/*.py %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/preloads %{buildroot}%{_prefix}/runtime
! install -m 644 runtime/README %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/VERSION %{buildroot}%{_prefix}/runtime
  cp -av runtime/apps/* %{buildroot}%{_prefix}/runtime/apps
--- 212,216 ----
  install -m 644 runtime/*.py %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/preloads %{buildroot}%{_prefix}/runtime
! #install -m 644 runtime/README %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/VERSION %{buildroot}%{_prefix}/runtime
  cp -av runtime/apps/* %{buildroot}%{_prefix}/runtime/apps
***************
*** 215,241 ****
  %endif
  
! install -m 644 src/*.py %{buildroot}%{_prefix}/src
! cp -av src/audio/* %{buildroot}%{_prefix}/src/audio
! install -m 644 src/games/*.py %{buildroot}%{_prefix}/src/games
! install -m 755 src/games/rominfo/rominfo %{buildroot}%{_prefix}/src/games/rominfo
! install -m 644 src/games/rominfo/rominfo.* %{buildroot}%{_prefix}/src/games/rominfo
! cp -av src/gui/* %{buildroot}%{_prefix}/src/gui
! cp -av src/image/* %{buildroot}%{_prefix}/src/image
! cp -av src/plugins/* %{buildroot}%{_prefix}/src/plugins
! cp -av src/tv/* %{buildroot}%{_prefix}/src/tv
! cp -av src/video/* %{buildroot}%{_prefix}/src/video
! 
! install -m 644 src/www/*.py %{buildroot}%{_prefix}/src/www
! cp -av src/www/bin/* %{buildroot}%{_prefix}/src/www/bin
! cp -av src/www/htdocs/* %{buildroot}%{_prefix}/src/www/htdocs
! cp -av src/www/htdocs2/* %{buildroot}%{_prefix}/src/www/htdocs2
  
! cp -av skins/fonts/* %{buildroot}%{_prefix}/skins/fonts
! cp -av skins/icons/* %{buildroot}%{_prefix}/skins/icons
! cp -av skins/images/* %{buildroot}%{_prefix}/skins/images
! cp -av skins/main1/* %{buildroot}%{_prefix}/skins/main1
! cp -av skins/xml/* %{buildroot}%{_prefix}/skins/xml
! cp -av skins/aubin1/* %{buildroot}%{_prefix}/skins/aubin1
! #cp -av skins/dischi1/* %{buildroot}%{_prefix}/skins/dischi1
  
  install -m 644 freevo.conf local_conf.py boot/boot_config 
%{buildroot}%{_sysconfdir}/freevo
--- 219,226 ----
  %endif
  
! cp -av src %{buildroot}%{_prefix}
! chmod 755 %{buildroot}%{_prefix}/src/www/bin/*
  
! cp -av skins %{buildroot}%{_prefix}
  
  install -m 644 freevo.conf local_conf.py boot/boot_config 
%{buildroot}%{_sysconfdir}/freevo
***************
*** 282,286 ****
  %attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
  %attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
! %doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs 
  
  %if %{includeruntime}
--- 267,271 ----
  %attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
  %attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
! %doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs contrib/AndreasLeitner/*
  
  %if %{includeruntime}
***************
*** 288,292 ****
  %defattr(644,root,root,755)
  %{_prefix}/runtime/*.py
! %{_prefix}/runtime/README
  %{_prefix}/runtime/VERSION
  %{_prefix}/runtime/preloads
--- 273,277 ----
  %defattr(644,root,root,755)
  %{_prefix}/runtime/*.py
! #%{_prefix}/runtime/README
  %{_prefix}/runtime/VERSION
  %{_prefix}/runtime/preloads
***************
*** 303,309 ****
--- 288,299 ----
  %{_prefix}/runtime/apps/aumix
  %{_prefix}/runtime/apps/cdparanoia
+ %{_prefix}/runtime/apps/fceu
  %{_prefix}/runtime/apps/jpegtran
  %{_prefix}/runtime/apps/lame
+ %{_prefix}/runtime/apps/mp1e
+ %{_prefix}/runtime/apps/oggenc
+ %defattr(-,root,root,755)
  %{_prefix}/runtime/apps/mplayer
+ %{_prefix}/runtime/apps/tvtime
  %endif
  
***************
*** 341,344 ****
--- 331,337 ----
  
  %changelog
+ * Tue Jun 24 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.2-preX and runtime v.7 cleanup
+ 
  * Mon Apr 28 2003 TC Wan <[EMAIL PROTECTED]>
  - Rewrite build installation commands to recursively copy folder contents

Index: freevo.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/TatChee_RPM_Specs/freevo.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** freevo.spec 29 Apr 2003 03:01:15 -0000      1.21
--- freevo.spec 24 Jun 2003 03:32:01 -0000      1.22
***************
*** 6,11 ****
  %define sourceonly no
  %define freevover 1.3.2
! %define freevorel pre4
! %define runtimever 5
  
  # Set default freevo parameters
--- 6,11 ----
  %define sourceonly no
  %define freevover 1.3.2
! %define freevorel pre5
! %define runtimever 7
  
  # Set default freevo parameters
***************
*** 118,125 ****
  
  make clean; make
! pushd src/games/rominfo
!       make
! popd
! 
  ./freevo setup --geometry=%{geometry} --display=%{display} \
        --tv=%{tv_norm} --chanlist=%{chanlist} %{_sysfirst}
--- 118,125 ----
  
  make clean; make
! #pushd src/games/rominfo
! #     make
! #popd
! #
  ./freevo setup --geometry=%{geometry} --display=%{display} \
        --tv=%{tv_norm} --chanlist=%{chanlist} %{_sysfirst}
***************
*** 136,141 ****
  This directory contains the Freevo runtime. It contains an executable,
  freevo_python, dynamic link libraries for running Freevo as well as a copy
! of the standard Python 2.2 libraries. It also contains the Freevo external 
! applications. Right now that is MPlayer, cdparanoia and lame.
  
  Please see the website at http://freevo.sourceforge.net for more information 
--- 136,144 ----
  This directory contains the Freevo runtime. It contains an executable,
  freevo_python, dynamic link libraries for running Freevo as well as a copy
! of the standard Python 2.2.2 libraries. 
! 
! Python 2.2.2 modules:
!   CDDB DiscID Numeric PIL xmlplus xmms aomodule cdrom fchksum mmpython mx
!   ogg pygame pygphoto pylirc pyshift twisted
  
  Please see the website at http://freevo.sourceforge.net for more information 
***************
*** 151,156 ****
  
  %description apps
! This directory contains the Freevo external applications. 
! Right now that is MPlayer, aumix, cdparanoia, jpegtran and lame.
  Note: This package is not manadatory if standalone versions of the external
  applications are installed, though configuration issues may be minimized if 
--- 154,163 ----
  
  %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
!         freevo distributed version of mplayer and mencoder.
!       
  Note: This package is not manadatory if standalone versions of the external
  applications are installed, though configuration issues may be minimized if 
***************
*** 166,171 ****
  Freevo is a Linux application that turns a PC with a TV capture card
  and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
! other applications such as mplayer, mpg321 and nvrec to play and
! record video and audio.
  
  Note: This installs the initscripts necessary for a standalone Freevo system.
--- 173,178 ----
  Freevo is a Linux application that turns a PC with a TV capture card
  and/or TV-out into a standalone multimedia jukebox/VCR. It builds on
! other applications such as mplayer and mencoder to play and record 
! video and audio.
  
  Note: This installs the initscripts necessary for a standalone Freevo system.
***************
*** 187,194 ****
  mkdir -p %{buildroot}%{_prefix}/{runtime/apps,runtime/dll,runtime/lib}
  %endif
! mkdir -p 
%{buildroot}%{_prefix}/src/{audio,games/rominfo,gui,image,plugins,tv,video,www}
! mkdir -p %{buildroot}%{_prefix}/src/www/{bin,htdocs,htdocs2}
! mkdir -p %{buildroot}%{_prefix}/skins/{fonts,icons,images,main1,xml}
! mkdir -p %{buildroot}%{_prefix}/skins/{aubin1,dischi1}
  mkdir -p %{buildroot}%{_sysconfdir}/freevo
  mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
--- 194,198 ----
  mkdir -p %{buildroot}%{_prefix}/{runtime/apps,runtime/dll,runtime/lib}
  %endif
! mkdir -p %{buildroot}%{_prefix}/{src,skins}
  mkdir -p %{buildroot}%{_sysconfdir}/freevo
  mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
***************
*** 208,212 ****
  install -m 644 runtime/*.py %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/preloads %{buildroot}%{_prefix}/runtime
! install -m 644 runtime/README %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/VERSION %{buildroot}%{_prefix}/runtime
  cp -av runtime/apps/* %{buildroot}%{_prefix}/runtime/apps
--- 212,216 ----
  install -m 644 runtime/*.py %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/preloads %{buildroot}%{_prefix}/runtime
! #install -m 644 runtime/README %{buildroot}%{_prefix}/runtime
  install -m 644 runtime/VERSION %{buildroot}%{_prefix}/runtime
  cp -av runtime/apps/* %{buildroot}%{_prefix}/runtime/apps
***************
*** 215,241 ****
  %endif
  
! install -m 644 src/*.py %{buildroot}%{_prefix}/src
! cp -av src/audio/* %{buildroot}%{_prefix}/src/audio
! install -m 644 src/games/*.py %{buildroot}%{_prefix}/src/games
! install -m 755 src/games/rominfo/rominfo %{buildroot}%{_prefix}/src/games/rominfo
! install -m 644 src/games/rominfo/rominfo.* %{buildroot}%{_prefix}/src/games/rominfo
! cp -av src/gui/* %{buildroot}%{_prefix}/src/gui
! cp -av src/image/* %{buildroot}%{_prefix}/src/image
! cp -av src/plugins/* %{buildroot}%{_prefix}/src/plugins
! cp -av src/tv/* %{buildroot}%{_prefix}/src/tv
! cp -av src/video/* %{buildroot}%{_prefix}/src/video
! 
! install -m 644 src/www/*.py %{buildroot}%{_prefix}/src/www
! cp -av src/www/bin/* %{buildroot}%{_prefix}/src/www/bin
! cp -av src/www/htdocs/* %{buildroot}%{_prefix}/src/www/htdocs
! cp -av src/www/htdocs2/* %{buildroot}%{_prefix}/src/www/htdocs2
  
! cp -av skins/fonts/* %{buildroot}%{_prefix}/skins/fonts
! cp -av skins/icons/* %{buildroot}%{_prefix}/skins/icons
! cp -av skins/images/* %{buildroot}%{_prefix}/skins/images
! cp -av skins/main1/* %{buildroot}%{_prefix}/skins/main1
! cp -av skins/xml/* %{buildroot}%{_prefix}/skins/xml
! cp -av skins/aubin1/* %{buildroot}%{_prefix}/skins/aubin1
! #cp -av skins/dischi1/* %{buildroot}%{_prefix}/skins/dischi1
  
  install -m 644 freevo.conf local_conf.py boot/boot_config 
%{buildroot}%{_sysconfdir}/freevo
--- 219,226 ----
  %endif
  
! cp -av src %{buildroot}%{_prefix}
! chmod 755 %{buildroot}%{_prefix}/src/www/bin/*
  
! cp -av skins %{buildroot}%{_prefix}
  
  install -m 644 freevo.conf local_conf.py boot/boot_config 
%{buildroot}%{_sysconfdir}/freevo
***************
*** 282,286 ****
  %attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
  %attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
! %doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs 
  
  %if %{includeruntime}
--- 267,271 ----
  %attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
  %attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
! %doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs contrib/AndreasLeitner/*
  
  %if %{includeruntime}
***************
*** 288,292 ****
  %defattr(644,root,root,755)
  %{_prefix}/runtime/*.py
! %{_prefix}/runtime/README
  %{_prefix}/runtime/VERSION
  %{_prefix}/runtime/preloads
--- 273,277 ----
  %defattr(644,root,root,755)
  %{_prefix}/runtime/*.py
! #%{_prefix}/runtime/README
  %{_prefix}/runtime/VERSION
  %{_prefix}/runtime/preloads
***************
*** 303,309 ****
--- 288,299 ----
  %{_prefix}/runtime/apps/aumix
  %{_prefix}/runtime/apps/cdparanoia
+ %{_prefix}/runtime/apps/fceu
  %{_prefix}/runtime/apps/jpegtran
  %{_prefix}/runtime/apps/lame
+ %{_prefix}/runtime/apps/mp1e
+ %{_prefix}/runtime/apps/oggenc
+ %defattr(-,root,root,755)
  %{_prefix}/runtime/apps/mplayer
+ %{_prefix}/runtime/apps/tvtime
  %endif
  
***************
*** 341,344 ****
--- 331,337 ----
  
  %changelog
+ * Tue Jun 24 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.2-preX and runtime v.7 cleanup
+ 
  * Mon Apr 28 2003 TC Wan <[EMAIL PROTECTED]>
  - Rewrite build installation commands to recursively copy folder contents




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to