SPECS: kkeyled.spec (NEW) - init

czarny czarny at pld-linux.org
Tue Mar 7 23:30:00 CET 2006


Author: czarny                       Date: Tue Mar  7 22:30:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: SPECS/kkeyled.spec
diff -u /dev/null SPECS/kkeyled.spec:1.1
--- /dev/null	Tue Mar  7 23:30:00 2006
+++ SPECS/kkeyled.spec	Tue Mar  7 23:29:55 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - BRs
+# - Rs
+#
+Summary:	Displays the status of the keyboard leds
+Summary(pl):	Wyświetla status diod klawiatury.
+Name:		kkeyled
+Version:	0.8.11
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+URL:		http://www.truesoft.ch/dieter/index.html
+Source0:	http://www.truesoft.ch/dieter/kkeyled/software/%{name}-%{version}.tar.gz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A little program wich helps you to watch your display leds for the numlock,
+scrollock and the capslock keys.
+
+%description -l pl
+Mały programik, który pomaga Ci w obserwowaniu diod klawiatury dla klawiszy numlock,
+scrollock i capslock.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install-strip \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/kkeyled
+%{_datadir}/*
+
+%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  2006/03/07 22:29:55  czarny
+- init
+
================================================================


More information about the pld-cvs-commit mailing list