Fridrich Strba 2017-09-29 07:07:36 +00:00 committed by Git OBS Bridge
parent 0efd11248a
commit e5b8d888a9
6 changed files with 45 additions and 27 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 29 07:06:59 UTC 2017 - fstrba@suse.com
- Don't condition the maven defines on release version, but on
_maven_repository being defined
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 14 05:39:48 UTC 2017 - fstrba@suse.com Thu Sep 14 05:39:48 UTC 2017 - fstrba@suse.com

View File

@ -579,10 +579,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
#%{_mavenpomdir}/JPP-ant-launcher.pom #%{_mavenpomdir}/JPP-ant-launcher.pom
#%{_mavenpomdir}/JPP-ant-parent.pom #%{_mavenpomdir}/JPP-ant-parent.pom
#%{_mavenpomdir}/JPP-ant.pom #%{_mavenpomdir}/JPP-ant.pom
#%if %{?suse_version} > 1320 #%if %{defined _maven_repository}
#%{_datadir}/maven-metadata/ant.xml
#%else
#%config(noreplace) %{_mavendepmapfragdir}/ant #%config(noreplace) %{_mavendepmapfragdir}/ant
#%else
#%{_datadir}/maven-metadata/ant.xml
#%endif #%endif
#%dir %{_mavenpomdir} #%dir %{_mavenpomdir}
@ -594,10 +594,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
%{ant_home}/lib/ant-antlr.jar %{ant_home}/lib/ant-antlr.jar
%config(noreplace) %{_sysconfdir}/ant.d/antlr %config(noreplace) %{_sysconfdir}/ant.d/antlr
%{_mavenpomdir}/JPP.ant-ant-antlr.pom %{_mavenpomdir}/JPP.ant-ant-antlr.pom
%if %{?suse_version} > 1320 %if %{defined _maven_repository}
%{_datadir}/maven-metadata/ant-antlr.xml
%else
%config(noreplace) %{_mavendepmapfragdir}/ant-antlr %config(noreplace) %{_mavendepmapfragdir}/ant-antlr
%else
%{_datadir}/maven-metadata/ant-antlr.xml
%endif %endif
%dir %{_mavenpomdir} %dir %{_mavenpomdir}
%endif %endif
@ -612,10 +612,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
%{ant_home}/etc/junit-frames.xsl %{ant_home}/etc/junit-frames.xsl
%{ant_home}/etc/junit-noframes.xsl %{ant_home}/etc/junit-noframes.xsl
%{_mavenpomdir}/JPP.ant-ant-junit*.pom %{_mavenpomdir}/JPP.ant-ant-junit*.pom
%if %{?suse_version} > 1320 %if %{defined _maven_repository}
%{_datadir}/maven-metadata/ant-junit.xml
%else
%config(noreplace) %{_mavendepmapfragdir}/ant-junit %config(noreplace) %{_mavendepmapfragdir}/ant-junit
%else
%{_datadir}/maven-metadata/ant-junit.xml
%endif %endif
%dir %{_mavenpomdir} %dir %{_mavenpomdir}
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 29 07:06:59 UTC 2017 - fstrba@suse.com
- Don't condition the maven defines on release version, but on
_maven_repository being defined
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 14 05:39:48 UTC 2017 - fstrba@suse.com Thu Sep 14 05:39:48 UTC 2017 - fstrba@suse.com

View File

