rpms/python-alsa/F-7 python-alsa.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Sun Oct 14 08:51:17 UTC 2007


Author: andriy

Update of /cvs/extras/rpms/python-alsa/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1227

Modified Files:
	.cvsignore sources 
Added Files:
	python-alsa.spec 
Log Message:
Initial rebuild for Fedora 7


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

%define rcver       %{nil}
%define rcver_dot   %{nil}

Summary:	Python binding for the ALSA library
Name:		python-alsa
Version:	1.0.14
Release:	1%{?rcver_dot}%{?dist}
License:	LGPLv2+
Group:		Development/Languages
Source0:	ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-%{version}%{?rcver}.tar.bz2
URL:		http://www.alsa-project.org/
BuildRequires:	alsa-lib-devel >= %{version}
BuildRequires:	python-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Python binding for the ALSA library.

%prep
%setup -q -n pyalsa-%{version}%{?rcver}

# The test subdirectory will be put to documentation part. Due to this
# drop the execute permissions.
chmod a-x test/*.py

%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 test
%{python_sitearch}/pyalsa/

%changelog
* Sun Oct 14 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.14-1
- initial rebuild for Fedora 7

* Fri Oct 12 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.15-0.3.rc2
- don't put executable files to the documentation

* Thu Oct 11 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.15-0.2.rc2
- prepare to include to the Fedora
  (https://bugzilla.redhat.com/show_bug.cgi?id=327351)

* Wed Oct 10 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.15-0.1.rc2
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-alsa/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Oct 2007 17:27:18 -0000	1.1
+++ .cvsignore	14 Oct 2007 08:50:45 -0000	1.2
@@ -0,0 +1 @@
+pyalsa-1.0.14.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-alsa/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Oct 2007 17:27:18 -0000	1.1
+++ sources	14 Oct 2007 08:50:45 -0000	1.2
@@ -0,0 +1 @@
+cc9460605d6af59dbb494ddd3235763f  pyalsa-1.0.14.tar.bz2




More information about the fedora-extras-commits mailing list