Unify spec style with the rest of Java/Maven packages
[skip changelog]
This commit is contained in:
parent
0614d75df0
commit
d6cee538ce
1 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,5 @@
|
|||
%bcond_with bootstrap
|
||||
|
||||
%global pkg_version 11b
|
||||
%global pkg_version 11b
|
||||
|
||||
Name: java_cup
|
||||
Version: 0.11b
|
||||
|
|
@ -35,7 +34,7 @@ BuildRequires: java_cup
|
|||
java_cup is a LALR Parser Generator for Java
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for java_cup
|
||||
Summary: Javadoc for java_cup
|
||||
|
||||
%description javadoc
|
||||
Javadoc for java_cup
|
||||
|
|
@ -85,12 +84,12 @@ jar ufm dist/java-cup-%{pkg_version}-runtime.jar %{SOURCE4}
|
|||
%doc changelog.txt
|
||||
%license licence.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license licence.txt
|
||||
|
||||
%files manual
|
||||
%doc manual.html
|
||||
%license licence.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license licence.txt
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue