User:Real bastie

Jump to: navigation, search

Project info edit

This site is using to tell you some information about (my) projects. At this time a work mostly on COBOL DOS (see User:Real_bastie/COBOL_DOS). This is a pre configured operating system for COBOL developer with some nice software, components, tools and frameworks.


openSUSE build service [OBS] edit

Using build service are not easy - so here I added my (F)AQ...

Directories

  • Do not use %{_datadir} for writeable files! Use other - think %{_usr}/local/<appdir> is a good place???

Links

  • Create link like:
%{__mkdir_p} %{buildroot}/opt/cobol
%{__mkdir_p} %{buildroot}%{_bindir}
pushd %{buildroot}%{_bindir}
%{__ln} -sf %{buildroot}/opt/cobol/FOO
popd