[packages/linuxconsoletools] - updated to 1.4.5 - pl, verbose files

qboosh qboosh at pld-linux.org
Sat Mar 2 21:53:43 CET 2013


commit 4aa14b93510060be6bc365e58f1e53d67b2a09f3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 2 21:53:32 2013 +0100

    - updated to 1.4.5
    - pl, verbose files

 linuxconsoletools.spec | 43 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 35 insertions(+), 8 deletions(-)
---
diff --git a/linuxconsoletools.spec b/linuxconsoletools.spec
index d8b5e46..cf9d045 100644
--- a/linuxconsoletools.spec
+++ b/linuxconsoletools.spec
@@ -1,11 +1,12 @@
 Summary:	Tools for connecting joysticks & legacy devices to the kernel's input subsystem
+Summary(pl.UTF-8):	Narzędzia podłączające joysticki i tradycyjne urządzenia do podsystemu wejścia jądra
 Name:		linuxconsoletools
-Version:	1.4.4
+Version:	1.4.5
 Release:	1
 License:	GPL v2+
-Group:		Applications
+Group:		Applications/System
 Source0:	http://downloads.sourceforge.net/linuxconsole/%{name}-%{version}.tar.bz2
-# Source0-md5:	4ae531759fb7b2315db941a0bea52884
+# Source0-md5:	3a024ce6e6911ef973dccf0c5dc8407c
 Patch0:		%{name}-awk.patch
 Patch1:		%{name}-wacom.patch
 URL:		http://sourceforge.net/projects/linuxconsole/
@@ -21,13 +22,24 @@ connecting legacy devices to the kernel's input subsystem (providing
 support for serial mice, touchscreens etc.), and test the input event
 layer.
 
+%description -l pl.UTF-8
+Ten pakiet zawiera narzędzia pozwalające na testowanie oraz
+konfigurowanie joysticków, dołączanie tradycyjnych urządzeń do
+podsystemu wejścia jądra (zapewniając obsługę szeregowych myszy,
+ekranów dotykowych itp.) oraz testowanie warstwy zdarzeń wejściowych.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 
 %build
-%{__make}
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -Wall" \
+	CPPFLAGS="%{rpmcppflags}" \
+	LDFLAGS="%{rpmldflags}" \
+	PREFIX=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,9 +52,24 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING README NEWS
+%doc NEWS README
+%attr(755,root,root) %{_bindir}/ffcfstress
+%attr(755,root,root) %{_bindir}/ffmvforce
+%attr(755,root,root) %{_bindir}/ffset
+%attr(755,root,root) %{_bindir}/fftest
+%attr(755,root,root) %{_bindir}/inputattach
+%attr(755,root,root) %{_bindir}/jscal
+%attr(755,root,root) %{_bindir}/jscal-restore
+%attr(755,root,root) %{_bindir}/jscal-store
+%attr(755,root,root) %{_bindir}/jstest
 %dir %{_datadir}/joystick
-%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_datadir}/joystick/*
-%{_mandir}/man1/*
-
+%{_mandir}/man1/ffcfstress.1*
+%{_mandir}/man1/ffmvforce.1*
+%{_mandir}/man1/ffset.1*
+%{_mandir}/man1/fftest.1*
+%{_mandir}/man1/inputattach.1*
+%{_mandir}/man1/jscal.1*
+%{_mandir}/man1/jscal-restore.1*
+%{_mandir}/man1/jscal-store.1*
+%{_mandir}/man1/jstest.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/linuxconsoletools.git/commitdiff/4aa14b93510060be6bc365e58f1e53d67b2a09f3



More information about the pld-cvs-commit mailing list