This commit is contained in:
parent
c9135f0ed3
commit
58e6981cb5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 06:57:25 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Don't condition the maven defines on release version, but on
|
||||
_maven_repository being defined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 07:23:59 UTC 2017 - fstrba@suse.com
|
||||
|
||||
|
@ -189,10 +189,10 @@ popd
|
||||
%{_javadir}/%{name}.jar
|
||||
%{_datadir}/%{name}
|
||||
%{_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
|
||||
%{_mandir}/man1/*
|
||||
%config(noreplace) %{_sysconfdir}/fop.xconf
|
||||
|
Loading…
Reference in New Issue
Block a user