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