SPECS: tleds.spec - use general X11 name instead of XFree86 - stri...

qboosh qboosh at pld-linux.org
Sat Nov 3 18:23:32 CET 2007


Author: qboosh                       Date: Sat Nov  3 17:23:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use general X11 name instead of XFree86
- strict internal dep

---- Files affected:
SPECS:
   tleds.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/tleds.spec
diff -u SPECS/tleds.spec:1.22 SPECS/tleds.spec:1.23
--- SPECS/tleds.spec:1.22	Sat Nov  3 18:11:41 2007
+++ SPECS/tleds.spec	Sat Nov  3 18:23:27 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	Show network activity using keyboard leds
-Summary(pl.UTF-8):	Pokazuje aktywność sieci używając diod na klawiaturze
+Summary(pl.UTF-8):	Pokazywanie aktywności sieci przy użyciu diod na klawiaturze
 Name:		tleds
 Version:	1.05b
 Release:	5
@@ -25,10 +25,10 @@
 interfejsie sieciowym.
 
 %package -n xtleds
-Summary:	Show network activity using keyboard leds (XFree86 version)
-Summary(pl.UTF-8):	Pokazuje aktywność sieci używając diod na klawiaturze (wersja dla XFree86)
+Summary:	Show network activity using keyboard leds (X11 version)
+Summary(pl.UTF-8):	Pokazywanie aktywności sieci przy użyciu diod na klawiaturze (wersja dla X11)
 Group:		X11/Applications
-Requires:	%{name}
+Requires:	%{name} = %{version}-%{release}
 
 %description -n xtleds
 xtleds is a program which blinks keyboard LEDs (Light Emitting Diode)
@@ -45,7 +45,8 @@
 %patch0 -p1
 
 %build
-%{__make} GCCOPTS="%{rpmcflags} %{rpmldflags} -DKERNEL2_1"
+%{__make} \
+	GCCOPTS="%{rpmcflags} %{rpmldflags} -DKERNEL2_1"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -86,17 +87,16 @@
 fi
 EOF
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README Changes
 %attr(755,root,root) %{_bindir}/tleds
 %attr(755,root,root) /etc/sysconfig/interfaces/down.d/ppp/tleds
 %attr(755,root,root) /etc/sysconfig/interfaces/up.d/ppp/tleds
-%{_mandir}/man*/*
-%doc README Changes
+%{_mandir}/man1/tleds.1*
 
 %files -n xtleds
 %defattr(644,root,root,755)
@@ -108,6 +108,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2007/11/03 17:23:27  qboosh
+- use general X11 name instead of XFree86
+- strict internal dep
+
 Revision 1.22  2007/11/03 17:11:41  sls
 - xorg deps
 - no X11R6/bin
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tleds.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list