Update to a fresh snapshot

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
Fabian Deutsch 2014-04-29 15:53:52 +02:00
parent 0b2ab45e05
commit ae7bda12a0
3 changed files with 16 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/libclc-20130715gitce72a50.tar.xz
/libclc-20140108gitc002f62.tar.xz
/libclc-20140429git4341094.tar.xz

View File

@ -1,8 +1,10 @@
%define git 20140108gitc002f62
%global commit 434109476bb009b3773e48465ce8bb32a3a3e69e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global checkout 20140429git%{shortcommit}
Name: libclc
Version: 0.0.1
Release: 2.%{git}%{?dist}
Release: 3.%{checkout}%{?dist}
Summary: An open source implementation of the OpenCL 1.1 library requirements
License: BSD
@ -10,7 +12,7 @@ URL: http://libclc.llvm.org/
# Created using:
# $ export PKG=libclc-$(date +%Y%m%d)git$(git describe --always)
# $ git archive --prefix $PKG/ --format tar HEAD | xz > $PKG.tar.xz
Source0: %{name}-%{git}.tar.xz
Source0: %{name}-%{checkout}.tar.xz
# Only builds on x86
ExclusiveArch: %{ix86} x86_64
@ -58,11 +60,15 @@ developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{git}
%setup -q -n %{name}-%{checkout}
%build
./configure.py --prefix=%{_prefix} --libexecdir=%{_libexecdir} --pkgconfigdir=%{_libdir}/pkgconfig/
# fstack-protector-strin is currently not supported by clang++
sed -i "s/fstack-protector-strong/fstack-protector/" Makefile
make %{?_smp_mflags}
@ -82,6 +88,10 @@ make %{?_smp_mflags}
%changelog
* Tue Apr 29 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 0.0.1-2.20140429git4341094
- Update to latest snapshot
- Support for AMD Kabini
* Mon Jan 13 2014 Fabian Deutsch <fabiand@fedoraproject.org> - 0.0.1-2.20140108gitc002f62
- Move headers to main package, needed by clover at runtime

View File

@ -1 +1 @@
56da6ceadcb6887e55eebc4ab56d1c65 libclc-20140108gitc002f62.tar.xz
d39b23f7e9880cb5a02973076a6897fa libclc-20140429git4341094.tar.xz