- Re-sync with latest version from JPP.
- Partially adopt new naming convention.
This commit is contained in:
parent
c2b8d2495a
commit
b3d4d8e874
@ -37,7 +37,7 @@
|
||||
|
||||
Name: java_cup
|
||||
Version: 0.10
|
||||
Release: 0.k.5jpp_2fc
|
||||
Release: 0.k.6jpp.1
|
||||
Epoch: 1
|
||||
Summary: Java source interpreter
|
||||
License: BSD-style
|
||||
@ -65,6 +65,9 @@ java_cup is a LALR Parser Generator for Java
|
||||
%package javadoc
|
||||
Summary: Javadoc for java_cup
|
||||
Group: Development/Java
|
||||
Requires(post): %{__rm}
|
||||
Requires(post): /bin/ln
|
||||
Requires(postun): %{__rm}
|
||||
|
||||
%description javadoc
|
||||
Javadoc for java_cup
|
||||
@ -153,6 +156,14 @@ fi
|
||||
%ghost %doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Aug 04 2006 Vivek Lakshmanan <vivekl@redhat.com> - 1:0.10-0.k.6jpp.1
|
||||
- Re-sync with latest version from JPP.
|
||||
- Partially adopt new naming convention.
|
||||
|
||||
* Thu Jul 20 2006 Vivek Lakshmanan <vivekl@redhat.com> - 1:0.10-0.k.5jpp_1fc
|
||||
- Re-sync with latest version from JPP.
|
||||
|
||||
|
||||
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 1:0.10-0.k.5jpp_2fc
|
||||
- Rebuilt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user