SPECS: lmctl.spec (NEW) - new

charles charles at pld-linux.org
Tue Dec 6 00:21:39 CET 2005


Author: charles                      Date: Mon Dec  5 23:21:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   lmctl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/lmctl.spec
diff -u /dev/null SPECS/lmctl.spec:1.1
--- /dev/null	Tue Dec  6 00:21:39 2005
+++ SPECS/lmctl.spec	Tue Dec  6 00:21:32 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	lmctl - configuration tool for Logitech USB Mice
+Name:		lmctl
+Version:	0.3.2
+Release:	0.1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/%{name}_%{version}.tar.gz
+# Source0-md5:	c2acb088c95adeac68b6de8f05ddc0e4
+URL:		http://bedroomlan.dyndns.org/~alexios/coding_lmctl.html
+BuildRequires:	libusb-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+lmctl can enable and disable the special features on recent Logitech
+mice (if they're connected to a USB port). Features like wireless status
+reporting, battery charge indication, resolution and SmartScroll can
+be controlled this way.
+
+%prep
+%setup -q -n %{name}-0.3.1
+
+%build
+%configure
+%{__make} \
+	CFLAGS="%{rpmcflags} -D__USE_GNU"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README debian/changelog
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/lmctl*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/12/05 23:21:32  charles
+- new
+
+
+
================================================================



More information about the pld-cvs-commit mailing list