1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Name: bash
Version: 4.4.12
Release: 2
License: LGPLv2
Summary: Fake package
Requires: glibc
%if %__isa_bits == 32
Requires: libpthread.so.0(GLIBC_2.0)
%else
Requires: libpthread.so.0(GLIBC_2.3)(64bit)
%endif
%description
Fake package
%package debuginfo
Summary: Fake package
Group: Development/Debug
%description debuginfo
Fake package
%package doc
Summary: Fake package
BuildArch: noarch
Requires: %{name}
%description doc
Fake package
#%prep
#%setup -q
%build
echo OK
%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%files debuginfo
%files doc
%changelog
|