Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Peter Lemenkov
0e5fab9e69 Revert "Fop ver. 2.10"
THis version requires org.bouncycastle:bcpkix-jdk15to18:jar:1.78.1
artifact which we don't have.

This reverts commit 82cb284297.
2024-10-22 15:02:10 +03:00
Peter Lemenkov
7074f1ece5 Fop ver. 2.10
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2024-10-09 18:23:32 +03:00
Filipe Rosset
c7bcec9fc1 added build-helper-maven-plugin to fix FTBFS 2024-10-09 18:23:32 +03:00
Fedora Release Engineering
d0bbaf213e Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-10-09 18:23:32 +03:00
Peter Lemenkov
ae6a664c5f Explicitly mark license files as %license
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2024-10-09 18:23:32 +03:00
Jiri Vanek
586871d937 Rebuilt for java-21-openjdk as system jdk
https://fedoraproject.org/wiki/Changes/Java21
2024-10-09 18:23:32 +03:00
Jiri
885cb655f8 Rebuilt for java-21-openjdk as system jdk
https://fedoraproject.org/wiki/Changes/Java21
2024-03-02 17:37:36 +01:00

View file

@ -44,7 +44,7 @@ BuildRequires: maven-antrun-plugin
BuildRequires: maven-assembly-plugin
BuildRequires: maven-clean-plugin
BuildRequires: maven-local
BuildRequires: maven-plugin-build-helper
BuildRequires: build-helper-maven-plugin
BuildRequires: mvn(javax.servlet:servlet-api)
# For servlet, not packaged
#BuildRequires: maven-war-plugin
@ -118,13 +118,14 @@ cp -rp target/xmvn-apidocs/* %{buildroot}%{_javadocdir}/%{name}
%files -f .mfiles
%doc LICENSE LICENSE-1.1 README NOTICE
%doc README NOTICE
%license LICENSE LICENSE-1.1
%{_datadir}/%{name}
%{_bindir}/fop
%files javadoc
%doc %{_javadocdir}/%{name}
%doc LICENSE LICENSE-1.1
%license LICENSE LICENSE-1.1
%changelog