You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libecb/libecb.spec

41 lines
1.1 KiB

%global snapshot 20121022
12 years ago
Name: libecb
Version: 0.%{snapshot}
Release: 1%{?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
12 years ago
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
* Mon Oct 22 2012 Petr Pisar <ppisar@redhat.com> - 0.20121022-1
- CVS snapshot taken on 2012-10-22
12 years ago
* Mon Oct 08 2012 Petr Pisar <ppisar@redhat.com> - 0.20121008-1
- CVS snapshot taken on 2012-10-08
- Fix for building on big-endian systems (bug #863991)