SPECS: ikewiki.spec (NEW) - unfinished
glen
glen at pld-linux.org
Wed May 17 19:37:58 CEST 2006
Author: glen Date: Wed May 17 17:37:58 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unfinished
---- Files affected:
SPECS:
ikewiki.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ikewiki.spec
diff -u /dev/null SPECS/ikewiki.spec:1.1
--- /dev/null Wed May 17 19:37:58 2006
+++ SPECS/ikewiki.spec Wed May 17 19:37:53 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define _snap 2006-03-31
+%define _ver %(echo %{_snap} | tr -d -)
+Summary: IkeWiki
+Name: ikewiki
+Version: 0.0.%{_ver}
+Release: 0.1
+License: GPL
+Group: Applications/WWW
+Source0: http://dl.sourceforge.net/ikewiki/%{name}-snapshot.%{_snap}-src.tar.gz
+# Source0-md5: 198748e2a801487cb73074d369633256
+URL: http://ikewiki.salzburgresearch.at/
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: jakarta-ant
+Requires: webapps
+Requires: jre >= 1.5.0
+Requires: tomcat >= 5.5.12
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _webapps /etc/webapps
+%define _webapp %{name}
+%define _sysconfdir %{_webapps}/%{_webapp}
+%define _appdir %{_datadir}/%{_webapp}
+
+%description
+IkeWiki is a special kind of Wiki (a "Semantic Wiki") that allows
+users to annotate their pages using Semantic Web standards like RDF(S)
+or OWL. It is easy to use and suitable as a tool for "knowledge
+engineering".
+
+%prep
+%setup -q -n %{name}-snapshot.%{_snap}
+
+%build
+ant dist-bin
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
+cp -a IkeWiki.war $tomcat/webapps/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog
+
+%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/05/17 17:37:53 glen
+- unfinished
+
================================================================
More information about the pld-cvs-commit
mailing list