Refix bug causing plover_get_program_directory() to fail when executable is in a root directory
1 %define _source_payload w9.gzdio
2 %define _binary_payload w9.gzdio
5 Summary: A package that fails in its postun script
8 URL: http://www.juiblex.co.uk/beach
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17 A package that fails in its postun script, triggering a warning on removal.
24 mkdir -p $RPM_BUILD_ROOT/usr/bin
25 echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/usr/bin/badpostun
30 error("Failed after uninstall")