rpms/pyxmms/devel pyxmms.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Tue Jun 20 07:15:37 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/pyxmms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1225/devel

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


--- NEW FILE pyxmms.spec ---
%define python_includedir %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_inc()')
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')

Name: pyxmms
Summary: Python Interface to XMMS
Version: 2.06
Release: 1%{?dist}
License: GPL
Group: Development/Libraries
URL: http://www.via.ecp.fr/~flo/
Source: http://people.via.ecp.fr/~flo/2002/PyXMMS/dist/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python, glib-devel, python-devel, xmms-devel
Requires: python

%description
A python (Python) interface to xmms (XMMS) consisting of all the
xmms_remote_* functions from libxmms plus some higher-level functions.
This should provide anything needed to control XMMS from an external
program.

%prep
%setup -n %{name}-%{version}
%{__rm} setup.cfg

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

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING README
/%{python_sitearch}/xmms/

%changelog
* Sun Jun 11 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.06-1
- Initial import for FE
- Modified spec file from dries

* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 2.04-1.2
- Rebuild for Fedora Core 5.

* Sun May 08 2005 Dag Wieers <dag at wieers.com> - 2.0.4-1
- Initial package. (using DAR)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyxmms/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jun 2006 07:14:50 -0000	1.1
+++ .cvsignore	20 Jun 2006 07:15:37 -0000	1.2
@@ -0,0 +1 @@
+pyxmms-2.06.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyxmms/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jun 2006 07:14:50 -0000	1.1
+++ sources	20 Jun 2006 07:15:37 -0000	1.2
@@ -0,0 +1 @@
+4c49fe60326874e90cc0bf75a10f63d7  pyxmms-2.06.tar.bz2




More information about the fedora-extras-commits mailing list