Fridrich Strba 2017-09-29 08:45:18 +00:00 committed by Git OBS Bridge
parent f25f340599
commit 84ecb66946
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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