8
0
forked from pool/tinyobjloader

Accepting request 627771 from home:jengelh:branches:devel:libraries:c_c++

- Ensure neutrality of descriptions.

OBS-URL: https://build.opensuse.org/request/show/627771
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyobjloader?expand=0&rev=2
This commit is contained in:
2018-08-07 06:25:10 +00:00
committed by Git OBS Bridge
parent c16a4b5b52
commit f12aa0fb98
2 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 6 22:41:02 UTC 2018 - jengelh@inai.de
- Ensure neutrality of descriptions.
-------------------------------------------------------------------
Sat Aug 4 18:18:36 UTC 2018 - mardnh@gmx.de

View File

@@ -21,7 +21,7 @@
Name: tinyobjloader
Version: 1.0.6
Release: 0
Summary: Tiny wavefront obj loader
Summary: Wavefront .obj file loader
License: MIT
Group: Development/Languages/C and C++
URL: https://github.com/syoyo/tinyobjloader
@@ -32,18 +32,16 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig
%description
Tiny but powerful single file wavefront obj loader written in C++.
No dependency except for C++ STL. It can parse over 10M polygons with
moderate memory and time.
A single-file Wavefront .obj loader written in C++.
It can parse over 10M polygons with moderate memory and time.
%package -n %{lname}
Summary: Tiny wavefront obj loader
Summary: Wavefront .obj file loader
Group: System/Libraries
%description -n %{lname}
Tiny but powerful single file wavefront obj loader written in C++.
No dependency except for C++ STL. It can parse over 10M polygons with
moderate memory and time.
A single-file Wavefront .obj loader written in C++.
It can parse over 10M polygons with moderate memory and time.
%package devel
Summary: Development files for tinyobjloader
@@ -51,7 +49,7 @@ Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
%description devel
Tiny but powerful single file wavefront obj loader written in C++.
A single-file Wavefront .obj file loader written in C++.
No dependency except for C++ STL. It can parse over 10M polygons with
moderate memory and time.