Changeset 1488 for spec/trunk/SPECS
- Timestamp:
- Sep 11, 2018, 8:42:06 PM (7 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libcx.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libcx.spec
r1382 r1488 1 1 Name: libcx 2 2 Summary: kLIBC Extension Library 3 Version: 0.6. 23 Version: 0.6.3 4 4 Release: 1%{?dist} 5 5 License: LGPLv2.1+ … … 9 9 10 10 %scm_source github https://github.com/bitwiseworks/libcx %{version} 11 #scm_source git file://D:/Coding/libcx/master XXX 11 12 12 13 Obsoletes: libpoll … … 54 55 %{__install} -m 644 src/mmap/sys/mman.h %{buildroot}%{_includedir}/sys 55 56 %{__install} -m 644 src/exeinfo/libcx/exeinfo.h %{buildroot}%{_includedir}/libcx 57 %{__install} -m 644 src/net/libcx/net.h %{buildroot}%{_includedir}/libcx 58 %{__install} -m 644 src/net/ifaddrs.h %{buildroot}%{_includedir} 56 59 %{__install} -m 644 src/spawn/libcx/spawn2.h %{buildroot}%{_includedir}/libcx 57 60 # Dir for LIBCx assertion logs … … 76 79 %{_bindir}/libcx-stats.exe 77 80 %{_includedir}/poll.h 81 %{_includedir}/ifaddrs.h 78 82 %{_includedir}/sys/poll.h 79 83 %{_includedir}/sys/mman.h 80 84 %{_includedir}/libcx/exeinfo.h 85 %{_includedir}/libcx/net.h 81 86 %{_includedir}/libcx/spawn2.h 82 87 83 88 %changelog 89 * Tue Sep 11 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.3-1 90 - Release version 0.6.3 91 (https://github.com/bitwiseworks/libcx/blob/0.6.3/CHANGELOG.md). 92 84 93 * Tue Apr 17 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.2-1 85 94 - Release version 0.6.2
Note:
See TracChangeset
for help on using the changeset viewer.
