Sha256: 98618bb034b9bb678179324b3a4c348759a15806c491b7a08f13914291ee4fd9
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 Bytes
Contents
#!/bin/sh module=$1 version=$2 build_root=/tmp rpm_root=/usr/src/redhat ./autogen.sh --prefix=/usr --sysconfdir=/etc make dist mv $module-$version.tar.gz $rpm_root/SOURCES rpm -ba $module.spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xmlsec-shim-1.2.18.2 | vendor/xmlsec1-1.2.18/scripts/test_release.sh |
xmlsec-shim-1.2.18.1 | vendor/xmlsec1-1.2.18/scripts/test_release.sh |