Port to Fedora
This commit is contained in:
parent
978c8f9469
commit
04a749cc85
6
bsh.spec
6
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 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user