[lmiwbem/f19] initial import

Peter Hatina phatina at fedoraproject.org
Thu Jan 30 14:53:46 UTC 2014


commit 14ffc1c7f9f83eea8b285f340c03392fadd23a2f
Author: Peter Hatina <phatina at redhat.com>
Date:   Thu Jan 30 15:28:13 2014 +0100

    initial import

 .gitignore   |    1 +
 lmiwbem.spec |   39 +++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..09d70e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/lmiwbem-0.1.0.tar.gz
diff --git a/lmiwbem.spec b/lmiwbem.spec
new file mode 100644
index 0000000..ea52e9b
--- /dev/null
+++ b/lmiwbem.spec
@@ -0,0 +1,39 @@
+Name:           lmiwbem
+Version:        0.1.0
+Release:        1%{?dist}
+Summary:        Python WBEM Client
+License:        LGPLv2+
+URL:            https://github.com/phatina/lmiwbem
+Source0:        https://github.com/phatina/lmiwbem/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  python2-devel
+BuildRequires:  boost-devel > 1.50.0
+BuildRequires:  boost-python >= 1.50.0
+BuildRequires:  tog-pegasus-devel >= 2.12.0
+BuildRequires:  tog-pegasus-libs >= 2.12.0
+Requires:       boost-python > 1.50.0
+
+%description
+%{name} is a Python library, which performs CIM operations using CIM-XML
+protocol. The library tries to mimic PyWBEM.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make DESTDIR=%{buildroot} install
+find %{buildroot} -name '*.la' | xargs rm -f
+
+%files
+%doc COPYING README.md
+%{python_sitearch}/lmiwbem/
+
+%changelog
+* Wed Jan 29 2014 Peter Hatina <phatina at redhat.com> - 0.1.0-1
+- initial import
diff --git a/sources b/sources
index e69de29..956620f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8754e5e0f3d7d31e6072f39471c02f13  lmiwbem-0.1.0.tar.gz


More information about the scm-commits mailing list