Accepting request 406154 from home:pluskalm:branches:X11:XOrg
- Update to version 0.2.0+git.20160209 OBS-URL: https://build.opensuse.org/request/show/406154 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=9
This commit is contained in:
parent
de45a0b6be
commit
4a7b3370ca
5
_service
5
_service
@ -3,8 +3,9 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="versionformat">0.2.0+git%cd.%h</param>
|
||||
<param name="revision">6d784075bc56815b0fc493690572c893979abbdd</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">b518692b52a0bbdf9cf0e2167b9629dd9501abcd</param>
|
||||
<param name="versionformat">0.2.0+git.%cd</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
|
3
libclc-0.2.0+git.20160209.tar.xz
Normal file
3
libclc-0.2.0+git.20160209.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:705837225ed35c7ca15f3179b1bec3ec7f9c57ce308164e5dff2a6adc9da7a4e
|
||||
size 76148
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6935b56b984067d48c710b5b30a329b9303661d787b059ab5d09fcb5a95ea49a
|
||||
size 74764
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 0.2.0+git.20160209
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 10:00:57 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
10
libclc.spec
10
libclc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libclc
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libclc
|
||||
Version: 0.2.0+git20151006.6d78407
|
||||
Version: 0.2.0+git.20160209
|
||||
Release: 0
|
||||
Summary: OpenCL C programming language library
|
||||
License: BSD-3-Clause or MIT
|
||||
@ -27,11 +27,10 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-rpmlintrc
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libstdc++-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: llvm-clang-devel
|
||||
BuildRequires: llvm-devel >= 3.7
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
BuildRequires: zlib-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -55,11 +54,10 @@ export \
|
||||
--enable-runtime-subnormal \
|
||||
--pkgconfigdir=%{_libdir}/pkgconfig/ \
|
||||
--libexecdir=%{_libdir}/clc/
|
||||
|
||||
make %{?_smp_mflags} VERBOSE=1
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user