hi
i try to build package for subsurface 4.1 (diving software)
errror file
https://build.opensuse.org/package/l...SE_13.1/x86_64
in this file, i get some warning and error like
error: Directory not found: /home/abuild/rpmbuild/BUILDROOT/Subsurface-4.1-14.1.x86_64/usr/share/doc/subsurface
spec file
https://build.opensuse.org/package/v....spec?expand=1
a part of this file:
any help would be very appreciate
i try to build package for subsurface 4.1 (diving software)
errror file
https://build.opensuse.org/package/l...SE_13.1/x86_64
in this file, i get some warning and error like
error: Directory not found: /home/abuild/rpmbuild/BUILDROOT/Subsurface-4.1-14.1.x86_64/usr/share/doc/subsurface
spec file
https://build.opensuse.org/package/v....spec?expand=1
a part of this file:
Code:
%prep%setup -q
%build
qmake
make %{?_smp_mflags}
%suse_update_desktop_file subsurface Utility DesktopUtility
%install
export INSTALL_ROOT=%{buildroot}
make %{?_smp_mflags} install DESTDIR=%{buildroot}
%files
%defattr(-,root,root,-)
%doc gpl-2.0.txt README ReleaseNotes.txt
%{_bindir}/subsurface
%{_datadir}/applications/subsurface.desktop
%{_datadir}/doc/subsurface/
%{_datadir}/icons/hicolor/*/apps/subsurface-icon.*
%{_datadir}/subsurface/
%{_mandir}/man1/subsurface.1.gz