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