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:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user