[nxtrc/f12/master] Initial import (#620898).

dwrobel dwrobel at fedoraproject.org
Wed Sep 22 20:52:32 UTC 2010


commit 3d6e477a099266e15159ebcc48f3488f5844da3b
Author: Damian Wrobel <dwrobel at ertelnet.rybnik.pl>
Date:   Wed Sep 22 22:52:25 2010 +0200

    Initial import (#620898).

 nxtrc.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)
---
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.


More information about the scm-commits mailing list