Changeset 1288 for spec/trunk/SPECS
- Timestamp:
- Jan 9, 2018, 1:11:16 PM (8 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libcx.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libcx.spec
r1284 r1288 2 2 Summary: kLIBC Extension Library 3 3 Version: 0.6.1 4 Release: 1%{?dist}4 Release: 2%{?dist} 5 5 License: LGPLv2.1+ 6 6 Group: System/Libraries … … 8 8 URL: https://github.com/bitwiseworks/libcx 9 9 10 %scm_source github https://github.com/bitwiseworks/libcx %{version}10 %scm_source github https://github.com/bitwiseworks/libcx 9e8e69cfbd12f8c7b12a7a43b009186c5aa358e5 11 11 12 12 Obsoletes: libpoll … … 54 54 %{__install} -m 644 src/mmap/sys/mman.h %{buildroot}%{_includedir}/sys 55 55 %{__install} -m 644 src/exeinfo/libcx/exeinfo.h %{buildroot}%{_includedir}/libcx 56 %{__install} -m 644 src/spawn/libcx/spawn2.h %{buildroot}%{_includedir}/libcx 56 57 # Dir for LIBCx assertion logs 57 58 %{__mkdir_p} %{buildroot}%{_var}/log/libcx 58 59 59 60 %check 60 # No tests for now, spawn2 fails because test-skeleton.c prints stats to stdout. 61 #kmk %{kmk_flags} test 61 kmk %{kmk_flags} test 62 62 63 63 %clean … … 79 79 %{_includedir}/sys/mman.h 80 80 %{_includedir}/libcx/exeinfo.h 81 %{_includedir}/libcx/spawn2.h 81 82 82 83 %changelog 84 * Mon Jan 8 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.1-2 85 - Add missing header libcx/spawn2.h. 86 - Enable tests at build time (fixed). 87 83 88 * Wed Dec 27 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.1-1 84 89 - Release version 0.6.1
Note:
See TracChangeset
for help on using the changeset viewer.
