rpms/python-CDDB/devel python-CDDB.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Dec 12 18:00:51 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/python-CDDB/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28884/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-CDDB.spec 
Log Message:
auto-import python-CDDB-1.4-1 on branch devel from python-CDDB-1.4-1.src.rpm


--- NEW FILE python-CDDB.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           python-CDDB
Version:        1.4
Release:        1%{?dist}
Summary:        CDDB and FreeDB audio CD track info access in Python

Group:          Development/Languages
License:        GPL
URL:            http://cddb-py.sourceforge.net/
Source0:        http://dl.sourceforge.net/sourceforge/cddb-py/CDDB-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel

%description
This is actually a set of three modules to access the CDDB and FreeDB
online databases of audio CD track titles and information. It includes
a C extension module to fetch track lengths under Linux, FreeBSD,
OpenBSD, Mac OS X, Solaris, and Win32, which is easily ported to other
operating systems.

%prep
%setup -q -n CDDB-%{version}
%{__sed} -e '/^#!/,1d' < CDDB.py > CDDB.py.tmp
mv CDDB.py.tmp CDDB.py
%{__sed} -e '/^#!/,1d' < DiscID.py > DiscID.py.tmp
mv DiscID.py.tmp DiscID.py

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README
%{python_sitearch}/*

%changelog
* Mon Dec 11 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-CDDB/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Dec 2006 17:59:57 -0000	1.1
+++ .cvsignore	12 Dec 2006 18:00:21 -0000	1.2
@@ -0,0 +1 @@
+CDDB-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-CDDB/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Dec 2006 17:59:57 -0000	1.1
+++ sources	12 Dec 2006 18:00:21 -0000	1.2
@@ -0,0 +1 @@
+254698082bafe3030d07d88fb7e13fe2  CDDB-1.4.tar.gz




More information about the scm-commits mailing list