Changeset 340 for spec/trunk/SPECS/os2-base.spec
- Timestamp:
- Mar 21, 2013, 4:18:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/os2-base.spec
r245 r340 3 3 Name: os2-base 4 4 Version: 0.0.0 5 Release: 4%{?dist}5 Release: 5%{?dist} 6 6 7 7 License: free … … 243 243 Virtual package for OS/2 base shared libraries packaging. 244 244 245 %package fhs 246 License: free 247 Summary: Provides a /@unixroot/bin directory for posix compatibility. 248 249 %description fhs 250 Adds /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 245 253 246 254 %prep … … 251 259 252 260 %install 253 # nothing to do 261 rm -rf $RPM_BUILD_ROOT 262 mkdir -p $RPM_BUILD_ROOT 263 ln -s /@unixroot/usr/bin $RPM_BUILD_ROOT/bin 254 264 255 265 %clean … … 258 268 %files 259 269 # no files in a virtual package 270 271 %files fhs 272 / 260 273 261 274 %post … … 275 288 %cube {DELLINE "SET UNIXROOT="} c:\config.sys > NUL 276 289 fi 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.