https://bugzilla.redhat.com/show_bug.cgi?id=1664399 Karel Volný <kvolny@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(kvolny@xxxxxxxxxx | |) | --- Comment #7 from Karel Volný <kvolny@xxxxxxxxxx> --- ah, sorry, thanks for ping new files: https://kvolny.fedorapeople.org/mp3gain.spec https://kvolny.fedorapeople.org/mp3gain-1.6.2-2.fc30.src.rpm changes: --- mp3gain.spec~ 2019-01-09 12:18:01.000000000 +0100 +++ mp3gain.spec 2019-08-16 10:54:26.930040545 +0200 @@ -1,7 +1,7 @@ Name: mp3gain Version: 1.6.2 -%global tarball_version %(echo %version|%{__sed} 's/\\./_/g') +%global tarball_version %(echo %version|sed 's/\\./_/g') Release: 2%{?dist} Summary: Lossless MP3 volume adjustment tool @@ -10,7 +10,7 @@ URL: http://mp3gain.sourceforge.net/ Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{tarball_version}-src.zip # copied from Debian -Source1: %{name}.1.gz +Source1: %{name}.1 Source2: README.method Patch2: %{name}-cflags-1.5.2.patch @@ -32,7 +32,7 @@ %setup -q -c %{name}-%{tarball_version} %patch2 -p0 -b .cflags install -p -m 644 %{SOURCE2} . -%{__sed} -i 's/\r//' lgpl.txt +sed -i 's/\r//' lgpl.txt %build @@ -41,22 +41,23 @@ %install install -Dp -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} -install -Dp -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1.gz +install -Dp -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 %files %doc README.method %license lgpl.txt %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1* %changelog -* Tue Jan 08 2019 Karel Volný <kvolny@xxxxxxxxxx> - 1.6.2-2 +* Fri Aug 16 2019 Karel Volný <kvolny@xxxxxxxxxx> - 1.6.2-2 - Import to Fedora (rhbz#1664399) - Fixed License tag - Dropped Group tag - Improved tarball_version definition +- Unzipped manpage * Wed Jan 02 2019 Sérgio Basto <sergio@xxxxxxxxxx> - 1.6.2-1 - Update to 1.6.2 -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx