Fix a bug causing libtool versioning to be ignored.
This bug meant that razor 0.1 was recorded as interface 0 rather
than the intended interface 1. razor 0.2 will use interface 1.
8 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
19 mkdir -p %{buildroot}%{_sysconfdir}
20 mkdir -p %{buildroot}/{%{_bindir},%{_libdir},%{_includedir}}
21 mkdir -p %{buildroot}/media
27 function mkdir_missing(dir)
28 if posix.stat(dir) == nil then
32 mkdir_missing("/media/cdrom")
35 %defattr(0755,root,root)