Fix homepgae URL
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
parent
699f56c01a
commit
3de6984688
@ -9,13 +9,16 @@ Release: 1%{?gitversion}%{?dist}
|
||||
Summary: OpenCL ICD Bindings
|
||||
|
||||
License: BSD
|
||||
URL: http://%{name}.forge.imag.fr/
|
||||
URL: https://forge.imag.fr/projects/ocl-icd/
|
||||
Source0: https://forge.imag.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=%{name}/%{name}.git;a=snapshot;h=%{commit};sf=tgz#/%{name}-%{version}-%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: libtool
|
||||
BuildRequires: opencl-headers
|
||||
BuildRequires: ruby
|
||||
|
||||
Provides: opencl-icd-loader
|
||||
|
||||
|
||||
%description
|
||||
OpenCL ICD Bindings
|
||||
|
||||
@ -24,6 +27,7 @@ OpenCL ICD Bindings
|
||||
Summary: Development files for OpenCL ICD Bindings
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%description devel
|
||||
This package contains the development files for %{name}.
|
||||
|
||||
@ -56,6 +60,7 @@ make check
|
||||
%doc COPYING NEWS README
|
||||
%{_libdir}/libOpenCL.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%doc ocl_icd_loader.map ocl_icd_bindings.c
|
||||
%{_includedir}/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user