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/";
|
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>;
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user