|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
%global snapshot 20150608
|
|
|
|
|
%global snapshot 20160209
|
|
|
|
|
# Do not create debuginfo sub-package because there is no binary executable
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
Name: libecb
|
|
|
|
|
Version: 0.%{snapshot}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Compiler built-ins
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: BSD or GPLv2+
|
|
|
|
|
URL: http://software.schmorp.de/pkg/libecb
|
|
|
|
|
URL: http://software.schmorp.de/pkg/libecb.html
|
|
|
|
|
# Snapshot from CVS :pserver:anonymous@cvs.schmorp.de/schmorpforge libecb
|
|
|
|
|
Source0: %{name}-%{snapshot}.tar.xz
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
@ -57,6 +57,11 @@ install -m 0644 -t %{buildroot}%{_mandir}/man3 *.3
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 09 2016 Petr Pisar <ppisar@redhat.com> - 0.20160209-1
|
|
|
|
|
- CVS snapshot taken on 2016-02-09 (improved ecb_binary16_to_float,
|
|
|
|
|
ecb_float_to_binary16, ecb_binary16_to_binary32, ecb_binary32_to_binary16
|
|
|
|
|
added, ecb_byteorder_helper changed prototype)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20150608-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|