Accepting request 452922 from devel:libraries:c_c++

New package needed for Krita.

- Repackage without examples/spline see 
  https://github.com/VcDevel/Vc/issues/150 for details.

- Update to version 1.3.0
  * Too many changes to list, please see
    https://github.com/VcDevel/Vc/releases for details.

OBS-URL: https://build.opensuse.org/request/show/452922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Vc?expand=0&rev=5
This commit is contained in:
2017-01-28 10:07:58 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64a606c14867fb5eb5efbd5769d273a515c7f8a78743b2d4746efbdab43d3e2c
size 311961

3
Vc-1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95fdd00a1f689017a76ea194f6df307816f84e821f6a871ac3eec98c7f68f3ff
size 539537

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 27 11:48:35 UTC 2017 - idonmez@suse.com
- Repackage without examples/spline see
https://github.com/VcDevel/Vc/issues/150 for details.
-------------------------------------------------------------------
Thu Oct 27 13:41:17 UTC 2016 - idonmez@suse.com
- Update to version 1.3.0
* Too many changes to list, please see
https://github.com/VcDevel/Vc/releases for details.
-------------------------------------------------------------------
Tue Oct 6 17:57:11 UTC 2015 - asterios.dramis@gmail.com

16
Vc.spec
View File

@@ -1,7 +1,7 @@
#
# spec file for package Vc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 Asterios Dramis <asterios.dramis@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@@ -18,13 +18,15 @@
Name: Vc
Version: 0.7.5
Version: 1.3.0
Release: 0
Summary: Collection of SIMD Vector Classes
License: LGPL-3.0+ and GPL-3.0+
License: BSD-3-Clause
Group: System/Libraries
Url: https://github.com/VcDevel/Vc/
Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz
#Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz
#Repackaged to remove spline example: https://github.com/VcDevel/Vc/issues/150
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: fdupes
@@ -82,16 +84,16 @@ cd ..
# Install devel docs (do it manually to fix also rpmlint warning "files-duplicate" with %%fdupes)
mkdir -p %{buildroot}%{_docdir}/%{name}-devel
cp -a doc/html/ %{buildroot}%{_docdir}/%{name}-devel/
install -pm 0644 LGPL %{buildroot}%{_docdir}/%{name}-devel/
%fdupes -s %{buildroot}
%files devel
%defattr(-,root,root,-)
%doc LICENSE
%doc %{_docdir}/%{name}-devel/
%{_includedir}/Vc/
%dir %{_libexecdir}/cmake
%{_libexecdir}/cmake/Vc/
%dir %{_libdir}/cmake
%{_libdir}/cmake/Vc/
%files devel-static
%defattr(-,root,root,-)