SPECS: nbench-byte.spec - merged change from AC-branch (NNET.DAT f...

jajcus jajcus at pld-linux.org
Thu May 11 21:32:36 CEST 2006


Author: jajcus                       Date: Thu May 11 19:32:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged change from AC-branch (NNET.DAT file added)

---- Files affected:
SPECS:
   nbench-byte.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/nbench-byte.spec
diff -u SPECS/nbench-byte.spec:1.7 SPECS/nbench-byte.spec:1.8
--- SPECS/nbench-byte.spec:1.7	Sun Jan  9 19:21:36 2005
+++ SPECS/nbench-byte.spec	Thu May 11 21:32:31 2006
@@ -3,11 +3,12 @@
 Summary(pl):	Port wydania 2. benchmarka BYTEmark z magazynu BYTE
 Name:		nbench-byte
 Version:	2.2.2
-Release:	1
+Release:	2
 License:	freely distributable
 Group:		Applications/Console
 Source0:	ftp://ftp.tux.org/pub/tux/mayer/%{name}-%{version}.tar.gz
 # Source0-md5:	174c1917eea8f74bd3e78522592e0658
+Patch0:		%{name}-NNET_DAT_path.patch
 URL:		http://www.tux.org/~mayer/linux/bmark.html
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} -j1 \
@@ -50,9 +52,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
 
 install nbench $RPM_BUILD_ROOT%{_bindir}
+install -m 644 *.DAT $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,6 +64,7 @@
 %defattr(644,root,root,755)
 %doc README* Changes RESULTS bdoc.txt
 %attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -68,6 +72,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/05/11 19:32:31  jajcus
+- merged change from AC-branch (NNET.DAT file added)
+
+Revision 1.7.2.1  2006/05/11 19:29:51  jajcus
+- Release: 2
+- missing data file for the Neural Net test added
+
 Revision 1.7  2005/01/09 18:21:36  adamg
 - updated to 2.2.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nbench-byte.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list