%global snapshot 20130509 Name: libecb Version: 0.%{snapshot} Release: 3%{?dist} Summary: Compiler built-ins Group: Development/Libraries License: BSD URL: http://software.schmorp.de/pkg/libecb # Snapshot from CVS :pserver:anonymous@cvs.schmorp.de/schmorpforge libecb Source0: %{name}-%{snapshot}.tar.xz BuildArch: noarch Requires: glibc-headers %description This project delivers you many GCC built-ins, attributes and a number of generally useful low-level functions, such as popcount, expect, prefetch, noinline, assume, unreachable and so on. %prep %setup -q -n %{name}-%{snapshot} %build # Keep empty %%build section for possible RPM hooks %install install -d %{buildroot}%{_includedir} install -m 0644 -t %{buildroot}%{_includedir} *.h %files %doc Changes ecb.pod LICENSE README %{_includedir}/* %changelog * Sat Jun 07 2014 Fedora Release Engineering - 0.20130509-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.20130509-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu May 09 2013 Petr Pisar - 0.20130509-1 - CVS snapshot taken on 2013-05-09 * Thu Feb 14 2013 Fedora Release Engineering - 0.20121022-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Oct 22 2012 Petr Pisar - 0.20121022-1 - CVS snapshot taken on 2012-10-22 * Mon Oct 08 2012 Petr Pisar - 0.20121008-1 - CVS snapshot taken on 2012-10-08 - Fix for building on big-endian systems (bug #863991)