You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
308 B
23 lines
308 B
3 years ago
|
# 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
|