Browse Source

little unknown text mess-up in spec

master
freesource 22 years ago
parent
commit
ff2fc64636
  1. 1
      gbootroot_pkg
  2. 20
      pkg/rpm/gbootroot.spec

1
gbootroot_pkg

@ -369,6 +369,7 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) {
system "rm -rf debian/"; system "rm -rf debian/";
foreach my $package ( @rpm_packages ) { foreach my $package ( @rpm_packages ) {
open (RPM_PLACE, "$rpm_packaging_place/$package" ) or open (RPM_PLACE, "$rpm_packaging_place/$package" ) or
die "Couldn't open up $rpm_packaging_place/$package: $!\n"; die "Couldn't open up $rpm_packaging_place/$package: $!\n";
my @specs = <RPM_PLACE>; my @specs = <RPM_PLACE>;

20
pkg/rpm/gbootroot.spec

@ -39,14 +39,18 @@
%define __os_install_post %{nil} %define __os_install_post %{nil}
Summary: Boot/Root Filesystem Distribution testing and creation. Summary: Boot/Root Filesystem Distribution testing and creation.
Name: gbootroot Version: %{version} Release: %{release} Copyright: GPL Name: gbootroot
# was Utilities/System or Development/System Group: Development/Other Version: %{version}
Source: Release: %{release}
http://prdownloads.sourceforge.net/gbootroot/gbootroot-%{version}.tar.gz Copyright: GPL
URL: http://gbootroot.sourceforge.net Distribution: BootRoot Vendor: # was Utilities/System or Development/System
Free Software Packager: Jonathan Rosenbaum Group: Development/Other
<freesource@users.sourceforge.net> Source: http://prdownloads.sourceforge.net/gbootroot/gbootroot-%{version}.tar.gz
URL: http://gbootroot.sourceforge.net
Distribution: BootRoot
Vendor: Free Software
Packager: Jonathan Rosenbaum <freesource@users.sourceforge.net>
# Place icon in rpm sources directory prior to build # Place icon in rpm sources directory prior to build

Loading…
Cancel
Save