Ignore:
Timestamp:
Jun 21, 2019, 10:36:43 AM (6 years ago)
Author:
Silvan Scherrer
Message:

spec: os2-base: Release version 0.0.1-1.

File:
1 edited

Legend:

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

    r1432 r1655  
    22Summary: OS/2 - eComStation 2.0 - ArcaOS 5.0 base
    33Name: os2-base
    4 Version: 0.0.0
    5 Release: 19%{?dist}
     4Version: 0.0.1
     5Release: 1%{?dist}
    66
    77License: free
     
    1212BuildRequires: os2-rpm >= 1-2
    1313Requires: os2-rpm >= 1-2
     14Requires: libc >= 1:0.1.0-1
    1415
    1516Provides: ansicall.dll
     
    245246Virtual package for OS/2 base shared libraries packaging.
    246247
    247 %package fhs
    248 License:        free
    249 Summary:        Provides a /@unixroot/bin directory for posix compatibility.
    250 
    251 %description fhs
    252 Adds /bin to provide posix directory compatibility for shell script execution
    253 (as /bin/sh) as FHS http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs
    254 
    255248%package unixtools-path
    256249License:        free
     
    287280%dir %{os2_helpdir}
    288281%dir %{os2_langdir}
    289 
    290 %files fhs
    291 %defattr(-,root,root,-)
    292 # no files in a virtual package
    293282
    294283%files unixtools-path
     
    331320fi
    332321
    333 %post fhs
    334 if [ "$1" = 1 ] ; then
    335 #execute only on first install
    336 ln -s /@unixroot/usr/bin /@unixroot/bin
    337 fi
    338 
    339 %postun fhs
    340 if [ "$1" = 0 ] ; then
    341 #execute only on last uninstall
    342 rm /@unixroot/bin
    343 fi
    344 
    345322%post unixtools-path
    346323if [ "$1" = 1 ] ; then
     
    357334
    358335%changelog
     336* Fri Jun 21 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.0.1-1
     337- remove the fhs package, as not needed with libcn
     338- add requires to libcn (libc version 1:0.1.0 or better)
     339
    359340* Mon Jun 18 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.0.0-19
    360341- use %{os2_config_sys} macro instead of fixed c:\config.sys
Note: See TracChangeset for help on using the changeset viewer.