auto-import rpm-4.0.3-1.03c from rpm-4.0.3-1.03c.src.rpm
This commit is contained in:
parent
36cc617e49
commit
b8d6280b27
13
rpm.spec
13
rpm.spec
@ -19,9 +19,14 @@ Name: rpm
|
|||||||
%define version 4.0.3
|
%define version 4.0.3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
%{expand: %%define rpm_version %{version}}
|
%{expand: %%define rpm_version %{version}}
|
||||||
Release: 1.03
|
Release: 1.03c
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||||
|
Patch0: rpm-4.0.2-ferror.patch
|
||||||
|
Patch1: rpm-4.0.3-s390-varargs.patch
|
||||||
|
Patch2: rpm-4.0.3-shutup.patch
|
||||||
|
Patch3: rpm-4.0.3-config.patch
|
||||||
|
Patch4: rpm-4.0.3-s390.patch
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Conflicts: patch < 2.5
|
Conflicts: patch < 2.5
|
||||||
%ifos linux
|
%ifos linux
|
||||||
@ -150,6 +155,12 @@ shell-like rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .ferror
|
||||||
|
%patch1 -p1 -b .s390-varargs
|
||||||
|
#%patch2 -p1 -b .shutup
|
||||||
|
%patch3 -p1 -b .config
|
||||||
|
%patch4 -p1 -b .s390
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user