rpms/python-shout/F-8 python-shout.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier LAMIEN (laxathom) fedora-extras-commits at redhat.com
Mon Jun 2 10:08:03 UTC 2008


Author: laxathom

Update of /cvs/pkgs/rpms/python-shout/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10445/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	python-shout.spec 
Log Message:
Import python-shout sources


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

Name:           python-shout
Version:        0.2
Release:        1%{?dist}
Summary:        Python bindings for libshout 2

Group:          Development/Languages
License:        LGPLv2+
URL:            http://icecast.org
Source0:        http://downloads.us.xiph.org/releases/libshout/%{bname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel, libshout-devel

%description
%{name} allows you to act as a source for icecast 1 and 2, and
shoutcast. This module includes inline documentation, or see
the included example.py for a demonstration of its usage.


%prep
%setup -q -n %{bname}-%{version}


%build
CFLAGS="$RPM_OPT_FLAGS" %{__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 COPYING PKG-INFO README
%{python_sitearch}/*.so
%{python_sitearch}/shout_python-%{version}-py2.5.egg-info


%changelog
* Thu May 06 2008 Xavier Lamien <lxtnow[at]gmail.com> - 0.2-1
- Initial RPM Release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-shout/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2008 19:50:02 -0000	1.1
+++ .cvsignore	2 Jun 2008 10:07:13 -0000	1.2
@@ -0,0 +1 @@
+shout-python-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-shout/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2008 19:50:02 -0000	1.1
+++ sources	2 Jun 2008 10:07:14 -0000	1.2
@@ -0,0 +1 @@
+80bec97a1462c2d2a9282ba8a7c18336  shout-python-0.2.tar.gz




More information about the fedora-extras-commits mailing list