[sispmctl] Initial import (#1114210).

Jiří Pírko jirka at fedoraproject.org
Mon Jun 30 12:48:32 UTC 2014


commit 3c4df42abf968aa63856555c55c605d34dd40c00
Author: Jiri Pirko <jiri at resnulli.us>
Date:   Mon Jun 30 14:47:36 2014 +0200

    Initial import (#1114210).

 .gitignore    |    1 +
 sispmctl.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6a578b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sispmctl-3.1.tar.gz
diff --git a/sispmctl.spec b/sispmctl.spec
new file mode 100644
index 0000000..977343b
--- /dev/null
+++ b/sispmctl.spec
@@ -0,0 +1,37 @@
+Name: sispmctl
+Version: 3.1
+Release: 1%{?dist}
+Summary: Control Gembird SIS-PM programmable power outlet strips
+Group: Applications/System
+License: GPLv2
+URL: http://sispmctl.sourceforge.net/
+Source: http://downloads.sourceforge.net/project/sispmctl/sispmctl/sispmctl-%{version}/sispmctl-%{version}.tar.gz
+BuildRequires: libusb-devel
+
+%description
+The sispmctl tool can control Gembird SIS-PM Silver Shield programmable
+power outlet strips (also known under the name Revolt Intelli-Plug)
+from the command line.
+
+It can be used to switch on or off any of the programmable power sockets of
+the SIS-PM via USB. It can also show the current status of each power socket,
+and it can handle multiple SIS-PM devices, too.
+
+%prep
+%setup -q
+
+%build
+%configure --enable-webless
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+
+%files
+%doc COPYING
+%{_bindir}/sispmctl
+%{_mandir}/man1/sispmctl.1*
+
+%changelog
+* Mon Jun 30 2014 Jiri Pirko <jpirko at redhat.com> - 3.1-1
+- Initial build.
diff --git a/sources b/sources
index e69de29..a696e1e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+24693cae30d77c957f34cfb2c8159661  sispmctl-3.1.tar.gz


More information about the scm-commits mailing list