SPECS: vblade.spec - pl, optflags, cleanup

qboosh qboosh at pld-linux.org
Sun Aug 20 17:58:41 CEST 2006


Author: qboosh                       Date: Sun Aug 20 15:58:41 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, optflags, cleanup

---- Files affected:
SPECS:
   vblade.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/vblade.spec
diff -u SPECS/vblade.spec:1.2 SPECS/vblade.spec:1.3
--- SPECS/vblade.spec:1.2	Mon Jul 31 23:50:26 2006
+++ SPECS/vblade.spec	Sun Aug 20 17:58:36 2006
@@ -1,13 +1,9 @@
 # $Revision$, $Date$
-#
-# TODO:
-#		- add devices to static-dev
-#		- vblade
-#
 Summary:	vblade, virtual EtherDrive blade
+Summary(pl):	vblade - wirtualny blade EtherDrive
 Name:		vblade
 Version:	10
-Release:	0.1
+Release:	1
 License:	GPL v2
 Group:		Base/Utilities
 Source0:	http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
@@ -16,21 +12,27 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-vblade lets you export any block storage device as a AoE device
+vblade lets you export any block storage device as a AoE device.
+
+%description -l pl
+vblade pozwala eksportować dowolne urządzenie blokowe przechowujące
+dane jako urządzenie AoE.
 
 %prep
 %setup -q
 
 %build
-make
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
 install vbladed $RPM_BUILD_ROOT%{_sbindir}
 install vblade $RPM_BUILD_ROOT%{_sbindir}
-install vblade.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+install vblade.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,9 +49,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/08/20 15:58:36  qboosh
+- pl, optflags, cleanup
+
 Revision 1.2  2006/07/31 21:50:26  aredridel
 - actually build
 
 Revision 1.1  2006/07/31 21:45:54  aredridel
 - added
-
================================================================

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



More information about the pld-cvs-commit mailing list