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

MichaÅ Bentkowski (ecik) fedora-extras-commits at redhat.com
Sat Jul 22 14:39:08 UTC 2006


Author: ecik

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

Modified Files:
	.cvsignore sources 
Added Files:
	python-mutagen.spec 
Log Message:
auto-import python-mutagen-1.5.1-5 on branch devel from python-mutagen-1.5.1-5.src.rpm


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

Name:           python-mutagen
Version:        1.5.1
Release:        5%{?dist}
Summary:        Mutagen is a Python module to handle audio metadata
Group:          Development/Languages
License:        GPL
URL:            http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
Source0:        http://www.sacredchao.net/~piman/software/mutagen-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  python-devel
BuildArch:      noarch

%description
Mutagen is a Python module to handle audio metadata. It supports
reading ID3 (all versions), APEv2, FLAC, and Ogg Vorbis/FLAC/Theora.
It can write ID3v1.1, ID3v2.4, APEv2, FLAC, and Ogg Vorbis/FLAC/Theora
comments. It can also read MPEG audio and Xing headers, FLAC stream
info blocks, and Ogg Vorbis/FLAC/Theora stream headers. Finally, it
includes a module to handle generic Ogg bitstreams.

%prep
%setup -q -n mutagen-%{version}
sed -e 1d -e 2d -i mutagen/__init__.py 

%build
%{__python} setup.py build
mv TUTORIAL TUTORIAL.old
cat TUTORIAL.old | tr -d "\r" > TUTORIAL
rm -rf TUTORIAL.old

%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 COPYING NEWS README TUTORIAL
%{_bindir}/*
%{_mandir}/man*/*gz
%dir %{python_sitelib}/mutagen
%{python_sitelib}/mutagen/*.py
%{python_sitelib}/mutagen/*.pyc
%ghost %{python_sitelib}/mutagen/*.pyo

%changelog
* Fri Jul 21 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-5
- Some fixes in preable.
- Change name from mutagen to python-mutagen.
- Delete CFLAGS declaration.

* Thu Jul 20 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-4
- Add BuildArch: noarch to preamble.

* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-3
- Remove python-abi dependency.
- Prep section deletes first two lines in __init__.py file due to rpmlint error.

* Sat Jul 15 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-2
- Clean at files section.
- Fix charset in TUTORIAL file.

* Fri Jul 14 2006 Michał Bentkowski <mr.ecik at gmail.com> - 1.5.1-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-mutagen/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jul 2006 14:36:46 -0000	1.1
+++ .cvsignore	22 Jul 2006 14:39:08 -0000	1.2
@@ -0,0 +1 @@
+mutagen-1.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-mutagen/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jul 2006 14:36:46 -0000	1.1
+++ sources	22 Jul 2006 14:39:08 -0000	1.2
@@ -0,0 +1 @@
+9ce5d5f14e02f2eabd919d6bdaebadbc  mutagen-1.5.1.tar.gz




More information about the fedora-extras-commits mailing list