mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
little unknown text mess-up in spec
This commit is contained in:
parent
289366a6eb
commit
ff2fc64636
@ -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 = <RPM_PLACE>;
|
||||
|
@ -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
|
||||
<freesource@users.sourceforge.net>
|
||||
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 <freesource@users.sourceforge.net>
|
||||
|
||||
|
||||
# Place icon in rpm sources directory prior to build
|
||||
|
Loading…
x
Reference in New Issue
Block a user