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

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Thu Oct 18 06:48:11 UTC 2007


Author: andriy

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

Modified Files:
	sources 
Added Files:
	python-minihallib.spec 
Log Message:
Initial injection (#333871)


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

Name:           python-minihallib
Version:        0.1.8
Release:        2%{?dist}
Summary:        Library to handle HAL devices and events

Group:          Development/Languages
License:        GPLv2+ or AFL
URL:            http://www.smile.org.ua/trac/minihallib
Source0:        http://pypi.python.org/packages/source/m/minihallib/minihallib-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
%if 0%{?fedora} >= 8
BuildRequires:  python-setuptools-devel
%else
BuildRequires:  python-setuptools
%endif

Requires:       dbus-python >= 0.62
Requires:       dbus-glib >= 0.62
Requires:       hal >= 0.5.6


%description
Python threaded library to handle HAL devices and their events.

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

# Don't push executable files into documentation
chmod a-x examples/*


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT 


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%doc examples
%{python_sitelib}/*


%changelog
* Wed Oct 17 2007 Andy Shevchenko <andy at smile.org.ua> 0.1.8-2
- remove duplicates at the files section

* Tue Oct 16 2007 Andy Shevchenko <andy at smile.org.ua> 0.1.8-1
- update to the last release

* Tue Oct 16 2007 Andy Shevchenko <andy at smile.org.ua> 0.1.7-2
- don't use CFLAGS
- fix this file according to the Python Eggs Guidelines
  (http://fedoraproject.org/wiki/Packaging/Python/Eggs)

* Tue Oct 16 2007 Andy Shevchenko <andy at smile.org.ua> 0.1.7-1
- update to the last release
- add examples to the documentation

* Wed Oct 03 2007 Andy Shevchenko <andy at smile.org.ua> 0.1.6-1
- update to the last release
- fix Source tag

* Tue Oct 02 2007 Andy Shevchenko <andy at smile.org.ua>
- fix License tag according to last Fedora guidelines

* Mon Sep 10 2007 Andy Shevchenko <andy at smile.org.ua>
- initial build



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-minihallib/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Oct 2007 16:32:45 -0000	1.1
+++ sources	18 Oct 2007 06:47:38 -0000	1.2
@@ -0,0 +1 @@
+815cf1a0c7d289f6f9bafc504066a308  minihallib-0.1.8.tar.gz




More information about the fedora-extras-commits mailing list