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