Bug 17803

Summary: spec file does not support compressed man pages
Product: [Retired] Red Hat Powertools Reporter: Gregory Leblanc <gleblanc>
Component: cdrdaoAssignee: Tim Powers <timp>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-09-23 13:33:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gregory Leblanc 2000-09-23 02:39:44 UTC
As I said, it doesn't support compressed man pages.  Here's a fix


--- cdrdao.spec~        Tue Nov  2 12:14:29 1999
+++ cdrdao.spec Fri Sep 22 19:35:22 2000
@@ -1,6 +1,6 @@
 %define        name    cdrdao
 %define        version 1.1.3
-%define        release 1
+%define        release 2
 %define        prefix  /usr
 
 Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
@@ -53,11 +53,14 @@
 %doc testtocs COPYING INSTALL README cdrdao.lsm
 %{prefix}/bin/cdrdao
 %{prefix}/bin/xcdrdao
-%{prefix}/man/man1/cdrdao.1
-%{prefix}/man/man1/xcdrdao.1
+%{prefix}/man/man1/cdrdao.1*
+%{prefix}/man/man1/xcdrdao.1*
 %{prefix}/share/gnome/apps/System/xcdrdao.desktop
 
 %changelog
+* Fri Sep 22 2000 Gregory Leblanc <gleblanc>
+- Updated to allow for compressed man pages
+
 * Tue Nov 2 1999 Tim Powers <timp>
 - updated to 1.1.3
 - we now have xcdrdao

Comment 1 Tim Powers 2000-09-23 13:33:00 UTC

*** This bug has been marked as a duplicate of 17802 ***