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 2017032 Details for
Bug 2264463
Review Request: cramjam-cli - Simple CLI to a variety of compression algorithms
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 7020743 to 7020814
spec-from-7020743-to-7020814.diff (text/plain), 1.80 KB, created by
Fedora Review Service
on 2024-02-15 20:37:48 UTC
(
hide
)
Description:
The .spec file difference from Copr build 7020743 to 7020814
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2024-02-15 20:37:48 UTC
Size:
1.80 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/7020743 >+++ https://copr.fedorainfracloud.org/coprs/build/7020814 >@@ -55,6 +55,20 @@ > %{summary}. > > >+%package -n python3-cramjam-cli >+Summary: Python metadata for cramjam-cli >+License: MIT >+ >+Requires: cramjam-cli%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} >+ >+%description -n python3-cramjam-cli >+This package includes Python metadata corresponding to the cramjam-cli PyPI >+package. It does not include an importable Python module. >+ >+This is packaged separately from the cramjam-cli command-line tool because >+cramjam-cli does not otherwise require a Python interpreter. >+ >+ > %prep > %autosetup -n cramjam_cli-%{version} -p1 > >@@ -79,26 +93,22 @@ > %install > %pyproject_install > # Because this package is distributed on PyPI and built via Python tooling, it >-# includes Python metadata, even though it does not provide an importable >-# package. However, we cannot use %%pyproject_save_files without an importable >-# module, so we form the appropriate files list manually. >-( >- di='%{buildroot}%{python3_sitearch}/cramjam_cli-%{version}.dist-info' >- find "${di}" -type d -printf '%%%%dir %%p/\n' >- find "${di}" ! -type d \( -name 'LICENS*' \) -printf '%%%%license %%p\n' >- find "${di}" ! -type d ! \( -name 'LICENS*' \) -printf '%%p\n' >-) | sed -r 's@(^| )%{buildroot}@\1@' | tee %{pyproject_files} >-# Roughly equivalent to %%pyproject_save_files -l: >-grep -E '^%%license' %{pyproject_files} > /dev/null >+# includes Python metadata. However, we cannot use %%pyproject_save_files >+# without an importable module. > > > %check > %pytest -v > > >-%files -f %{pyproject_files} >+%files >+%license LICENSE LICENSES.dependencies > %doc README.md > %{_bindir}/cramjam-cli >+ >+ >+%files -n python3-cramjam-cli >+%{python3_sitearch}/cramjam_cli-%{version}.dist-info/ > > > %changelog
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 2264463
: 2017032 |
2017283