Port to Fedora

This commit is contained in:
gbenson 2005-06-02 16:05:47 +00:00
parent 978c8f9469
commit 04a749cc85

View File

@ -2,7 +2,7 @@
%define Name BeanShell
%define version 1.3.0
%define fversion 1.3.0
%define release 5jpp_1rh
%define release 5jpp_0fc
%define section free
Name: %{name}
@ -22,8 +22,6 @@ Url: http://www.beanshell.org/
Group: Development/Java
Buildarch: noarch
Buildroot: %{_tmppath}/%{name}-%{version}-buildroot
#Distribution: JPackage
#Vendor: JPackage Project
%description
BeanShell is a small, free, embeddable, Java source interpreter with
@ -70,7 +68,7 @@ Demonstrations and samples for %{name}.
%prep
rm -rf $RPM_BUILD_ROOT
%setup -n %{Name}
%setup -q -n %{Name}
%patch0 -p1
#%patch1 -p1
find . -name "*.jar" -exec rm -f {} \;