Browse Source

Now the rpm src and binary package properly build. This was pretty

involved, next I need to decide whether to establish and different
build and package area.  Probably, at least a package area so it
doesn't interfere with the system.
master
freesource 22 years ago
parent
commit
4700c447d7
  1. 4
      gbootroot_pkg
  2. 4
      pkg/rpm/gbootroot-mdk.spec
  3. 4
      pkg/rpm/gbootroot.spec

4
gbootroot_pkg

@ -75,8 +75,8 @@ my $rpm_packaging_place = "$gbootroot_cvs/pkg/rpm";
my $SPECS = "/usr/src/rpm/SPECS";
my $SOURCES = "/usr/src/rpm/SOURCES";
my $BUILD = "/usr/src/rpm/BUILD";
#my @rpm_packages = qw(gbootroot.spec gbootroot-mdk.spec);
my @rpm_packages = qw(gbootroot-mdk.spec);
my @rpm_packages = qw(gbootroot.spec gbootroot-mdk.spec);
#my @rpm_packages = qw(gbootroot-mdk.spec);
# Other vars

4
pkg/rpm/gbootroot-mdk.spec

@ -99,8 +99,8 @@ make
make install
%clean
make clean
make clean-sources
#make clean
#make clean-sources
# Update this as necessary
# dswim -ql gbootroot > ~/gbootroot/gbootroot/list

4
pkg/rpm/gbootroot.spec

@ -100,8 +100,8 @@ make
make install
%clean
make clean
make clean-sources
#make clean
#make clean-sources
# Update this as necessary
# dswim -ql gbootroot > ~/gbootroot/gbootroot/list

Loading…
Cancel
Save