Ignore:
Timestamp:
Mar 21, 2013, 4:18:12 PM (12 years ago)
Author:
Yuri Dario
Message:

spec: os2-base, added fhs package to provide /bin symlink (for FHS script compatibility).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/os2-base.spec

    r245 r340  
    33Name: os2-base
    44Version: 0.0.0
    5 Release: 4%{?dist}
     5Release: 5%{?dist}
    66
    77License: free
     
    243243Virtual package for OS/2 base shared libraries packaging.
    244244
     245%package fhs
     246License:        free
     247Summary:        Provides a /@unixroot/bin directory for posix compatibility.
     248
     249%description fhs
     250Adds /bin to provide posix directory compatibility for shell script esecution
     251(as /bin/sh) as FHS http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs
     252
    245253
    246254%prep
     
    251259
    252260%install
    253 # nothing to do
     261rm -rf $RPM_BUILD_ROOT
     262mkdir -p $RPM_BUILD_ROOT
     263ln -s /@unixroot/usr/bin $RPM_BUILD_ROOT/bin
    254264
    255265%clean
     
    258268%files
    259269# no files in a virtual package
     270
     271%files fhs
     272/
    260273
    261274%post
     
    275288%cube {DELLINE "SET UNIXROOT="} c:\config.sys > NUL
    276289fi
     290
     291%changelog
     292* Thu Mar 21 2013 yd
     293- added fhs package to provide /bin symlink (for FHS script compatibility).
Note: See TracChangeset for help on using the changeset viewer.