diff options
author | François Andriot <[email protected]> | 2015-04-12 10:11:01 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2015-04-12 10:11:01 +0200 |
commit | a4937b110c2c19699a179e4ae17b5d3864168561 (patch) | |
tree | 5c54e70b81bb074f994a678e667231cddc88892f /opensuse/core/qt3/pre_checkin.sh | |
parent | bb94b933beb07ad9ebe9af255ee2fa8d91df7896 (diff) | |
download | tde-packaging-a4937b110c2c19699a179e4ae17b5d3864168561.tar.gz tde-packaging-a4937b110c2c19699a179e4ae17b5d3864168561.zip |
RPM Packaging: update QT3
Diffstat (limited to 'opensuse/core/qt3/pre_checkin.sh')
-rwxr-xr-x | opensuse/core/qt3/pre_checkin.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/opensuse/core/qt3/pre_checkin.sh b/opensuse/core/qt3/pre_checkin.sh deleted file mode 100755 index fd6f089b5..000000000 --- a/opensuse/core/qt3/pre_checkin.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# This script is called automatically during autobuild checkin. - -cp -fl qt3.changes qt3-extensions.changes -cp -fl qt3.changes qt3-devel-doc.changes - -for spec in qt3-extensions.spec qt3-devel-doc.spec; do -{ sed -n -e '1,/COMMON-BEGIN/p' $spec.in - sed -n -e '/COMMON-BEGIN/,/COMMON-END/p' qt3.spec - sed -n -e '/COMMON-END/,$p' $spec.in; } > $spec.tmp && perl update_spec.pl $spec.tmp attributes > $spec && rm $spec.tmp -done - - -osc service localrun format_spec_file |