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 2085027 Details for
Bug 2359408
Review Request: python-apkinspector - apkInspector is a tool to help examine APK files
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 8904696 to 8904953
spec-from-8904696-to-8904953.diff (text/plain), 2.11 KB, created by
Fedora Review Service
on 2025-04-15 08:58:30 UTC
(
hide
)
Description:
The .spec file difference from Copr build 8904696 to 8904953
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2025-04-15 08:58:30 UTC
Size:
2.11 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/8904696 >+++ https://copr.fedorainfracloud.org/coprs/build/8904953 >@@ -1,14 +1,21 @@ >-%bcond_with bootstrap >+%bcond_without bootstrap > > Name: python-apkinspector >-Version: 1.3.3 >+# Get version from GitHub to build documentation >+# Latest release on GitHub is behind latest release on PyPI >+# https://github.com/erev0s/apkInspector/issues/40 >+Version: 1.3.2 > Release: %autorelease > # Fill in the actual package summary to submit package to Fedora > Summary: apkInspector is a tool to help examine APK files > > License: Apache-2.0 > URL: https://github.com/erev0s/apkInspector >-Source: %{pypi_source apkinspector} >+Source0: apkInspector-%{version}-clean.tar.gz >+# Script to download source and remove binary apks >+Source1: getclean.sh >+# Use theme that does not have javascript >+Patch: doc.patch > > BuildArch: noarch > BuildRequires: python3-devel >@@ -16,6 +23,10 @@ > BuildRequires: python3dist(apkinspector) > BuildRequires: help2man > %endif >+# Documentation >+BuildRequires: python3dist(sphinx) >+# Use lv_2 instead instead of book-theme >+BuildRequires: python3-sphinx_lv2_theme > > %global _description %{expand: > apkInspector is a tool designed to provide detailed insights into the zip >@@ -37,7 +48,7 @@ > > > %prep >-%autosetup -p1 -n apkinspector-%{version} >+%autosetup -p1 -n apkInspector-%{version} > > > %generate_buildrequires >@@ -49,6 +60,12 @@ > %if %{without bootstrap} > help2man --version-string='%{version}' --no-discard-stderr --no-info --name='%{summary}' --output=apkInspector.1 apkInspector > %endif >+pushd docs >+sphinx-build _src html -b html >+# remove build uneeded artifacts >+rm -rf html/.buildinfo >+rm -rf html/.doctrees >+popd > > %install > %pyproject_install >@@ -60,7 +77,7 @@ > > %check > %pyproject_check_import >- >+# Test require packaging binary apks, so not run as these are removed > > %files -n python3-apkinspector -f %{pyproject_files} > %{_bindir}/apkInspector >@@ -68,6 +85,7 @@ > %if %{without bootstrap} > %{_mandir}/man1/apkInspector.1* > %endif >+%doc docs/html/ > > %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 2359408
: 2085027