forked from pool/jdepend
Accepting request 983619 from Java:packages
minor spec cleanup OBS-URL: https://build.opensuse.org/request/show/983619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jdepend?expand=0&rev=21
This commit is contained in:
commit
5cc37f5003
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 18 18:38:40 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Clean-up the spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 19 21:48:11 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Sat Mar 19 21:48:11 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
10
jdepend.spec
10
jdepend.spec
@ -59,7 +59,7 @@ This package contains demonstration and sample files for JDepend.
|
|||||||
find . -name "*.jar" -exec rm -f {} \;
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ant \
|
%{ant} \
|
||||||
-Dant.build.javac.source=1.8 \
|
-Dant.build.javac.source=1.8 \
|
||||||
-Dant.build.javac.target=1.8 \
|
-Dant.build.javac.target=1.8 \
|
||||||
jar
|
jar
|
||||||
@ -81,8 +81,9 @@ install -d -m 755 %{buildroot}%{_datadir}/%{name}
|
|||||||
cp -pr sample %{buildroot}%{_datadir}/%{name}
|
cp -pr sample %{buildroot}%{_datadir}/%{name}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(644, root, root) %license LICENSE.md
|
%defattr(0644,root,root,0755)
|
||||||
%attr(644, root, root) %doc CHANGELOG.md README.md
|
%license LICENSE.md
|
||||||
|
%doc CHANGELOG.md README.md
|
||||||
%{_javadir}/*
|
%{_javadir}/*
|
||||||
%{_mavenpomdir}/*
|
%{_mavenpomdir}/*
|
||||||
%if %{defined _maven_repository}
|
%if %{defined _maven_repository}
|
||||||
@ -92,6 +93,7 @@ cp -pr sample %{buildroot}%{_datadir}/%{name}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files demo
|
%files demo
|
||||||
%attr(644, root, root) %{_datadir}/%{name}
|
%defattr(0644,root,root,0755)
|
||||||
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user