This commit is contained in:
parent
b043d1e6b7
commit
29b16d1f2e
@ -52,10 +52,13 @@ and adding support for others requires very little work.
|
||||
%install
|
||||
%makeinstall PREFIX="%{_prefix}"
|
||||
|
||||
echo -n > optional-files.lst
|
||||
[ -e "%{buildroot}%{_bindir}/crename" ] && echo %{_bindir}/crename >> optional-files.lst
|
||||
|
||||
%clean
|
||||
%__rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%files -f optional-files.lst
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING CREDITS NEWS README
|
||||
%{_bindir}/deco
|
||||
|
Loading…
Reference in New Issue
Block a user