diff --git a/bsh.spec b/bsh.spec index 8a7fecb..64fd29a 100644 --- a/bsh.spec +++ b/bsh.spec @@ -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 {} \;