Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de62a378da |
2 changed files with 5 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ MAIN_CLASS=org.apache.fop.cli.Main
|
|||
# Set parameters
|
||||
set_jvm
|
||||
set_classpath commons-io batik-all avalon-framework-api \
|
||||
avalon-framework-impl xmlgraphics-commons \
|
||||
avalon-framework-impl xmlgraphics-commons xml-commons-apis-ext \
|
||||
commons-logging fop
|
||||
set_flags $BASE_FLAGS
|
||||
set_options $BASE_OPTIONS
|
||||
|
|
|
|||
5
fop.spec
5
fop.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: XSL-driven print formatter
|
||||
Name: fop
|
||||
Version: 1.0
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Applications/Text
|
||||
URL: http://xmlgraphics.apache.org/fop
|
||||
|
|
@ -132,6 +132,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 18 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-20
|
||||
- Add xml-commons-apis-ext to classpath
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue