SPECS: nps.spec - some pl and cleanups

qboosh qboosh at pld-linux.org
Wed Jul 27 23:35:50 CEST 2005


Author: qboosh                       Date: Wed Jul 27 21:35:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some pl and cleanups

---- Files affected:
SPECS:
   nps.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/nps.spec
diff -u SPECS/nps.spec:1.4 SPECS/nps.spec:1.5
--- SPECS/nps.spec:1.4	Mon Jul 25 22:28:05 2005
+++ SPECS/nps.spec	Wed Jul 27 23:35:44 2005
@@ -2,26 +2,31 @@
 
 %define		_vendor_rel 0
 Summary:	Platform Linux components
+Summary(pl):	Komponenty platformy linuksowej
 Name:		nps
 Version:	2.2.0.6.%{_vendor_rel}
 Release:	0.1
-URL:		http://www.newisys.com
+License:	GPL
+Group:		Daemons
 # Source taken from: nsv-redhat_V2_2_0_6b.zip,
 # available at Sun Download Center http://www.sun.com/download/
 # Sun Fire V20z and V40z NSV bundles 2.2.0.6
 Source0:	%{name}-V%{version}.tar.gz
-Source0-md5:	5c843ff779f10722b314433b7e8f1210
-License:	GPL
-Group:		Daemons
+# Source0-md5:	5c843ff779f10722b314433b7e8f1210
+URL:		http://www.newisys.com/
+%{?with_dist_kernel:%requires_releq_kernel_up}
 # we only support linux
 ExclusiveOS:	Linux
-%{!?_without_dist_kernel:%requires_releq_kernel_up}
 BuildRequires:	pciutils-devel
 
 %description
 Network Share Volume Update version 2.2.0.6. This page contains latest
 version of BIOS and SP firmware.
 
+%description -l pl
+Network Share Volume Update w wersji 2.2.0.6. Zawiera najnowsze wersje
+BIOS-u i firmware'u SP.
+
 %package -n kernel-net-nps
 Summary:	Linux driver for the
 License:	GPL
@@ -32,11 +37,17 @@
 %setup -q -c
 
 %build
-%{__make} INSTALL_MOD_PATH=$RPM_BUILD_ROOT all
+%{__make} all \
+	INSTALL_MOD_PATH=$RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install BUILD_FROM_RPM=1 INSTALL_MOD_PATH=$RPM_BUILD_ROOT
+%{__make} install \
+	BUILD_FROM_RPM=1 \
+	INSTALL_MOD_PATH=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
 sed -i -e "s/<SWInstalledDate>.*</<SWInstalledDate>`date +%s`</" /etc/newisys/swinventory.xml
@@ -116,9 +127,6 @@
   fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f file.list
 %defattr(644,root,root,755)
 
@@ -128,6 +136,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/07/27 21:35:44  qboosh
+- some pl and cleanups
+
 Revision 1.4  2005/07/25 20:28:05  baggins
 - proper Group
 - added lost log entries
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nps.spec?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list