From 759d92279f30e444b0bf01f112e12d9d21ded2e6 Mon Sep 17 00:00:00 2001 From: sakolish Date: Mon, 18 Feb 2008 16:06:29 +0000 Subject: [PATCH] Initial version --- perl-IO-Stty/Build-notes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 perl-IO-Stty/Build-notes diff --git a/perl-IO-Stty/Build-notes b/perl-IO-Stty/Build-notes new file mode 100644 index 0000000..f38d28a --- /dev/null +++ b/perl-IO-Stty/Build-notes @@ -0,0 +1,9 @@ +Build Notes + +1. Download IO-Stty-.02.tar.gz from CPAN to /tmp directory +2. Uncompress and untar IO-Stty-.02.tar.gz +3. Copy IO-Stty-.02.spec to /tmp/IO-Stty-.02 directory (.spec taken from AIX version w/ "buildarch: noarch" change) +4. From /tmp directory run: tar cvf IO-Stty-.02.tar IO-Stty-.02 +5. gzip IO-Stty-.02.tar +6. cp IO-Stty-.02.tar.gz /usr/src/packages/SOURCES +7. rpmbuild -ta /usr/src/packages/SOURCES/IO-Stty-.02.tar.gz \ No newline at end of file