058a2ca4ad
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/perl-XML-SAX#d870f02ce00f5918c2a17049e321ffdf822b126f
15 lines
371 B
Bash
Executable File
15 lines
371 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=$1
|
|
|
|
tar -xzvf XML-SAX-$VERSION.tar.gz
|
|
|
|
# xmltest.xml could not be distributed due to copyright
|
|
rm XML-SAX-$VERSION/testfiles/xmltest.xml
|
|
rm XML-SAX-$VERSION/t/16large.t
|
|
sed -i -e '/testfiles\/xmltest.xml/ d' XML-SAX-$VERSION/MANIFEST
|
|
sed -i -e '/t\/16large.t/ d' XML-SAX-$VERSION/MANIFEST
|
|
|
|
tar -czvf XML-SAX-$VERSION-nopatents.tar.gz XML-SAX-$VERSION
|
|
|