root/branch/RHEL4-stig/rpmify

Revision 30, 309 bytes (checked in by bwhalen, 2 years ago)

Move to RHEL4

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 VERSION="1.0"
4 RELEASE="4"
5
6 tar --exclude="*.svn*" -czvf RPM/clip-$VERSION-$RELEASE.tar.gz conf/ kickstart/ scripts/ man/ Makefile
7 sudo cp RPM/clip-$VERSION-$RELEASE.tar.gz /usr/src/redhat/SOURCES
8 sudo rpmbuild -ba RPM/clip.spec
9 cp /usr/src/redhat/RPMS/noarch/clip-$VERSION-$RELEASE.noarch.rpm RPM/
Note: See TracBrowser for help on using the browser.