Ignore:
Timestamp:
Jul 18, 2016, 7:26:31 PM (9 years ago)
Author:
dmik
Message:

spec: libcx: Release version 0.2-1.

File:
1 edited

Legend:

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

    r786 r826  
    11Name: libcx
    22Summary: kLIBC Extension Library
    3 Version: 0.1
     3Version: 0.2
    44Release: 1%{?dist}
    55License: LGPLv2.1+
     
    1010%define github_name libcx
    1111%define github_url  https://github.com/bitwiseworks/%{github_name}/archive
    12 %define github_rev  c00f8621f6a67e8cde3e7cdb84188b66191d8678
     12%define github_rev  0.2
    1313
    1414Source: %{github_name}-%{github_rev}.zip
    1515
    1616BuildRequires: gcc make curl zip
     17
     18Obsoletes: libpoll
     19Provides: libpoll
    1720
    1821%description
     
    2528Requires: libc-devel
    2629Requires: pkgconfig
     30
     31Obsoletes: libpoll-devel
     32Provides: libpoll-devel
    2733
    2834%description devel
     
    5864kmk $KMK_FLAGS DESTDIR="%{buildroot}" install
    5965# Remove tests as we don't need them now
    60 rm -rf %{buildroot}%{_bindir}
     66rm -rf %{buildroot}%{_bindir}/tst-*.exe
     67# Copy headers (@todo move it to Makefile.kmk)
     68mkdir -p %{buildroot}%{_includedir}/sys
     69echo "#include <sys/poll.h>" > nosys_poll.h
     70install -m 644 nosys_poll.h %{buildroot}%{_includedir}/poll.h
     71install -m 644 src/poll/poll.h %{buildroot}%{_includedir}/sys
    6172
    6273%clean
     
    6576%files
    6677%defattr(-,root,root)
    67 %doc LICENSE README.md
     78%doc LICENSE README.md CHANGELOG.md
    6879%{_libdir}/libcx*.dll
    6980
     
    7182%defattr(-,root,root)
    7283%{_libdir}/libcx*.a
     84%{_bindir}/libcx-stats.exe
     85%{_includedir}/poll.h
     86%{_includedir}/sys/poll.h
    7387
    7488%changelog
    7589
     90* Mon Jul 18 2016 Dmitriy Kuminov <coding@dmik.org> 0.2-1
     91- Release version 0.2
     92  (https://github.com/bitwiseworks/libcx/blob/0.2/CHANGELOG.md).
     93
    7694* Fri Jun 10 2016 Dmitriy Kuminov <coding@dmik.org> 0.1-1
    7795- Initial package for version 0.1.
Note: See TracChangeset for help on using the changeset viewer.