rpms/python-hwdata/devel import.log, NONE, 1.1 python-hwdata.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Thu Apr 29 07:51:01 UTC 2010


Author: msuchy

Update of /cvs/pkgs/rpms/python-hwdata/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5960/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-hwdata.spec 
Log Message:
Initial import of python-hwdata to devel branch.



--- NEW FILE import.log ---
python-hwdata-1_2-1_el6:HEAD:python-hwdata-1.2-1.el6.src.rpm:1272527418


--- NEW FILE python-hwdata.spec ---
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif

Name:		python-hwdata
Version:	1.2
Release:	1%{?dist}
Summary:	Python bindings to hwdata package
BuildArch:  noarch
Group:		Development/Libraries
License:	GPLv2
URL:		https://fedorahosted.org/spacewalk
Source0:	https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: python-devel
Requires:	hwdata

%description
Provide python interface to database stored in hwdata package.
It allows you to get human readable description of USB and PCI devices.

%prep
%setup -q


%build
#nothing to do here

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{python_sitelib}
install -p -m 644 hwdata.py $RPM_BUILD_ROOT/%{python_sitelib}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE example.py
%doc html
%{python_sitelib}/*


%changelog
* Mon Apr 26 2010 Miroslav Suchý <msuchy at redhat.com> 1.2-1
- 585138 - change %%files section and patial support for python3

* Fri Apr 23 2010 Miroslav Suchý <msuchy at redhat.com> 1.1-1
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-hwdata/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Apr 2010 02:17:00 -0000	1.1
+++ .cvsignore	29 Apr 2010 07:51:01 -0000	1.2
@@ -0,0 +1 @@
+python-hwdata-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-hwdata/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Apr 2010 02:17:01 -0000	1.1
+++ sources	29 Apr 2010 07:51:01 -0000	1.2
@@ -0,0 +1 @@
+54859c631716a32ef2e028bdba6be644  python-hwdata-1.2.tar.gz



More information about the scm-commits mailing list