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 1953710 Details for
Bug 2163518
Review Request: python-r128gain - Fast audio loudness scanner & tagger
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 5563172 to 5709385
spec-from-5563172-to-5709385.diff (text/plain), 1.88 KB, created by
Jakub Kadlčík
on 2023-03-26 09:02:31 UTC
(
hide
)
Description:
The .spec file difference from Copr build 5563172 to 5709385
Filename:
MIME Type:
Creator:
Jakub Kadlčík
Created:
2023-03-26 09:02:31 UTC
Size:
1.88 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/5563172 >+++ https://copr.fedorainfracloud.org/coprs/build/5709385 >@@ -1,5 +1,5 @@ > ## START: Set by rpmautospec >-## (rpmautospec version 0.3.1) >+## (rpmautospec version 0.3.5) > ## RPMAUTOSPEC: autorelease, autochangelog > %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: > release_number = 1; >@@ -15,7 +15,7 @@ > %bcond_with tests > > Name: python-%{projname} >-Version: 1.0.6 >+Version: 1.0.7 > Release: %autorelease > Summary: Fast audio loudness scanner & tagger > >@@ -23,9 +23,13 @@ > URL: https://github.com/desbma/%{projname} > Source0: %{url}/archive/%{version}/%{projname}-%{version}.tar.gz > >+# Needed to allow the use of argparse-manpage to generate a manpage >+Patch: 0000-expose-arg-parser.patch >+ > BuildArch: noarch > > BuildRequires: python3-devel >+BuildRequires: argparse-manpage > > %if %{with tests} > BuildRequires: python3-requests >@@ -47,7 +51,7 @@ > %description -n python3-%{projname} %_description > > %prep >-%autosetup -n %{projname}-%{version} >+%autosetup -n %{projname}-%{version} -p1 > > # Remove unwanted shebangs > sed -i /^#!/d r128gain/{__init__,__main__}.py >@@ -58,9 +62,19 @@ > %build > %pyproject_wheel > >+# Generate a basic manpage >+PYTHONPATH=. argparse-manpage \ >+ --prog %{modname} --module %{modname} \ >+ --function get_arg_parser --author desbma \ >+ --project-name %{name} --url %{url} \ >+ >%{modname}.1 >+ > %install > %pyproject_install > %pyproject_save_files %{modname} >+ >+install -d %{buildroot}%{_mandir}/man1 >+install -pm 0644 %{modname}.1 %{buildroot}%{_mandir}/man1 > > %check > %if %{with tests} >@@ -73,8 +87,9 @@ > %license LICENSE > %doc README.md > %{_bindir}/%{modname} >+%{_mandir}/man1/%{modname}.1* > > %changelog >-* Mon Jan 23 2023 John Doe <packager@example.com> - 1.0.6-1 >+* Sat Mar 25 2023 John Doe <packager@example.com> - 1.0.7-1 > - Uncommitted changes >
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 2163518
: 1953710 |
1953770