#! /bin/sh

# Lumir Vanek
# Create RPM package

cp kpogre-1.8.0.tar.gz /usr/src/packages/SOURCES/
rpmbuild -bb kpogre.spec --target x86_64

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