@ -579,10 +579,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
#%{_mavenpomdir}/JPP-ant-launcher.pom #%{_mavenpomdir}/JPP-ant-launcher.pom
#%{_mavenpomdir}/JPP-ant-parent.pom #%{_mavenpomdir}/JPP-ant-parent.pom
#%{_mavenpomdir}/JPP-ant.pom #%{_mavenpomdir}/JPP-ant.pom
#%if %{?suse_version} > 1320 #%if %{defined _maven_repository}
#%{_datadir}/maven-metadata/ant.xml
#%else
#%config(noreplace) %{_mavendepmapfragdir}/ant #%config(noreplace) %{_mavendepmapfragdir}/ant
#%else
#%{_datadir}/maven-metadata/ant.xml
#%endif #%endif
#%dir %{_mavenpomdir} #%dir %{_mavenpomdir}
@ -594,10 +594,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
%{ant_home}/lib/ant-antlr.jar %{ant_home}/lib/ant-antlr.jar
%config(noreplace) %{_sysconfdir}/ant.d/antlr %config(noreplace) %{_sysconfdir}/ant.d/antlr
%{_mavenpomdir}/JPP.ant-ant-antlr.pom %{_mavenpomdir}/JPP.ant-ant-antlr.pom
%if %{?suse_version} > 1320 %if %{defined _maven_repository}
%{_datadir}/maven-metadata/ant-antlr.xml
%else
%config(noreplace) %{_mavendepmapfragdir}/ant-antlr %config(noreplace) %{_mavendepmapfragdir}/ant-antlr
%else
%{_datadir}/maven-metadata/ant-antlr.xml
%endif %endif
%dir %{_mavenpomdir} %dir %{_mavenpomdir}
%endif %endif
@ -612,10 +612,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
%{ant_home}/etc/junit-frames.xsl %{ant_home}/etc/junit-frames.xsl
%{ant_home}/etc/junit-noframes.xsl %{ant_home}/etc/junit-noframes.xsl
%{_mavenpomdir}/JPP.ant-ant-junit*.pom %{_mavenpomdir}/JPP.ant-ant-junit*.pom
%if %{?suse_version} > 1320 %if %{defined _maven_repository}
%{_datadir}/maven-metadata/ant-junit.xml
%else
%config(noreplace) %{_mavendepmapfragdir}/ant-junit %config(noreplace) %{_mavendepmapfragdir}/ant-junit
%else
%{_datadir}/maven-metadata/ant-junit.xml
%endif %endif
%dir %{_mavenpomdir} %dir %{_mavenpomdir}
%endif %endif

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 29 07:06:59 UTC 2017 - fstrba@suse.com
- Don't condition the maven defines on release version, but on
_maven_repository being defined
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 14 05:39:48 UTC 2017 - fstrba@suse.com Thu Sep 14 05:39:48 UTC 2017 - fstrba@suse.com

View File

@ -578,10 +578,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
#%{_mavenpomdir}/JPP-ant-launcher.pom #%{_mavenpomdir}/JPP-ant-launcher.pom
#%{_mavenpomdir}/JPP-ant-parent.pom #%{_mavenpomdir}/JPP-ant-parent.pom
#%{_mavenpomdir}/JPP-ant.pom #%{_mavenpomdir}/JPP-ant.pom
#%if %{?suse_version} > 1320 #%if %{defined _maven_repository}
#%{_datadir}/maven-metadata/ant.xml
#%else
#%config(noreplace) %{_mavendepmapfragdir}/ant #%config(noreplace) %{_mavendepmapfragdir}/ant
#%else
#%{_datadir}/maven-metadata/ant.xml
#%endif #%endif
#%dir %{_mavenpomdir} #%dir %{_mavenpomdir}
@ -593,10 +593,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
%{ant_home}/lib/ant-antlr.jar %{ant_home}/lib/ant-antlr.jar
%config(noreplace) %{_sysconfdir}/ant.d/antlr %config(noreplace) %{_sysconfdir}/ant.d/antlr
%{_mavenpomdir}/JPP.ant-ant-antlr.pom %{_mavenpomdir}/JPP.ant-ant-antlr.pom
%if %{?suse_version} > 1320 %if %{defined _maven_repository}
%{_datadir}/maven-metadata/ant-antlr.xml
%else
%config(noreplace) %{_mavendepmapfragdir}/ant-antlr %config(noreplace) %{_mavendepmapfragdir}/ant-antlr
%else
%{_datadir}/maven-metadata/ant-antlr.xml
%endif %endif
%dir %{_mavenpomdir} %dir %{_mavenpomdir}
%endif %endif
@ -611,10 +611,10 @@ find %{buildroot}%{_datadir}/ant/etc -type f -name "*.xsl" \
%{ant_home}/etc/junit-frames.xsl %{ant_home}/etc/junit-frames.xsl
%{ant_home}/etc/junit-noframes.xsl %{ant_home}/etc/junit-noframes.xsl
%{_mavenpomdir}/JPP.ant-ant-junit*.pom %{_mavenpomdir}/JPP.ant-ant-junit*.pom
%if %{?suse_version} > 1320 %if %{defined _maven_repository}
%{_datadir}/maven-metadata/ant-junit.xml
%else
%config(noreplace) %{_mavendepmapfragdir}/ant-junit %config(noreplace) %{_mavendepmapfragdir}/ant-junit
%else
%{_datadir}/maven-metadata/ant-junit.xml
%endif %endif
%dir %{_mavenpomdir} %dir %{_mavenpomdir}
%endif %endif