From ff2fc6463672489c002bbb759d30048a1c393635 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 14 Feb 2003 18:53:44 +0000 Subject: [PATCH] little unknown text mess-up in spec --- gbootroot_pkg | 1 + pkg/rpm/gbootroot.spec | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/gbootroot_pkg b/gbootroot_pkg index e937bba..7ed1ad2 100755 --- a/gbootroot_pkg +++ b/gbootroot_pkg @@ -369,6 +369,7 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) { system "rm -rf debian/"; foreach my $package ( @rpm_packages ) { + open (RPM_PLACE, "$rpm_packaging_place/$package" ) or die "Couldn't open up $rpm_packaging_place/$package: $!\n"; my @specs = ; diff --git a/pkg/rpm/gbootroot.spec b/pkg/rpm/gbootroot.spec index 1a91fba..f693f81 100644 --- a/pkg/rpm/gbootroot.spec +++ b/pkg/rpm/gbootroot.spec @@ -39,14 +39,18 @@ %define __os_install_post %{nil} -Summary: Boot/Root Filesystem Distribution testing and creation. -Name: gbootroot Version: %{version} Release: %{release} Copyright: GPL -# was Utilities/System or Development/System Group: Development/Other -Source: -http://prdownloads.sourceforge.net/gbootroot/gbootroot-%{version}.tar.gz -URL: http://gbootroot.sourceforge.net Distribution: BootRoot Vendor: -Free Software Packager: Jonathan Rosenbaum - +Summary: Boot/Root Filesystem Distribution testing and creation. +Name: gbootroot +Version: %{version} +Release: %{release} +Copyright: GPL +# was Utilities/System or Development/System +Group: Development/Other +Source: http://prdownloads.sourceforge.net/gbootroot/gbootroot-%{version}.tar.gz +URL: http://gbootroot.sourceforge.net +Distribution: BootRoot +Vendor: Free Software +Packager: Jonathan Rosenbaum # Place icon in rpm sources directory prior to build