Changeset 853 for spec/trunk/SPECS


Ignore:
Timestamp:
Sep 22, 2016, 9:54:31 PM (9 years ago)
Author:
dmik
Message:

spec: libcx: Release version 0.3-1.

File:
1 edited

Legend:

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

    r835 r853  
    11Name: libcx
    22Summary: kLIBC Extension Library
    3 Version: 0.2.1
     3Version: 0.3
    44Release: 1%{?dist}
    55License: LGPLv2.1+
     
    2626Summary: Development package for %{name}
    2727Requires: %{name} = %{version}-%{release}
    28 Requires: libc-devel
     28Requires: libc-devel exceptq-devel
    2929Requires: pkgconfig
    3030
     
    7070install -m 644 nosys_poll.h %{buildroot}%{_includedir}/poll.h
    7171install -m 644 src/poll/poll.h %{buildroot}%{_includedir}/sys
     72install -m 644 src/mmap/sys/mman.h %{buildroot}%{_includedir}/sys
    7273
    7374%clean
     
    8586%{_includedir}/poll.h
    8687%{_includedir}/sys/poll.h
     88%{_includedir}/sys/mman.h
    8789
    8890%changelog
     91* Thu Sep 22 2016 Dmitriy Kuminov <coding@dmik.org> 0.3-1
     92- Release version 0.3
     93  (https://github.com/bitwiseworks/libcx/blob/0.3/CHANGELOG.md).
    8994
    9095* Fri Aug 19 2016 Dmitriy Kuminov <coding@dmik.org> 0.2.1-1
Note: See TracChangeset for help on using the changeset viewer.