SPECS: unicorn.spec - pl, cleanups

qboosh qboosh at pld-linux.org
Sun Jan 22 17:03:34 CET 2006


Author: qboosh                       Date: Sun Jan 22 16:03:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanups

---- Files affected:
SPECS:
   unicorn.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/unicorn.spec
diff -u SPECS/unicorn.spec:1.1 SPECS/unicorn.spec:1.2
--- SPECS/unicorn.spec:1.1	Fri Jan 20 18:44:34 2006
+++ SPECS/unicorn.spec	Sun Jan 22 17:03:29 2006
@@ -1,11 +1,11 @@
 # $Revision$, $Date$
 #
 # TODO
+# - optflags
 # - usb driver doesn't build
 # - pci dirver doesn't with 2.6.14.6 (skb_unlink changed in kernel)
 # - bewan_adsl_status is linked with gtk+, maybe subpackage
 # - rc-scripts support?
-# - descs
 #
 # Conditional build:
 %bcond_without	dist_kernel	# allow non-distribution kernel
@@ -16,7 +16,7 @@
 %bcond_with	usb		# build usb driver
 #
 Summary:	Unicorn ADSL modem software
-Summary(pl):	-
+Summary(pl):	Oprogramowanie do modemów ADSL Unicorn
 Name:		unicorn
 Version:	0.9.0
 Release:	0.1
@@ -32,28 +32,31 @@
 Unicorn ADSL modem tools.
 
 %description -l pl
+Narzędzia do modemów ADSL Unicorn.
 
 %package -n kernel-net-%{name}
-Summary:	Unicorn ADSL modem drivers.
-Summary(pl):	-
+Summary:	Unicorn ADSL modem drivers for Linux kernel
+Summary(pl):	Sterowniki do modemów ADSL Unicorn dla jądra Linuksa
 Group:		Base/Kernel
 Requires:	%{name} = %{version}-%{release}
 
 %description -n kernel-net-%{name}
-Unicorn ADSL modem drivers.
+Unicorn ADSL modem drivers for Linux kernel.
 
 %description -n kernel-net-%{name} -l pl
+Sterowniki do modemów ADSL Unicorn dla jądra Linuksa.
 
 %package -n kernel-smp-net-%{name}
-Summary:	Unicorn ADSL modem drivers.
-Summary(pl):	-
+Summary:	Unicorn ADSL modem drivers for Linux SMP kernel
+Summary(pl):	Sterowniki do modemów ADSL Unicorn dla jądra Linuksa SMP
 Group:		Base/Kernel
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description -n kernel-smp-net-%{name}
-Unicorn ADSL modem drivers.
+Unicorn ADSL modem drivers for Linux SMP kernel.
 
 %description -n kernel-smp-net-%{name} -l pl
+Sterowniki do modemów ADSL Unicorn dla jądra Linuksa SMP.
 
 %prep
 %setup -q -n %{name}
@@ -152,7 +155,6 @@
 %postun -n kernel-smp-net-%{name}
 %depmod %{_kernel_ver}smp
 
-
 %if %{with userspace}
 %files
 %defattr(644,root,root,755)
@@ -164,21 +166,24 @@
 
 %if %{with kernel}
 %files -n kernel-net-%{name}
-%attr(644,root,root) /lib/modules/%{_kernel_ver}/misc/*
+%defattr(644,root,root,755)
+/lib/modules/%{_kernel_ver}/misc/*
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel-smp-net-%{name}
-%attr(644,root,root) /lib/modules/%{_kernel_ver}smp/misc/*
+%defattr(644,root,root,755)
+/lib/modules/%{_kernel_ver}smp/misc/*
 %endif
 %endif
 
-
 %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.2  2006/01/22 16:03:29  qboosh
+- pl, cleanups
+
 Revision 1.1  2006/01/20 17:44:34  zbyniu
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unicorn.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list