Changeset 826 for spec/trunk/SPECS/libcx.spec
- Timestamp:
- Jul 18, 2016, 7:26:31 PM (9 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libcx.spec (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libcx.spec
r786 r826 1 1 Name: libcx 2 2 Summary: kLIBC Extension Library 3 Version: 0. 13 Version: 0.2 4 4 Release: 1%{?dist} 5 5 License: LGPLv2.1+ … … 10 10 %define github_name libcx 11 11 %define github_url https://github.com/bitwiseworks/%{github_name}/archive 12 %define github_rev c00f8621f6a67e8cde3e7cdb84188b66191d867812 %define github_rev 0.2 13 13 14 14 Source: %{github_name}-%{github_rev}.zip 15 15 16 16 BuildRequires: gcc make curl zip 17 18 Obsoletes: libpoll 19 Provides: libpoll 17 20 18 21 %description … … 25 28 Requires: libc-devel 26 29 Requires: pkgconfig 30 31 Obsoletes: libpoll-devel 32 Provides: libpoll-devel 27 33 28 34 %description devel … … 58 64 kmk $KMK_FLAGS DESTDIR="%{buildroot}" install 59 65 # Remove tests as we don't need them now 60 rm -rf %{buildroot}%{_bindir} 66 rm -rf %{buildroot}%{_bindir}/tst-*.exe 67 # Copy headers (@todo move it to Makefile.kmk) 68 mkdir -p %{buildroot}%{_includedir}/sys 69 echo "#include <sys/poll.h>" > nosys_poll.h 70 install -m 644 nosys_poll.h %{buildroot}%{_includedir}/poll.h 71 install -m 644 src/poll/poll.h %{buildroot}%{_includedir}/sys 61 72 62 73 %clean … … 65 76 %files 66 77 %defattr(-,root,root) 67 %doc LICENSE README.md 78 %doc LICENSE README.md CHANGELOG.md 68 79 %{_libdir}/libcx*.dll 69 80 … … 71 82 %defattr(-,root,root) 72 83 %{_libdir}/libcx*.a 84 %{_bindir}/libcx-stats.exe 85 %{_includedir}/poll.h 86 %{_includedir}/sys/poll.h 73 87 74 88 %changelog 75 89 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 76 94 * Fri Jun 10 2016 Dmitriy Kuminov <coding@dmik.org> 0.1-1 77 95 - Initial package for version 0.1.
Note:
See TracChangeset
for help on using the changeset viewer.
