Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 199821 Details for
Bug 296611
missing man pages for symlinked commands
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to add manpage symlink creation to F-& and devel branch spec files
cdrkit-1.1.6-manpage-symlinks.diff (text/plain), 3.56 KB, created by
Todd Zullinger
on 2007-09-19 17:22:35 UTC
(
hide
)
Description:
patch to add manpage symlink creation to F-& and devel branch spec files
Filename:
MIME Type:
Creator:
Todd Zullinger
Created:
2007-09-19 17:22:35 UTC
Size:
3.56 KB
patch
obsolete
>Index: F-7/cdrkit.spec >=================================================================== >RCS file: /cvs/extras/rpms/cdrkit/F-7/cdrkit.spec,v >retrieving revision 1.4 >diff -u -p -r1.4 cdrkit.spec >--- F-7/cdrkit.spec 21 Jun 2007 09:04:13 -0000 1.4 >+++ F-7/cdrkit.spec 19 Sep 2007 17:17:45 -0000 >@@ -1,8 +1,8 @@ > Summary: A collection of CD/DVD utilities > Name: cdrkit > Version: 1.1.6 >-Release: 1%{?dist} >-License: GPL >+Release: 2%{?dist} >+License: GPLv2 > Group: Applications/System > URL: http://cdrkit.org/ > Source: http://debburn.alioth.debian.org/cdrkit-%{version}.tar.gz >@@ -84,6 +84,12 @@ ln -s icedax $RPM_BUILD_ROOT%{_bindir}/c > ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord > ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord > ln -s readom $RPM_BUILD_ROOT%{_bindir}/readcd >+pushd $RPM_BUILD_ROOT%{_mandir}/man1 > /dev/null >+ln -s icedax.1.gz cdda2wav.1.gz >+ln -s wodim.1.gz cdrecord.1.gz >+ln -s wodim.1.gz dvdrecord.1.gz >+ln -s readom.1.gz readcd.1.gz >+popd > /dev/null > perl -pi -e 's#^require v5.8.1;##g' $RPM_BUILD_ROOT%{_bindir}/dirsplit > > %clean >@@ -102,7 +108,10 @@ rm -rf $RPM_BUILD_ROOT > %{_sbindir}/netscsid > %{_mandir}/man1/devdump.* > %{_mandir}/man1/wodim.* >+%{_mandir}/man1/cdrecord.* >+%{_mandir}/man1/dvdrecord.* > %{_mandir}/man1/readom.* >+%{_mandir}/man1/readcd.* > > %files -n icedax > %defattr(-,root,root) >@@ -112,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT > %{_bindir}/cdda2mp3 > %{_bindir}/cdda2ogg > %{_mandir}/man1/icedax.* >+%{_mandir}/man1/cdda2wav.* > %{_mandir}/man1/cdda2ogg.* > %{_mandir}/man1/list_audio_tracks.* > >@@ -139,6 +149,10 @@ rm -rf $RPM_BUILD_ROOT > %{_mandir}/man1/readmult.* > > %changelog >+* Wed Sep 19 2007 Todd Zullinger <tmz@pobox.com> - 1.1.6-2 >+- add symlinks to manpages (cdda2wav, cdrecord, dvdrecord, and readcd) >+- update License tag >+ > * Wed Jun 20 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-1 > - version 1.1.6 > - added readcd symlink >Index: devel/cdrkit.spec >=================================================================== >RCS file: /cvs/extras/rpms/cdrkit/devel/cdrkit.spec,v >retrieving revision 1.4 >diff -u -p -r1.4 cdrkit.spec >--- devel/cdrkit.spec 17 Aug 2007 12:14:56 -0000 1.4 >+++ devel/cdrkit.spec 19 Sep 2007 17:17:45 -0000 >@@ -1,7 +1,7 @@ > Summary: A collection of CD/DVD utilities > Name: cdrkit > Version: 1.1.6 >-Release: 2%{?dist} >+Release: 3%{?dist} > License: GPLv2 > Group: Applications/System > URL: http://cdrkit.org/ >@@ -84,6 +84,12 @@ ln -s icedax $RPM_BUILD_ROOT%{_bindir}/c > ln -s wodim $RPM_BUILD_ROOT%{_bindir}/cdrecord > ln -s wodim $RPM_BUILD_ROOT%{_bindir}/dvdrecord > ln -s readom $RPM_BUILD_ROOT%{_bindir}/readcd >+pushd $RPM_BUILD_ROOT%{_mandir}/man1 > /dev/null >+ln -s icedax.1.gz cdda2wav.1.gz >+ln -s wodim.1.gz cdrecord.1.gz >+ln -s wodim.1.gz dvdrecord.1.gz >+ln -s readom.1.gz readcd.1.gz >+popd > /dev/null > perl -pi -e 's#^require v5.8.1;##g' $RPM_BUILD_ROOT%{_bindir}/dirsplit > > %clean >@@ -102,7 +108,10 @@ rm -rf $RPM_BUILD_ROOT > %{_sbindir}/netscsid > %{_mandir}/man1/devdump.* > %{_mandir}/man1/wodim.* >+%{_mandir}/man1/cdrecord.* >+%{_mandir}/man1/dvdrecord.* > %{_mandir}/man1/readom.* >+%{_mandir}/man1/readcd.* > > %files -n icedax > %defattr(-,root,root) >@@ -112,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT > %{_bindir}/cdda2mp3 > %{_bindir}/cdda2ogg > %{_mandir}/man1/icedax.* >+%{_mandir}/man1/cdda2wav.* > %{_mandir}/man1/cdda2ogg.* > %{_mandir}/man1/list_audio_tracks.* > >@@ -139,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT > %{_mandir}/man1/readmult.* > > %changelog >+* Wed Sep 19 2007 Todd Zullinger <tmz@pobox.com> - 1.1.6-3 >+- add symlinks to manpages (cdda2wav, cdrecord, dvdrecord, and readcd) >+ > * Fri Aug 17 2007 Harald Hoyer <harald@redhat.com> - 1.1.6-2 > - changed license to GPLv2 >
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 296611
: 199821