Fridrich Strba 2017-09-29 06:44:02 +00:00 committed by Git OBS Bridge
parent 981f42bb86
commit 2abd3e9871
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 29 06:42:51 UTC 2017 - fstrba@suse.com
- Don't condition the maven defines on release version, but on
_maven_repository being defined
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 15 07:16:49 UTC 2017 - fstrba@suse.com Fri Sep 15 07:16:49 UTC 2017 - fstrba@suse.com

View File

@ -105,10 +105,10 @@ ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
%{_javadir}/jempbox.jar %{_javadir}/jempbox.jar
%{_mavenpomdir}/JPP-fontbox.pom %{_mavenpomdir}/JPP-fontbox.pom
%{_mavenpomdir}/JPP-jempbox.pom %{_mavenpomdir}/JPP-jempbox.pom
%if 0%{?suse_version} >= 1330 %if %{defined _maven_repository}
%{_datadir}/maven-metadata/%{name}.xml*
%else
%{_mavendepmapfragdir}/%{name} %{_mavendepmapfragdir}/%{name}
%else
%{_datadir}/maven-metadata/%{name}.xml*
%endif %endif
%changelog %changelog