Changeset 651 for spec/trunk/SPECS/libpoll.spec
- Timestamp:
- Feb 1, 2016, 4:37:48 PM (10 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libpoll.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libpoll.spec
r646 r651 5 5 Name: libpoll-devel 6 6 Version: 1.5.1 7 Release: 3%{?dist}7 Release: 4%{?dist} 8 8 License: BSD 9 Vendor: bww bitwise works GmbH 9 10 URL: http://software.clapper.org/poll/ 10 11 … … 21 22 This package implements the System V poll(2) system call for Unix-like systems 22 23 that do not support poll. For instance, the following Unix-like operating 23 systems do not support poll: poll provides a method for multiplexing input and 24 output on multiple open file descriptors; in traditional BSD systems, that 25 capability is provided by select(2). While the semantics of select differ from 26 those of poll, poll can be readily emulated in terms of select, which is exactly 27 what this small piece of software does. 24 systems do not support poll: 25 26 NetBSD, prior to version 1.3 27 FreeBSD, prior to version 3.0 28 OpenBSD, prior to version 2.0 29 BSD/OS. (See the BSD/OS man pages.) 30 Apple's Mac OS X (prior to OS X 10.3) 31 QNX version 6 32 4.4 BSD Lite 2 (not generally used by production systems) 33 386BSD (pretty much obsolete these days) 34 OS/2 (and derivatives) 35 36 poll provides a method for multiplexing input and output on multiple open file 37 descriptors; in traditional BSD systems, that capability is provided by 38 select(2). While the semantics of select differ from those of poll, poll can 39 be readily emulated in terms of select, which is exactly what this small piece 40 of software does. 28 41 29 42 %prep … … 79 92 80 93 %changelog 94 * Mon Feb 1 2016 Dmitriy Kuminov <coding@dmik.org> 1.5.1-4 95 - Correct package description. 96 - Add vendor tag. 97 81 98 * Wed Jan 27 2016 Dmitriy Kuminov <coding@dmik.org> 1.5.1-3 82 99 - Add poll_s.a (for use with ld, e.g. in non-Zomf mode).
Note:
See TracChangeset
for help on using the changeset viewer.
