]> git.pld-linux.org Git - SPECS.git/blob - lmctl.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / lmctl.spec
1 Summary:        lmctl - configuration tool for Logitech USB Mice
2 Summary(pl.UTF-8):      lmctl - narzędzie konfiguracyjne dla myszy USB Logitech
3 Name:           lmctl
4 Version:        0.3.2
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.bedroomlan.org/~alexios/files/SOFTWARE/lmctl/%{name}_%{version}.tar.gz
9 # Source0-md5:  c2acb088c95adeac68b6de8f05ddc0e4
10 URL:            http://www.bedroomlan.org/~alexios/coding_lmctl.html
11 BuildRequires:  libusb-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 lmctl can enable and disable the special features on recent Logitech
16 mice (if they're connected to a USB port). Features like wireless
17 status reporting, battery charge indication, resolution and
18 SmartScroll can be controlled this way.
19
20 %description -l pl.UTF-8
21 lmctl potrafi włączać i wyłączać specjalne możliwości nowych myszy
22 Logitech (jeśli są podłączone do portu USB). Można w ten sposób
23 sterować możliwościami takimi jak bezprzewodowe zgłaszanie stanu,
24 wskaźnik ładowania baterii, rozdzielczość czy SmartScroll.
25
26 %prep
27 %setup -q -n %{name}-0.3.1
28
29 %build
30 %configure
31 %{__make} \
32         CFLAGS="%{rpmcflags} -D__USE_GNU"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS README debian/changelog
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/lmctl*
This page took 0.811513 seconds and 3 git commands to generate.