diff options
author | ivan <ivan> | 2010-07-08 09:32:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-08 09:32:14 +0000 |
commit | b80e996959d9492e07ada4936e566f4b97dd5808 (patch) | |
tree | 799ebb4bfac16b7e6230fa379668987a7153bcf5 /rpm/build/native/makesrpm | |
parent | b87e4baaaafca4040c13f1bac4ca22bacc3e668e (diff) |
checking in more of the rpm build system (is that it?)
Diffstat (limited to 'rpm/build/native/makesrpm')
-rwxr-xr-x | rpm/build/native/makesrpm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpm/build/native/makesrpm b/rpm/build/native/makesrpm new file mode 100755 index 000000000..fc9703ebc --- /dev/null +++ b/rpm/build/native/makesrpm @@ -0,0 +1,5 @@ +#!/bin/sh + +cpanflute2 --just-spec --noperlreqs --email='Ivan Kohler <ivan@freeside.biz>' --release=1 /home/rsiddall/Business-OnlinePayment-Jety-0.06.tar.gz > /home/rsiddall/redhat/SPECS/Business-OnlinePayment-Jety.spec; +perl -pi -e 's/perl(perl)/perl/g' /home/rsiddall/redhat/SPECS/Business-OnlinePayment-Jety.spec +rpmbuild -bs --nodeps --define '_sourcedir /home/rsiddall/' --define '_srcrpmdir /home/rsiddall/redhat/SRPMS' /home/rsiddall/redhat/SPECS/Business-OnlinePayment-Jety.spec |