SPECS: siets.spec (NEW) - init spec

glen glen at pld-linux.org
Tue Oct 24 16:12:14 CEST 2006


Author: glen                         Date: Tue Oct 24 14:12:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init spec

---- Files affected:
SPECS:
   siets.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/siets.spec
diff -u /dev/null SPECS/siets.spec:1.1
--- /dev/null	Tue Oct 24 16:12:14 2006
+++ SPECS/siets.spec	Tue Oct 24 16:12:06 2006
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+%define		_snap	20060810
+%define		_rel	0.1
+Summary:	siets
+Name:		siets
+Version:	3.4.3
+Release:	0.%{_snap}.%{_rel}
+License:	?
+Group:		Applications
+Source0:	http://www.siets.biz/server/download/files_out_there/SIETS-%{_snap}.setup
+# NoSource0-md5:	f8b752004df7bb77c98aed5853390866
+NoSource:	0
+URL:		http://www.siets.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Siets is an innovative software platform for development and operation
+of high performance search engines.
+
+Benefit from its simplicity to use, quality of functions, XML-based
+platform independence, use of industry's best-practice standards,
+scalability throgh Linux clustering and low-cost.
+
+%prep
+%setup -q -c -T
+sh %{SOURCE0} --tar xf
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%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.1  2006/10/24 14:12:06  glen
+- init spec
+
================================================================


More information about the pld-cvs-commit mailing list