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
|
Name: prereq_use
Version: 0
Release: 0
Summary: prereq_use warning
License: GPL-2.0-only
Group: Undefined
URL: http://rpmlint.zarb.org/#%{name}
Source0: Source0.tar.gz
Patch0: Patch0.patch
PreReq(pre): none
PreReq(post): none_other
%description
The use of PreReq is deprecated. In the majority of cases, a plain Requires
is enough and the right thing to do. Sometimes Requires(pre), Requires(post),
Requires(preun) and/or Requires(postun) can also be used instead of PreReq.
%prep
cd lib
%autopatch
%autosetup
%build
%install
%ifarch
# apply patch0
%patch0 -p0
%endif
%files
%{_libdir}/foo
%changelog
|