This commit is contained in:
parent
81bd08a58f
commit
f4baf482ee
@ -127,7 +127,11 @@ sed -i 's/>@.*</>%{version}</' %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
|||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc CHANGES COPYING README.txt
|
%doc CHANGES COPYING README.txt
|
||||||
%attr(0644,root,root) %{_javadir}/%{name}.jar
|
%attr(0644,root,root) %{_javadir}/%{name}.jar
|
||||||
|
%if %{?suse_version} > 1320
|
||||||
%config(noreplace) %{_datadir}/maven-metadata/%{name}.xml*
|
%config(noreplace) %{_datadir}/maven-metadata/%{name}.xml*
|
||||||
|
%else
|
||||||
|
%config(noreplace) %{_mavendepmapfragdir}/*
|
||||||
|
%endif
|
||||||
%{_mavenpomdir}/*.pom
|
%{_mavenpomdir}/*.pom
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user