1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Making the specs even better. This time avoiding post scripts

specific to various rpm flavors.
This commit is contained in:
freesource 2003-02-14 05:35:34 +00:00
parent aea0e0054b
commit ccf483d186
2 changed files with 28 additions and 12 deletions

View File

@ -28,6 +28,16 @@
%define buildd_dir /gbootroot-%{version} %define buildd_dir /gbootroot-%{version}
%define filelist %{base_dir}/pkg/rpm/filelist %define filelist %{base_dir}/pkg/rpm/filelist
# This line prevents alternative post scripts that are specific to
# various rpm system from running, and interacting badly with the
# spec. This great when you want to maintain packages that run
# everywhere, and don't relish the idea of having to compile hundreds
# of packages every time you do a release. However, efforts on the
# parts of individuals to make packages specific to various
# distributions are greatly appreciated.
%define __os_install_post %{nil}
Summary: Boot/Root Filesystem Distribution testing and creation. Summary: Boot/Root Filesystem Distribution testing and creation.
Name: gbootroot Name: gbootroot

View File

@ -28,19 +28,25 @@
%define buildd_dir /gbootroot-%{version} %define buildd_dir /gbootroot-%{version}
%define filelist %{base_dir}/pkg/rpm/filelist %define filelist %{base_dir}/pkg/rpm/filelist
# This line prevents alternative post scripts that are specific to
# various rpm system from running, and interacting badly with the
# spec. This great when you want to maintain packages that run
# everywhere, and don't relish the idea of having to compile hundreds
# of packages every time you do a release. However, efforts on the
# parts of individuals to make packages specific to various
# distributions are greatly appreciated.
Summary: Boot/Root Filesystem Distribution testing and creation. %define __os_install_post %{nil}
Name: gbootroot
Version: %{version}
Release: %{release} Summary: Boot/Root Filesystem Distribution testing and creation.
Copyright: GPL Name: gbootroot Version: %{version} Release: %{release} Copyright: GPL
# was Utilities/System or Development/System # was Utilities/System or Development/System Group: Development/Other
Group: Development/Other Source:
Source: http://prdownloads.sourceforge.net/gbootroot/gbootroot-%{version}.tar.gz http://prdownloads.sourceforge.net/gbootroot/gbootroot-%{version}.tar.gz
URL: http://gbootroot.sourceforge.net URL: http://gbootroot.sourceforge.net Distribution: BootRoot Vendor:
Distribution: BootRoot Free Software Packager: Jonathan Rosenbaum
Vendor: Free Software <freesource@users.sourceforge.net>
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