Accepting request 533055 from Java:packages
Condition correctly the maven defines OBS-URL: https://build.opensuse.org/request/show/533055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-commons?expand=0&rev=21
This commit is contained in:
commit
baf8d699be
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 08:43:00 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Don't condition the maven defines on release version, but on
|
||||
_maven_repository being defined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 07:32:15 UTC 2017 - fstrba@suse.com
|
||||
|
||||
|
@ -91,10 +91,10 @@ install -dm 755 %{buildroot}%{_docdir}/%{name}
|
||||
%doc LICENSE
|
||||
%{_javadir}/%{name}.jar
|
||||
%{_mavenpomdir}/*
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%{_datadir}/maven-metadata/%{name}.xml*
|
||||
%else
|
||||
%if %{defined _maven_repository}
|
||||
%{_mavendepmapfragdir}/%{name}
|
||||
%else
|
||||
%{_datadir}/maven-metadata/%{name}.xml*
|
||||
%endif
|
||||
|
||||
%files javadoc
|
||||
|
Loading…
x
Reference in New Issue
Block a user