#! /bin/sh

# Lumir Vanek
# Create RPM package


cp kxmleditor-1.1.4.tar.gz /usr/src/packages/SOURCES/
rpmbuild -bb kxmleditor.spec --target i686

# Package is created in: /usr/src/packages/RPMS/i686
# Enter into it using MC and check CONTENTS.cpio, if contain proper install directory
# with all neccesary files.