23 lines
308 B
RPMSpec
23 lines
308 B
RPMSpec
# This spec file is used to check if the provided version of rpmbuild supports the "Suggests:" tag
|
|
|
|
Name: test
|
|
Version: 0
|
|
Release: 1
|
|
Summary: test
|
|
License: test
|
|
|
|
Suggests: suggested_package
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
|
|
%build
|
|
%configure
|
|
%install
|
|
%clean
|
|
%files
|
|
%doc
|
|
%changelog
|