Author: glen Date: Fri Nov 16 14:39:56 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - started
---- Files affected: SPECS: webscarab.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/webscarab.spec diff -u /dev/null SPECS/webscarab.spec:1.1 --- /dev/null Fri Nov 16 15:39:56 2007 +++ SPECS/webscarab.spec Fri Nov 16 15:39:51 2007 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +%include /usr/lib/rpm/macros.java +%define _snap 20070504-1631 +Summary: WebScarab - a Web Application Review tool for Java +Name: webscarab +Version: 0.1 +Release: 0.2 +License: GPL v2 +Group: Development/Languages/Java +URL: http://www.owasp.org/index.php/OWASP_WebScarab_Project +BuildRequires: jpackage-utils +BuildRequires: rpm-javaprov +BuildRequires: rpmbuild(macros) >= 1.300 +Requires: jpackage-utils +Source0: http://dl.sourceforge.net/owasp/%{name}-src-%{_snap}.zip +# Source0-md5: b3ba39de51f3715aab4a7d75b7c8a4d5 +Requires: jre > 1.4 +BuildArch: noarch +ExclusiveArch: i586 i686 pentium3 pentium4 athlon %{x8664} noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _appdir %{_datadir}/%{name} + +%description +WebScarab is a Web Application Review tool. It sprang from the designs +of the people inhabiting the WebAppSec list run from SourceForge, for +a powerful, free, open tool for reviewing web applications for +security vulnerabilities. Not much of the original design has actually +been implemented as envisioned. WebScarab started as a spider that +could download all the pages on a site. It stayed that way for almost +a year, before I decided to take lessons learned during the +development of Exodus and implement them as part of WebScarab. + +%prep +%setup -q -n %{name}-%{_snap} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir}} +cp -a . $RPM_BUILD_ROOT%{_appdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog INSTALL README +#%attr(755,root,root) %{_bindir}/%{name} +%{_appdir} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007-11-16 14:39:51 glen +- started + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
