Update of /cvsroot/freevo/freevo/contrib/rpm
In directory sc8-pr-cvs1:/tmp/cvs-serv5761/contrib/rpm
Modified Files:
freevo-cvs.spec freevo-src.spec freevo.spec
Log Message:
Updated spec files and Makefile for 1.3.4.
Index: freevo-cvs.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-cvs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** freevo-cvs.spec 30 Jun 2003 08:11:08 -0000 1.2
--- freevo-cvs.spec 4 Aug 2003 07:01:27 -0000 1.3
***************
*** 5,11 ****
%define freevoname freevo
%define sourceonly yes
! %define freevover 1.3.2
%define freevorel CVS%{_cvsdate}
! %define runtimever 7
# Set default freevo parameters
--- 5,11 ----
%define freevoname freevo
%define sourceonly yes
! %define freevover 1.3.4
%define freevorel CVS%{_cvsdate}
! %define runtimever 8
# Set default freevo parameters
***************
*** 58,68 ****
Group: Applications/Multimedia
%if %{cvsrelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{_cvsdate}.tar.gz
%endif
%if %{prerelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{freevorel}.tar.gz
%endif
%if %{realrelease}
! Source: http://freevo.sourceforge.net/%{_tgzname}-%{version}.tar.gz
%endif
--- 58,68 ----
Group: Applications/Multimedia
%if %{cvsrelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{_cvsdate}.tgz
%endif
%if %{prerelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{freevorel}.tgz
%endif
%if %{realrelease}
! Source: http://freevo.sourceforge.net/%{_tgzname}-%{version}.tgz
%endif
***************
*** 73,77 ****
Patch0: %{name}-%{version}-runtime.patch
Patch1: %{name}-%{version}-Makefile.patch
- Patch2: %{name}-%{version}-mplayer_files.patch
%else
BuildRequires: %{name}-runtime >= %{runtimever}
--- 73,76 ----
***************
*** 82,92 ****
%define _cachedir /var/cache
%define _logdir /var/log
! %define _optimize 0
%description
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 nvrec to play and record video
! and audio.
%prep
--- 81,91 ----
%define _cachedir /var/cache
%define _logdir /var/log
! %define _optimize 2
%description
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 xine, mplayer, tvtime and mencoder to play
! and record video and audio.
%prep
***************
*** 104,108 ****
%patch0 -p0
%patch1 -p0
- %patch2 -p0
%else
mv runtime runtime-src
--- 103,106 ----
***************
*** 115,118 ****
--- 113,117 ----
find . -name ".cvsignore" |xargs rm -f
find . -name "*.pyc" |xargs rm -f
+ find . -name "*.pyo" |xargs rm -f
find . -name "*.py" |xargs chmod 644
***************
*** 152,163 ****
%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
! 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
it is used.
%endif
--- 151,165 ----
%description apps
This directory contains the following external applications used by Freevo:
! oggenc mpe1 lame jpegtran cdparanoia aumix
! NOTICE: Binaries of Media Player programs such as Mplayer, Xine and TVTime
! are no longer included in the Apps package.
! Please read the website at http://freevo.sourceforge.net for information on
! where you can obtain these packages.
Note: This package is not manadatory if standalone versions of the external
applications are installed, though configuration issues may be minimized if
it is used.
+
%endif
***************
*** 196,200 ****
install -m 755 freevo freevo_xwin runapp %{buildroot}%{_prefix}
! install -m 644 freevo_config.py setup_freevo.py %{buildroot}%{_prefix}
install -m 644 fbcon/fbset.db %{buildroot}%{_prefix}/fbcon
install -m 755 fbcon/vtrelease fbcon/*.sh %{buildroot}%{_prefix}/fbcon
--- 198,202 ----
install -m 755 freevo freevo_xwin runapp %{buildroot}%{_prefix}
! install -m 644 freevo_config.py %{buildroot}%{_prefix}
install -m 644 fbcon/fbset.db %{buildroot}%{_prefix}/fbcon
install -m 755 fbcon/vtrelease fbcon/*.sh %{buildroot}%{_prefix}/fbcon
***************
*** 217,224 ****
cp -av skins %{buildroot}%{_prefix}
! install -m 644 freevo.conf local_conf.py boot/boot_config
%{buildroot}%{_sysconfdir}/freevo
install -m 644 boot/URC-7201B00 %{buildroot}%{_prefix}/boot
install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 contrib/lirc/* %{buildroot}%{_prefix}/contrib/lirc
--- 219,227 ----
cp -av skins %{buildroot}%{_prefix}
! install -m 644 freevo.conf local_conf.py record_config.py boot/boot_config
%{buildroot}%{_sysconfdir}/freevo
install -m 644 boot/URC-7201B00 %{buildroot}%{_prefix}/boot
install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
+ install -m 755 contrib/*.py %{buildroot}%{_prefix}/contrib/
install -m 755 contrib/lirc/* %{buildroot}%{_prefix}/contrib/lirc
***************
*** 240,243 ****
--- 243,247 ----
rm -rf %{_logdir}/freevo
find %{_prefix} -name "*.pyc" |xargs rm -f
+ find %{_prefix} -name "*.pyo" |xargs rm -f
%files
***************
*** 250,254 ****
%{_prefix}/src
%{_prefix}/freevo_config.py
- %{_prefix}/setup_freevo.py
%defattr(644,root,root,755)
%{_prefix}/contrib
--- 254,257 ----
***************
*** 258,261 ****
--- 261,265 ----
%attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
%attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
+ %attr(644,root,root) %config %{_sysconfdir}/freevo/record_config.py
%doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs
***************
*** 274,277 ****
--- 278,282 ----
%preun runtime
find %{_prefix}/runtime -name "*.pyc" |xargs rm -f
+ find %{_prefix}/runtime -name "*.pyo" |xargs rm -f
%files apps
***************
*** 283,289 ****
%{_prefix}/runtime/apps/mp1e
%{_prefix}/runtime/apps/oggenc
- %defattr(-,root,root,755)
- %{_prefix}/runtime/apps/mplayer
- %{_prefix}/runtime/apps/tvtime
%endif
--- 288,291 ----
***************
*** 321,324 ****
--- 323,329 ----
%changelog
+ * Mon Aug 4 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.4 release cleanup
+
* Mon Jun 30 2003 TC Wan <[EMAIL PROTECTED]>
- 1.3.2 release cleanup
Index: freevo-src.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-src.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** freevo-src.spec 30 Jun 2003 08:11:08 -0000 1.2
--- freevo-src.spec 4 Aug 2003 07:01:27 -0000 1.3
***************
*** 5,11 ****
%define freevoname freevo
%define sourceonly yes
! %define freevover 1.3.2
%define freevorel 1
! %define runtimever 7
# Set default freevo parameters
--- 5,11 ----
%define freevoname freevo
%define sourceonly yes
! %define freevover 1.3.4
%define freevorel 1
! %define runtimever 8
# Set default freevo parameters
***************
*** 58,68 ****
Group: Applications/Multimedia
%if %{cvsrelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{_cvsdate}.tar.gz
%endif
%if %{prerelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{freevorel}.tar.gz
%endif
%if %{realrelease}
! Source: http://freevo.sourceforge.net/%{_tgzname}-%{version}.tar.gz
%endif
--- 58,68 ----
Group: Applications/Multimedia
%if %{cvsrelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{_cvsdate}.tgz
%endif
%if %{prerelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{freevorel}.tgz
%endif
%if %{realrelease}
! Source: http://freevo.sourceforge.net/%{_tgzname}-%{version}.tgz
%endif
***************
*** 73,77 ****
Patch0: %{name}-%{version}-runtime.patch
Patch1: %{name}-%{version}-Makefile.patch
- Patch2: %{name}-%{version}-mplayer_files.patch
%else
BuildRequires: %{name}-runtime >= %{runtimever}
--- 73,76 ----
***************
*** 82,92 ****
%define _cachedir /var/cache
%define _logdir /var/log
! %define _optimize 0
%description
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 nvrec to play and record video
! and audio.
%prep
--- 81,91 ----
%define _cachedir /var/cache
%define _logdir /var/log
! %define _optimize 2
%description
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 xine, mplayer, tvtime and mencoder to play
! and record video and audio.
%prep
***************
*** 104,108 ****
%patch0 -p0
%patch1 -p0
- %patch2 -p0
%else
mv runtime runtime-src
--- 103,106 ----
***************
*** 115,118 ****
--- 113,117 ----
find . -name ".cvsignore" |xargs rm -f
find . -name "*.pyc" |xargs rm -f
+ find . -name "*.pyo" |xargs rm -f
find . -name "*.py" |xargs chmod 644
***************
*** 152,163 ****
%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
! 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
it is used.
%endif
--- 151,165 ----
%description apps
This directory contains the following external applications used by Freevo:
! oggenc mpe1 lame jpegtran cdparanoia aumix
! NOTICE: Binaries of Media Player programs such as Mplayer, Xine and TVTime
! are no longer included in the Apps package.
! Please read the website at http://freevo.sourceforge.net for information on
! where you can obtain these packages.
Note: This package is not manadatory if standalone versions of the external
applications are installed, though configuration issues may be minimized if
it is used.
+
%endif
***************
*** 196,200 ****
install -m 755 freevo freevo_xwin runapp %{buildroot}%{_prefix}
! install -m 644 freevo_config.py setup_freevo.py %{buildroot}%{_prefix}
install -m 644 fbcon/fbset.db %{buildroot}%{_prefix}/fbcon
install -m 755 fbcon/vtrelease fbcon/*.sh %{buildroot}%{_prefix}/fbcon
--- 198,202 ----
install -m 755 freevo freevo_xwin runapp %{buildroot}%{_prefix}
! install -m 644 freevo_config.py %{buildroot}%{_prefix}
install -m 644 fbcon/fbset.db %{buildroot}%{_prefix}/fbcon
install -m 755 fbcon/vtrelease fbcon/*.sh %{buildroot}%{_prefix}/fbcon
***************
*** 217,224 ****
cp -av skins %{buildroot}%{_prefix}
! install -m 644 freevo.conf local_conf.py boot/boot_config
%{buildroot}%{_sysconfdir}/freevo
install -m 644 boot/URC-7201B00 %{buildroot}%{_prefix}/boot
install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 contrib/lirc/* %{buildroot}%{_prefix}/contrib/lirc
--- 219,227 ----
cp -av skins %{buildroot}%{_prefix}
! install -m 644 freevo.conf local_conf.py record_config.py boot/boot_config
%{buildroot}%{_sysconfdir}/freevo
install -m 644 boot/URC-7201B00 %{buildroot}%{_prefix}/boot
install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
+ install -m 755 contrib/*.py %{buildroot}%{_prefix}/contrib/
install -m 755 contrib/lirc/* %{buildroot}%{_prefix}/contrib/lirc
***************
*** 240,243 ****
--- 243,247 ----
rm -rf %{_logdir}/freevo
find %{_prefix} -name "*.pyc" |xargs rm -f
+ find %{_prefix} -name "*.pyo" |xargs rm -f
%files
***************
*** 250,254 ****
%{_prefix}/src
%{_prefix}/freevo_config.py
- %{_prefix}/setup_freevo.py
%defattr(644,root,root,755)
%{_prefix}/contrib
--- 254,257 ----
***************
*** 258,261 ****
--- 261,265 ----
%attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
%attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
+ %attr(644,root,root) %config %{_sysconfdir}/freevo/record_config.py
%doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs
***************
*** 274,277 ****
--- 278,282 ----
%preun runtime
find %{_prefix}/runtime -name "*.pyc" |xargs rm -f
+ find %{_prefix}/runtime -name "*.pyo" |xargs rm -f
%files apps
***************
*** 283,289 ****
%{_prefix}/runtime/apps/mp1e
%{_prefix}/runtime/apps/oggenc
- %defattr(-,root,root,755)
- %{_prefix}/runtime/apps/mplayer
- %{_prefix}/runtime/apps/tvtime
%endif
--- 288,291 ----
***************
*** 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
--- 323,332 ----
%changelog
+ * Mon Aug 4 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.4 release cleanup
+
* 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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** freevo.spec 30 Jun 2003 08:11:08 -0000 1.2
--- freevo.spec 4 Aug 2003 07:01:27 -0000 1.3
***************
*** 5,11 ****
%define freevoname freevo
%define sourceonly no
! %define freevover 1.3.2
%define freevorel 1
! %define runtimever 7
# Set default freevo parameters
--- 5,11 ----
%define freevoname freevo
%define sourceonly no
! %define freevover 1.3.4
%define freevorel 1
! %define runtimever 8
# Set default freevo parameters
***************
*** 58,68 ****
Group: Applications/Multimedia
%if %{cvsrelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{_cvsdate}.tar.gz
%endif
%if %{prerelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{freevorel}.tar.gz
%endif
%if %{realrelease}
! Source: http://freevo.sourceforge.net/%{_tgzname}-%{version}.tar.gz
%endif
--- 58,68 ----
Group: Applications/Multimedia
%if %{cvsrelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{_cvsdate}.tgz
%endif
%if %{prerelease}
! Source:
http://freevo.sourceforge.net/%{_tgzname}-%{version}-%{freevorel}.tgz
%endif
%if %{realrelease}
! Source: http://freevo.sourceforge.net/%{_tgzname}-%{version}.tgz
%endif
***************
*** 73,77 ****
Patch0: %{name}-%{version}-runtime.patch
Patch1: %{name}-%{version}-Makefile.patch
- #Patch2: %{name}-%{version}-mplayer_files.patch
%else
BuildRequires: %{name}-runtime >= %{runtimever}
--- 73,76 ----
***************
*** 82,92 ****
%define _cachedir /var/cache
%define _logdir /var/log
! %define _optimize 0
%description
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 nvrec to play and record video
! and audio.
%prep
--- 81,91 ----
%define _cachedir /var/cache
%define _logdir /var/log
! %define _optimize 2
%description
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 xine, mplayer, tvtime and mencoder to play
! and record video and audio.
%prep
***************
*** 104,108 ****
%patch0 -p0
%patch1 -p0
- #%patch2 -p0
%else
mv runtime runtime-src
--- 103,106 ----
***************
*** 115,118 ****
--- 113,117 ----
find . -name ".cvsignore" |xargs rm -f
find . -name "*.pyc" |xargs rm -f
+ find . -name "*.pyo" |xargs rm -f
find . -name "*.py" |xargs chmod 644
***************
*** 152,163 ****
%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
! 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
it is used.
%endif
--- 151,165 ----
%description apps
This directory contains the following external applications used by Freevo:
! oggenc mpe1 lame jpegtran cdparanoia aumix
! NOTICE: Binaries of Media Player programs such as Mplayer, Xine and TVTime
! are no longer included in the Apps package.
! Please read the website at http://freevo.sourceforge.net for information on
! where you can obtain these packages.
Note: This package is not manadatory if standalone versions of the external
applications are installed, though configuration issues may be minimized if
it is used.
+
%endif
***************
*** 196,200 ****
install -m 755 freevo freevo_xwin runapp %{buildroot}%{_prefix}
! install -m 644 freevo_config.py setup_freevo.py %{buildroot}%{_prefix}
install -m 644 fbcon/fbset.db %{buildroot}%{_prefix}/fbcon
install -m 755 fbcon/vtrelease fbcon/*.sh %{buildroot}%{_prefix}/fbcon
--- 198,202 ----
install -m 755 freevo freevo_xwin runapp %{buildroot}%{_prefix}
! install -m 644 freevo_config.py %{buildroot}%{_prefix}
install -m 644 fbcon/fbset.db %{buildroot}%{_prefix}/fbcon
install -m 755 fbcon/vtrelease fbcon/*.sh %{buildroot}%{_prefix}/fbcon
***************
*** 217,224 ****
cp -av skins %{buildroot}%{_prefix}
! install -m 644 freevo.conf local_conf.py boot/boot_config
%{buildroot}%{_sysconfdir}/freevo
install -m 644 boot/URC-7201B00 %{buildroot}%{_prefix}/boot
install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 contrib/lirc/* %{buildroot}%{_prefix}/contrib/lirc
--- 219,227 ----
cp -av skins %{buildroot}%{_prefix}
! install -m 644 freevo.conf local_conf.py record_config.py boot/boot_config
%{buildroot}%{_sysconfdir}/freevo
install -m 644 boot/URC-7201B00 %{buildroot}%{_prefix}/boot
install -m 755 boot/freevo %{buildroot}%{_sysconfdir}/rc.d/init.d
install -m 755 boot/freevo_dep %{buildroot}%{_sysconfdir}/rc.d/init.d
+ install -m 755 contrib/*.py %{buildroot}%{_prefix}/contrib/
install -m 755 contrib/lirc/* %{buildroot}%{_prefix}/contrib/lirc
***************
*** 240,243 ****
--- 243,247 ----
rm -rf %{_logdir}/freevo
find %{_prefix} -name "*.pyc" |xargs rm -f
+ find %{_prefix} -name "*.pyo" |xargs rm -f
%files
***************
*** 250,254 ****
%{_prefix}/src
%{_prefix}/freevo_config.py
- %{_prefix}/setup_freevo.py
%defattr(644,root,root,755)
%{_prefix}/contrib
--- 254,257 ----
***************
*** 258,261 ****
--- 261,265 ----
%attr(644,root,root) %config %{_sysconfdir}/freevo/freevo.conf
%attr(644,root,root) %config %{_sysconfdir}/freevo/local_conf.py
+ %attr(644,root,root) %config %{_sysconfdir}/freevo/record_config.py
%doc BUGS ChangeLog COPYING FAQ INSTALL README TODO Docs
***************
*** 274,277 ****
--- 278,282 ----
%preun runtime
find %{_prefix}/runtime -name "*.pyc" |xargs rm -f
+ find %{_prefix}/runtime -name "*.pyo" |xargs rm -f
%files apps
***************
*** 283,289 ****
%{_prefix}/runtime/apps/mp1e
%{_prefix}/runtime/apps/oggenc
- %defattr(-,root,root,755)
- %{_prefix}/runtime/apps/mplayer
- %{_prefix}/runtime/apps/tvtime
%endif
--- 288,291 ----
***************
*** 321,324 ****
--- 323,329 ----
%changelog
+ * Mon Aug 4 2003 TC Wan <[EMAIL PROTECTED]>
+ - 1.3.4 release cleanup
+
* Mon Jun 30 2003 TC Wan <[EMAIL PROTECTED]>
- 1.3.2 release 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/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog