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

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Aug 28 20:16:39 UTC 2006


Author: scop

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-id3.spec 
Log Message:
auto-import python-id3-1.2-8 on branch devel from python-id3-1.2-8.src.rpm
Rename id3-py to python-id3.


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

Name:           python-id3
Version:        1.2
Release:        8%{?dist}
Summary:        ID3 tag library for Python

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

BuildArch:      noarch
BuildRequires:  python
Provides:       id3-py = %{version}-%{release}
Obsoletes:      id3-py < 1.2-8

%description
This is a simple Python module for retrieving and setting so-called
ID3 tags on audio files through an object-oriented interface.  Players
generally use this simple information for display track title, artist
name, and album title while playing the sound file.


%prep
%setup -q -n id3-py-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README
%{python_sitelib}/ID3.py*


%changelog
* Thu Aug 10 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.2-8
- Rename to python-id3.
- Remove no longer needed python-abi dependency.
- BuildRequire python instead of -devel.
- Ship *.pyo.

* Wed Mar 30 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2-7
- Rebuild with Python 2.4.

* Thu Dec 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-6
- Sync with Python spec template from fedora-rpmdevtools.
- Improve description.

* Wed Oct 15 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.5
- Fix Python version requirements.

* Sun Aug 24 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.4
- Do %%ghost files manually.

* Mon Jul 28 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.3
- Use fedora-rpm-helper to find compiled %%ghost files.

* Sat Jul 26 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.2
- Use --root $RPM_BUILD_ROOT instead of --prefix $RPM_BUILD_ROOT%%{_prefix}.

* Fri Jun 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-id3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Aug 2006 20:16:05 -0000	1.1
+++ .cvsignore	28 Aug 2006 20:16:39 -0000	1.2
@@ -0,0 +1 @@
+id3-py_1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-id3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Aug 2006 20:16:05 -0000	1.1
+++ sources	28 Aug 2006 20:16:39 -0000	1.2
@@ -0,0 +1 @@
+de0bd6053dda674967dacb6492a90c69  id3-py_1.2.tar.gz




More information about the fedora-extras-commits mailing list