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

Modified Files:
        freevo-core-suite.spec freevo-recording-suite.spec 
        python-fchksum.spec 
Added Files:
        CDDB.spec 
Log Message:
Updated supporting module SPEC files, added new dependencies to core and recording 
metapackages


--- NEW FILE: CDDB.spec ---
%define pyver %(python -c 'import sys; print sys.version[:3]')

Summary: Python modules for fetching information on audio CDs from CDDB
Name: CDDB
Version: 1.4
Release: 1_freevo
Source0: %{name}-%{version}.tar.gz
Copyright: GPL
Group: Development/Libraries
URL: http://sourceforge.net/projects/cddb-py/
BuildRoot: %{_tmppath}/%{name}-buildroot

%description
The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C
module cdrommodule.so, provide an easy way for Python programs to
fetch information on audio CDs from CDDB (http://www.cddb.com/) -- a
very large online database of track listings and other information on
audio CDs.  UNIX platforms and Windows are both supported.


%prep
%setup 

%build
env CFLAGS="$RPM_OPT_FLAGS" python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES

cat >>INSTALLED_FILES <<EOF
%doc README COPYING CHANGES cddb-info.py
EOF


%clean
rm -rf $RPM_BUILD_ROOT

%files -f INSTALLED_FILES
%defattr(-,root,root)

%changelog
* Wed Sep 17 2003 TC Wan <[EMAIL PROTECTED]>
- Initial SPEC file for python site-packages installation

Index: freevo-core-suite.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-core-suite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** freevo-core-suite.spec      17 Sep 2003 09:15:28 -0000      1.2
--- freevo-core-suite.spec      18 Sep 2003 08:54:32 -0000      1.3
***************
*** 15,18 ****
--- 15,19 ----
  Requires: mmpython, python-fchksum, python-mx-base >= 2.0.4, 
  Requires: aumix >= 2.8, libjpeg >= 6b, libexif >= 0.5.10
+ Requires: CDDB
  Requires: %{freevoname}
  
***************
*** 37,40 ****
--- 38,44 ----
  
  %changelog
+ * Thu Sep 18 2003 TC Wan <[EMAIL PROTECTED]>
+ - Added CDDB dependency
+ 
  * Wed Sep 17 2003 TC Wan <[EMAIL PROTECTED]>
  - Initial SPEC file for RH 9

Index: freevo-recording-suite.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/freevo-recording-suite.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** freevo-recording-suite.spec 17 Sep 2003 09:15:28 -0000      1.1
--- freevo-recording-suite.spec 18 Sep 2003 08:54:32 -0000      1.2
***************
*** 14,17 ****
--- 14,18 ----
  Requires: vorbis-tools, libvorbis, lame, cdparanoia
  Requires: mp1e >= 1.9.3
+ Requires: pyogg, pyao, pyvorbis
  #Requires: ffmpeg >= 0.4.7
  Requires: %{freevoname}
***************
*** 37,40 ****
--- 38,44 ----
  
  %changelog
+ * Thu Sep 18 2003 TC Wan <[EMAIL PROTECTED]>
+ - Added pyao, pyogg, pyvorbis dependencies
+ 
  * Wed Sep 17 2003 TC Wan <[EMAIL PROTECTED]>
  - Initial SPEC file for RH 9

Index: python-fchksum.spec
===================================================================
RCS file: /cvsroot/freevo/freevo/contrib/rpm/python-fchksum.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** python-fchksum.spec 17 Sep 2003 09:15:28 -0000      1.1
--- python-fchksum.spec 18 Sep 2003 08:54:32 -0000      1.2
***************
*** 33,36 ****
--- 33,37 ----
  
  %install
+ rm -rf $RPM_BUILD_ROOT
  python setup.py install --no-compile --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to