Remove testharness sources from default package
- Resolves: rhbz#1263628
This commit is contained in:
parent
694103e602
commit
b5e6d5deb1
9
msv.spec
9
msv.spec
@ -1,7 +1,7 @@
|
|||||||
Name: msv
|
Name: msv
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2013.6.1
|
Version: 2013.6.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Multi-Schema Validator
|
Summary: Multi-Schema Validator
|
||||||
License: BSD and ASL 1.1
|
License: BSD and ASL 1.1
|
||||||
URL: http://msv.java.net/
|
URL: http://msv.java.net/
|
||||||
@ -111,6 +111,9 @@ find -name '*.class' -exec rm -f '{}' \;
|
|||||||
find -name '*.jar' -exec rm -f '{}' \;
|
find -name '*.jar' -exec rm -f '{}' \;
|
||||||
find -name '*.zip' -exec rm -f '{}' \;
|
find -name '*.zip' -exec rm -f '{}' \;
|
||||||
|
|
||||||
|
# Test sources in default package break BND
|
||||||
|
rm -f testharness/src/*.java
|
||||||
|
|
||||||
# Delete class-path entries from manifests
|
# Delete class-path entries from manifests
|
||||||
for m in $(find . -name MANIFEST.MF) ; do
|
for m in $(find . -name MANIFEST.MF) ; do
|
||||||
sed --in-place -e '/^[Cc]lass-[Pp]ath:/d' $m
|
sed --in-place -e '/^[Cc]lass-[Pp]ath:/d' $m
|
||||||
@ -207,6 +210,10 @@ cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}/xsdlib
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2013.6.1-7
|
||||||
|
- Remove testharness sources from default package
|
||||||
|
- Resolves: rhbz#1263628
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2013.6.1-6
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2013.6.1-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user