[nxtrc] Initial import (#620898).

dwrobel dwrobel at fedoraproject.org
Wed Sep 22 20:08:56 UTC 2010


commit 09d2924d682205688b95ccaf6b2166f3de7f316b
Author: Damian Wrobel <dwrobel at ertelnet.rybnik.pl>
Date:   Wed Sep 22 22:08:55 2010 +0200

    Initial import (#620898).

 .gitignore |    1 +
 nxtrc.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fd043ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nxtrc-2.3.tar.gz
diff --git a/nxtrc.spec b/nxtrc.spec
new file mode 100644
index 0000000..bcdb86f
--- /dev/null
+++ b/nxtrc.spec
@@ -0,0 +1,56 @@
+Summary: Program to interact with LEGO NXT via BlueTooth
+Name: nxtrc
+Version: 2.3
+Release: 3%{?dist}
+License: GPLv2
+Group: Development/Tools
+Source0: http://www.scienzaludica.it/files/%{name}-%{version}.tar.gz
+URL: http://www.scienzaludica.it/index.php?page=88
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: pkgconfig
+BuildRequires: bluez-libs-devel
+
+
+%description
+nxtrc (NXT  Remote  Command) is a small program that allows to send various
+commands to a LEGO Mindstorm NXT Brick. It uses the Bluetooth protocol
+through the Bluez libraries.
+
+
+%prep
+%setup -q
+sed -i 's#^\."\ #.\\"\ #' nxtrc.1 #just correct the invalid prefix
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-, root, root, -)
+%doc COPYING Readme.txt
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+
+%changelog
+* Tue Sep 21 2010 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 2.3-3
+- Update to the latest tarball.
+
+* Tue Sep 14 2010 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 2.3-2
+- Summary cleanup.
+- Auto-dependency packages removed.
+- Man page corrected.
+- Readme.txt added.
+
+* Fri Jul 30 2010 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 2.3-1
+- Initial RPM release.
diff --git a/sources b/sources
index e69de29..a3cccb2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d4be8bafe65e6336363a515ed5199ccc  nxtrc-2.3.tar.gz


More information about the scm-commits mailing list