Changeset 1655 for spec/trunk/SPECS/os2-base.spec
- Timestamp:
- Jun 21, 2019, 10:36:43 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/os2-base.spec
r1432 r1655 2 2 Summary: OS/2 - eComStation 2.0 - ArcaOS 5.0 base 3 3 Name: os2-base 4 Version: 0.0. 05 Release: 1 9%{?dist}4 Version: 0.0.1 5 Release: 1%{?dist} 6 6 7 7 License: free … … 12 12 BuildRequires: os2-rpm >= 1-2 13 13 Requires: os2-rpm >= 1-2 14 Requires: libc >= 1:0.1.0-1 14 15 15 16 Provides: ansicall.dll … … 245 246 Virtual package for OS/2 base shared libraries packaging. 246 247 247 %package fhs248 License: free249 Summary: Provides a /@unixroot/bin directory for posix compatibility.250 251 %description fhs252 Adds /bin to provide posix directory compatibility for shell script execution253 (as /bin/sh) as FHS http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs254 255 248 %package unixtools-path 256 249 License: free … … 287 280 %dir %{os2_helpdir} 288 281 %dir %{os2_langdir} 289 290 %files fhs291 %defattr(-,root,root,-)292 # no files in a virtual package293 282 294 283 %files unixtools-path … … 331 320 fi 332 321 333 %post fhs334 if [ "$1" = 1 ] ; then335 #execute only on first install336 ln -s /@unixroot/usr/bin /@unixroot/bin337 fi338 339 %postun fhs340 if [ "$1" = 0 ] ; then341 #execute only on last uninstall342 rm /@unixroot/bin343 fi344 345 322 %post unixtools-path 346 323 if [ "$1" = 1 ] ; then … … 357 334 358 335 %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 359 340 * Mon Jun 18 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 0.0.0-19 360 341 - use %{os2_config_sys} macro instead of fixed c:\config.sys
Note:
See TracChangeset
for help on using the changeset viewer.