update to 0.1.0 [release 0.1.0-1mamba;Fri Sep 15 2017]
This commit is contained in:
parent
037d1efca7
commit
e40bc9df4c
37
libgltf.spec
37
libgltf.spec
@ -1,6 +1,6 @@
|
||||
Name: libgltf
|
||||
Version: 0.0.2
|
||||
Release: 3mamba
|
||||
Version: 0.1.0
|
||||
Release: 1mamba
|
||||
Summary: A C++ library for rendering OpenGL models stored in glTF format.
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -8,18 +8,15 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://gerrit.libreoffice.org/gitweb?p=libgltf.git
|
||||
## GITSOURCE https://gerrit.libreoffice.org/p/libgltf.git libgltf-0.0.2
|
||||
Source: https://gerrit.libreoffice.org/p/libgltf.git/libgltf-%{version}/libgltf-%{version}.tar.bz2
|
||||
Source: https://dev-www.libreoffice.org/src/libgltf/libgltf-%{version}.tar.gz
|
||||
#Source: https://gerrit.libreoffice.org/p/libgltf.git/libgltf-%{version}/libgltf-%{version}.tar.bz2
|
||||
License: MPL 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
# AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libepoxy-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglew-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libglew-devel >= 1.13
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-ENDBuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
LIBGLTF is a C++ library for rendering OpenGL models stored in glTF format.
|
||||
@ -55,24 +52,22 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgltf-0.0.so.*
|
||||
%{_libdir}/libgltf-0.1.so.*
|
||||
%doc AUTHORS COPYING LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libgltf-0.0
|
||||
%{_includedir}/libgltf-0.0/*
|
||||
%{_libdir}/libgltf-0.0.la
|
||||
%{_libdir}/libgltf-0.0.so
|
||||
%{_libdir}/pkgconfig/libgltf-0.0.pc
|
||||
%dir %{_includedir}/libgltf-0.1
|
||||
%{_libdir}/libgltf-0.1.a
|
||||
%{_includedir}/libgltf-0.1/*
|
||||
%{_libdir}/libgltf-0.1.la
|
||||
%{_libdir}/libgltf-0.1.so
|
||||
%{_libdir}/pkgconfig/libgltf-0.1.pc
|
||||
%doc NEWS README
|
||||
|
||||
%changelog
|
||||
* Fri Feb 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-3mamba
|
||||
- rebuilt with libglew 1.13.0
|
||||
|
||||
* Sun Jan 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-2mamba
|
||||
- rebuilt with gcc 5.3
|
||||
* Fri Sep 15 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.1.0-1mamba
|
||||
- update to 0.1.0
|
||||
|
||||
* Sun Feb 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user