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 1955094 Details for
Bug 2183700
Review Request: nim - A statically typed compiled systems programming language
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]
The .spec file difference from Copr build 5735135 to 5735583
spec-from-5735135-to-5735583.diff (text/plain), 1.82 KB, created by
Jakub Kadlčík
on 2023-04-01 16:51:10 UTC
(
hide
)
Description:
The .spec file difference from Copr build 5735135 to 5735583
Filename:
MIME Type:
Creator:
Jakub Kadlčík
Created:
2023-04-01 16:51:10 UTC
Size:
1.82 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/5735135 >+++ https://copr.fedorainfracloud.org/coprs/build/5735583 >@@ -15,6 +15,7 @@ > # https://github.com/nim-lang/Nim/pull/20943 > Patch0: https://raw.githubusercontent.com/topazus/fedora-src/main/fix-s390x.patch > Patch1: https://raw.githubusercontent.com/topazus/fedora-src/main/fix-install-location.patch >+Patch2: https://raw.githubusercontent.com/topazus/fedora-src/main/fix-compiler-binary-lookup-in-docgen.patch > > BuildRequires: gcc-c++ make > BuildRequires: openssl-devel >@@ -22,6 +23,12 @@ > BuildRequires: help2man > # used for building docs and testing > BuildRequires: nodejs >+# build pdf doc >+BuildRequires: texlive-xetex texlive-metafont dejavu-fonts-all >+BuildRequires: gnu-free-serif-fonts texlive-gofonts texlive-relsize >+BuildRequires: texlive-parskip texlive-dingbat texlive-fvextra >+BuildRequires: texlive-tcolorbox texlive-tikzfill texlive-ulem >+BuildRequires: texlive-tabulary texlive-pdfcol > > %if %{with check} > BuildRequires: gc-devel >@@ -76,8 +83,11 @@ > > # generate documentation > %if %{with docs} >-./koch docs -d:release >+#./koch docs -d:release >+./koch pdf > %endif >+ >+rm lib/pure/unidecode/gen.py > > # regenerate installer script > rm install.sh >@@ -104,8 +114,10 @@ > > %if %{with docs} > mkdir -p %{buildroot}%{_docdir}/%{name} >-cp -a doc/html %{buildroot}%{_docdir}/%{name} >-cp tools/dochack/dochack.js %{buildroot}%{_docdir}/%{name} >+#cp -a doc/html %{buildroot}%{_docdir}/%{name} >+#cp tools/dochack/dochack.js %{buildroot}%{_docdir}/%{name} >+ >+cp doc/pdf/*.pdf %{buildroot}%{_docdir}/%{name} > %endif > > # https://github.com/nim-lang/Nim/issues/7401 >@@ -131,6 +143,7 @@ > %files > %license copying.txt dist/nimble/license.txt > %doc doc/readme.txt >+%dir %{_sysconfdir}/nim > %config(noreplace) %{_sysconfdir}/nim/* > %{_bindir}/nim{,ble} > %{_libdir}/nim/
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 2183700
: 1955094 |
1956359