Changeset 1288 for spec/trunk/SPECS


Ignore:
Timestamp:
Jan 9, 2018, 1:11:16 PM (8 years ago)
Author:
dmik
Message:

spec: libcx: Release version 0.6.1-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libcx.spec

    r1284 r1288  
    22Summary: kLIBC Extension Library
    33Version: 0.6.1
    4 Release: 1%{?dist}
     4Release: 2%{?dist}
    55License: LGPLv2.1+
    66Group: System/Libraries
     
    88URL: https://github.com/bitwiseworks/libcx
    99
    10 %scm_source github https://github.com/bitwiseworks/libcx %{version}
     10%scm_source github https://github.com/bitwiseworks/libcx 9e8e69cfbd12f8c7b12a7a43b009186c5aa358e5
    1111
    1212Obsoletes: libpoll
     
    5454%{__install} -m 644 src/mmap/sys/mman.h %{buildroot}%{_includedir}/sys
    5555%{__install} -m 644 src/exeinfo/libcx/exeinfo.h %{buildroot}%{_includedir}/libcx
     56%{__install} -m 644 src/spawn/libcx/spawn2.h %{buildroot}%{_includedir}/libcx
    5657# Dir for LIBCx assertion logs
    5758%{__mkdir_p} %{buildroot}%{_var}/log/libcx
    5859
    5960%check
    60 # No tests for now, spawn2 fails because test-skeleton.c prints stats to stdout.
    61 #kmk  %{kmk_flags} test
     61kmk  %{kmk_flags} test
    6262
    6363%clean
     
    7979%{_includedir}/sys/mman.h
    8080%{_includedir}/libcx/exeinfo.h
     81%{_includedir}/libcx/spawn2.h
    8182
    8283%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
    8388* Wed Dec 27 2017 Dmitriy Kuminov <coding@dmik.org> 0.6.1-1
    8489- Release version 0.6.1
Note: See TracChangeset for help on using the changeset viewer.