Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1939783 Details for
Bug 2160996
Review Request: draco - A library for compressing and decompressing 3D geometric meshes and point clouds
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for fixing help2man
draco.spec (text/plain), 2.39 KB, created by
Arthur Bols
on 2023-01-22 11:20:19 UTC
(
hide
)
Description:
Patch for fixing help2man
Filename:
MIME Type:
Creator:
Arthur Bols
Created:
2023-01-22 11:20:19 UTC
Size:
2.39 KB
patch
obsolete
>#Disable test >%global gtest 1 > >Name: draco >Version: 1.5.5 >Release: %autorelease >Summary: A library for compressing and decompressing 3D geometric meshes and point clouds >License: Apache-2.0 >URL: https://github.com/google/%{name} >Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz > ># Downstream-only patch that unconditionally links a system copy of gtest, ># rather than expecting a git submodule as upstream prefers (and gtest upstream ># would recommend). >Patch: 0001-Use-system-gtest.patch > ># Add a missing include ># https://github.com/google/draco/pull/964 >Patch: 964.patch > > >BuildRequires: cmake >%if %{?gtest} >BuildRequires: cmake(gtest) >%endif >BuildRequires: gcc >BuildRequires: gcc-c++ >BuildRequires: help2man >BuildRequires: ninja-build >BuildRequires: pkgconfig(python3) > >%description >A library for compressing and decompressing 3D geometric meshes and point clouds > >%package devel >Summary: Development files for draco >Requires: %{name}%{?_isa} = %{version}-%{release} > >%description devel >%{summary}. > >%prep >%autosetup -p1 -n %{name}-%{version} > ># Remove precompiled CSS and Javascript along binaries >rm -fr {javascript,maya,docs/assets} > >%build >%cmake -GNinja \ > -DBUILD_SHARED_LIBS=ON \ > -DCMAKE_BUILD_TYPE=Release \ >%if %{?gtest} > -DDRACO_TESTS=ON >%endif > >%cmake_build > >%install >%cmake_install > ># remove static file >rm -f %{buildroot}/%{_libdir}/libdraco.a > ># Create missing man files downstream >mkdir -p %{buildroot}%{_mandir}/man1 ># Create missing man files downstream >mkdir -p %{buildroot}%{_mandir}/man1 >LD_LIBRARY_PATH=%{buildroot}%{_libdir} help2man -N --version-string=%{version} \ > -o %{buildroot}%{_mandir}/man1/%{name}_decoder-%{version}.1 \ > %{buildroot}%{_bindir}/%{name}_decoder >LD_LIBRARY_PATH=%{buildroot}%{_libdir} help2man -N --version-string=%{version} \ > -o %{buildroot}%{_mandir}/man1/%{name}_encoder-%{version}.1 \ > %{buildroot}%{_bindir}/%{name}_encoder > >%if %{?gtest} >%check >%{_vpath_builddir}/draco_tests >%endif > >%files >%license LICENSE AUTHORS >%doc README.md >%{_bindir}/%{name}_decoder >%{_bindir}/%{name}_decoder-%{version} >%{_bindir}/%{name}_encoder >%{_bindir}/%{name}_encoder-%{version} >%{_libdir}/lib%{name}.so.7 >%{_libdir}/lib%{name}.so.7.0.0 >%{_mandir}/man1/%{name}_decoder-%{version}.1* >%{_mandir}/man1/%{name}_encoder-%{version}.1* > >%files devel >%{_includedir}/%{name}/ >%{_datadir}/cmake/%{name}/ >%{_libdir}/lib%{name}.so >%{_libdir}/pkgconfig/%{name}.pc > >%changelog >%autochangelog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2160996
:
1938649
|
1938650
|
1939112
|
1939320
|
1939783
|
1939785
|
1940011