diff options
Diffstat (limited to 'test/spec/setup-not-quiet.spec')
-rw-r--r-- | test/spec/setup-not-quiet.spec | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/spec/setup-not-quiet.spec b/test/spec/setup-not-quiet.spec new file mode 100644 index 0000000..951951a --- /dev/null +++ b/test/spec/setup-not-quiet.spec @@ -0,0 +1,25 @@ +Name: setup-not-quiet +Version: 0 +Release: 0 +Summary: setup-not-quiet warning. +License: GPL-2.0-only +Group: Undefined +URL: http://rpmlint.zarb.org/#%{name} +Source0: Source0.tar.gz + +%description +Use the -q option to the %setup macro to avoid useless build output from +unpacking the sources. + +%prep + +%setup + +%build + +%install + +%files +%{_libdir}/foo + +%changelog |