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

Will Woods (wwoods) fedora-extras-commits at redhat.com
Fri Jan 5 21:09:28 UTC 2007


Author: wwoods

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

Modified Files:
	.cvsignore sources 
Added Files:
	pybluez.spec 
Log Message:
auto-import pybluez-0.9.1-3 on branch devel from pybluez-0.9.1-3.src.rpm


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

Name:           pybluez
Version:        0.9.1
Release:        3%{?dist}
Summary:        Python API for the BlueZ bluetooth stack 

Group:          Development/Languages
License:        GPL
URL:            http://org.csail.mit.edu/pybluez
Source0:        http://org.csail.mit.edu/pybluez/release/pybluez-src-0.9.1.tar.gz    
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
                   
BuildRequires:      python-devel bluez-libs-devel
                   
%description
PyBluez is an effort to create python wrappers around system Bluetooth
resources to allow Python developers to easily and quickly create Bluetooth
applications.

%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
doc/gendoc


%install
rm -rf $RPM_BUILD_ROOT
# This file shouldn't be executable - it's going into %doc
chmod a-x examples/bluezchat/bluezchat.py
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/*.html README CHANGELOG COPYING examples
%{python_sitearch}/*

%changelog
* Fri Dec 29 2006 - Will Woods <wwoods at redhat.com> - 0.9.1-3
- Clean up spec file some more after further comments in bug #218678

* Fri Dec 15 2006 - Will Woods <wwoods at redhat.com> - 0.9.1-2
- Clean up spec file according to comments in bug #218678

* Wed Dec 6 2006 - Will Woods <wwoods at redhat.com> - 0.9.1-1
- Initial packaging attempt.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pybluez/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Jan 2007 21:08:48 -0000	1.1
+++ .cvsignore	5 Jan 2007 21:08:58 -0000	1.2
@@ -0,0 +1 @@
+pybluez-src-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pybluez/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Jan 2007 21:08:48 -0000	1.1
+++ sources	5 Jan 2007 21:08:58 -0000	1.2
@@ -0,0 +1 @@
+3e7e951ea4e8433f3b80ef8c14d99c28  pybluez-src-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list