rply ver. 1.1.4
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
f6b51202d6
commit
4c05d02805
3 changed files with 9 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
rply-1.01.tar.gz
|
||||
/rply-1.1.1.tar.gz
|
||||
/rply-1.1.2.tar.gz
|
||||
/rply-1.1.4.tar.gz
|
||||
|
|
|
|||
17
rply.spec
17
rply.spec
|
|
@ -1,17 +1,16 @@
|
|||
Name: rply
|
||||
Version: 1.1.2
|
||||
Version: 1.1.4
|
||||
Release: %autorelease
|
||||
Summary: A library to read and write PLY files
|
||||
License: MIT
|
||||
URL: http://www.tecgraf.puc-rio.br/~diego/professional/rply/
|
||||
Source0: http://www.tecgraf.puc-rio.br/~diego/professional/rply/%{name}-%{version}.tar.gz
|
||||
URL: https://www.tecgraf.puc-rio.br/~diego/professional/rply/
|
||||
Source0: https://www.tecgraf.puc-rio.br/~diego/professional/rply/%{name}-%{version}.tar.gz
|
||||
Source1: rply_CMakeLists.txt
|
||||
Source2: RPLYConfig.cmake.in
|
||||
Source3: rply_cmake_export_cmakelists.txt
|
||||
|
||||
BuildRequires: cmake >= 2.6.0
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake >= 2.6.0
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -19,17 +18,17 @@ RPly is a library that lets applications read and write PLY files.
|
|||
The PLY file format is widely used to store geometric information, such as 3D
|
||||
models, but is general enough to be useful for other purposes.
|
||||
|
||||
RPly is easy to use, well documented, small, free, open-source, ANSI C,
|
||||
RPly is easy to use, well documented, small, free, open-source, ANSI C,
|
||||
efficient, and well tested. The highlights are:
|
||||
|
||||
* A callback mechanism that makes PLY file input straightforward;
|
||||
* Support for the full range of numeric formats;
|
||||
* Binary (big and little endian) and text modes are fully supported;
|
||||
* Input and output are buffered for efficiency;
|
||||
* Available under the MIT license for added freedom.
|
||||
* Available under the MIT license for added freedom.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
# Add CMakeLists.txt file
|
||||
cp %{SOURCE1} CMakeLists.txt
|
||||
|
|
@ -53,8 +52,6 @@ iconv -f iso8859-1 -t utf-8 LICENSE > LICENSE.conv && mv -f LICENSE.conv LICENSE
|
|||
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/rplyConfig.cmake
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
708a308377f67824d0722203beed0013 rply-1.1.2.tar.gz
|
||||
SHA512 (rply-1.1.4.tar.gz) = be389780b8ca74658433f271682d91e89709ced588c4012c152ccf4014557692a1afd37b1bd5e567cedf9c412d42721eb0412ff3331f38717e527bd5d29c27a7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue