rpms/pytagger/F-9 import.log, NONE, 1.1 pytagger.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Sun Dec 14 23:42:21 UTC 2008


Author: oget

Update of /cvs/pkgs/rpms/pytagger/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7989/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pytagger.spec 
Log Message:
* Mon Nov 24 2008 Orcan Ogetbil <orcanbahri at yahoo.com> 0.5-1
- Initial RPM release.



--- NEW FILE import.log ---
pytagger-0_5-1_fc9:F-9:pytagger-0.5-1.fc9.src.rpm:1229298083


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

Name:           pytagger
Version:        0.5
Release:        1%{?dist}
Summary:        ID3 Tag Reader and Writer Library for Python
Group:          Development/Libraries
License:        BSD
URL:            http://www.liquidx.net/pytagger/
Source0:        http://media.liquidx.net/static/pytagger/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  python-setuptools-devel

%description
pytagger is a ID3 tag reader and writer implemented purely in Python.
It supports all the current ID3 tag implementations including ID3v1,
ID3v1.1, ID3v2.2, ID3v2.3 and ID3v2.4. 

%prep
%setup -q

%build
CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build

%install
%{__rm} -rf %{buildroot}
%{__python} -c 'import setuptools; execfile("setup.py")' install \
            --skip-build --root %{buildroot}

# This script needs some files that are neither in the tarball nor
# in the system, hence we remove it from the package:
%{__rm} -rf %{buildroot}/%{_bindir}/apic.py*
 
%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README COPYING ChangeLog html
%{python_sitelib}/*.egg-info
%{python_sitelib}/tagger
%{_bindir}/mp3check.py
%exclude %{_bindir}/mp3check.pyc
%exclude %{_bindir}/mp3check.pyo

%changelog
* Mon Nov 24 2008 Orcan Ogetbil <orcanbahri at yahoo.com> 0.5-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pytagger/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 04:45:58 -0000	1.1
+++ .cvsignore	14 Dec 2008 23:41:51 -0000	1.2
@@ -0,0 +1 @@
+pytagger-0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pytagger/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 04:45:58 -0000	1.1
+++ sources	14 Dec 2008 23:41:51 -0000	1.2
@@ -0,0 +1 @@
+0af47e825f510204d839cb190743ad40  pytagger-0.5.tar.bz2




More information about the fedora-extras-commits mailing list