Added fix to remove java binaries from sources
This commit is contained in:
parent
ee8df6fcac
commit
53035f61b1
@ -4,7 +4,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Defines API to support an alternative invocation mechanism
|
||||
License: ASL 2.0
|
||||
Group: Applications/System
|
||||
@ -76,6 +76,9 @@ Obsoletes: jakarta-%{short_name}-javadoc <= 1:1.0.1
|
||||
%patch1 -p1 -b .ppc
|
||||
%patch2 -p0 -b .s390
|
||||
|
||||
# remove java binaries from sources
|
||||
rm -rf src/samples/build/
|
||||
|
||||
chmod 644 src/samples/*
|
||||
cd src/native/unix
|
||||
xmlto man man/jsvc.1.xml
|
||||
@ -164,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 26 2010 Chris Spike <chris.spike@arcor.de> 1.0.4-2
|
||||
- Added fix to remove java binaries from sources
|
||||
|
||||
* Tue Oct 26 2010 Chris Spike <chris.spike@arcor.de> 1.0.4-1
|
||||
- Updated to 1.0.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user