Remove class path from jar manifest
This commit is contained in:
parent
be0a7d5afa
commit
cc05def35d
2 changed files with 28 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ URL: http://www.cs.princeton.edu/%7Eappel/modern/java/CUP/
|
|||
Source0: java_cup-0.11a.tar.bz2
|
||||
Source1: java_cup-pom.xml
|
||||
Patch0: %{name}-build.patch
|
||||
Patch1: java_cup-0.11a-manifest.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: jpackage-utils >= 0:1.5
|
||||
BuildRequires: jflex
|
||||
|
|
@ -76,7 +77,8 @@ Documentation for java_cup.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -b .sav
|
||||
%patch0 -b .build
|
||||
%patch1 -p1 -b .manifest
|
||||
cp %{SOURCE1} pom.xml
|
||||
|
||||
# remove all binary files
|
||||
|
|
@ -149,6 +151,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%changelog
|
||||
* Sat Dec 04 2010 Lubomir Rintel <lkundrak@v3.sk> 1:0.11a-5
|
||||
- Require appropriate packages for depmap maintenance in scriptlets
|
||||
- Remove classpath from jar manifest
|
||||
|
||||
* Mon Feb 15 2010 Alexander Kurtakov <akurtako@redhat.com> 1:0.11a-4
|
||||
- Add maven pom and depmap.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue