Tomáš Chvátal 2017-05-18 12:10:49 +00:00 committed by Git OBS Bridge
parent 81bd08a58f
commit f4baf482ee

View File

@ -127,7 +127,11 @@ sed -i 's/>@.*</>%{version}</' %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%defattr(0644,root,root,0755)
%doc CHANGES COPYING README.txt
%attr(0644,root,root) %{_javadir}/%{name}.jar
%if %{?suse_version} > 1320
%config(noreplace) %{_datadir}/maven-metadata/%{name}.xml*
%else
%config(noreplace) %{_mavendepmapfragdir}/*
%endif
%{_mavenpomdir}/*.pom
%changelog