0.6.0 + test suite

This commit is contained in:
Xavier Bachelot 2017-02-28 16:28:03 +01:00 committed by Honza Horak
parent 890280ec82
commit 1135df1a89
1 changed files with 9 additions and 2 deletions

11
ck.spec
View File

@ -1,6 +1,6 @@
Name: ck
Version: 0.5.2
Release: 2%{?dist}
Version: 0.6.0
Release: 1%{?dist}
Summary: Library for high performance concurrent programming
Group: Development/Libraries
@ -54,6 +54,9 @@ chmod 0755 %{buildroot}%{_libdir}/libck.so.*
# remove static library
rm %{buildroot}%{_libdir}/libck.a
%check
make check
%files
%license LICENSE
%{_libdir}/libck.so.*
@ -69,6 +72,10 @@ rm %{buildroot}%{_libdir}/libck.a
%postun -p /sbin/ldconfig
%changelog
* Tue Feb 28 2017 Xavier Bachelot <xavier@bachelot.org> - 0.6.0-1
- Update to 0.6.0.
- Run test suite.
* Sat Feb 11 2017 Honza Horak <hhorak@redhat.com> - 0.5.2-2
- Fix issues found during Package Review
Summary provides better idea what this library is for