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 291661 Details for
Bug 428763
missing salsa man page
[?]
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 the man page to the RPM build
salsa-man-page.spec.patch (text/plain), 1.02 KB, created by
Mikel Ward
on 2008-01-15 00:52:28 UTC
(
hide
)
Description:
patch to add the man page to the RPM build
Filename:
MIME Type:
Creator:
Mikel Ward
Created:
2008-01-15 00:52:28 UTC
Size:
1.02 KB
patch
obsolete
>--- alsa-utils.spec 2007-10-29 18:38:07.000000000 +1100 >+++ alsa-utils.spec.new 2008-01-15 11:44:43.000000000 +1100 >@@ -12,6 +12,7 @@ > Source2: salsa.c > Source3: alsacard.c > Source4: alsaunmute.c >+Source5: salsa.1 > Source10: alsa.rules > Patch0: alsa-utils-1.0.14-alsaconf.patch > Patch1: alsa-utils-1.0.14-statedir.patch >@@ -36,6 +37,7 @@ > %{__cc} $RPM_OPT_FLAGS -o salsa %{SOURCE2} -lasound > %{__cc} $RPM_OPT_FLAGS -o alsacard %{SOURCE3} -lasound > %{__cc} $RPM_OPT_FLAGS -o alsaunmute %{SOURCE4} -lasound >+%{__cp} %{SOURCE5} . > > %install > %{__rm} -rf $RPM_BUILD_ROOT >@@ -59,6 +61,10 @@ > mkdir -p $RPM_BUILD_ROOT/etc/alsa > touch $RPM_BUILD_ROOT/etc/alsa/asound.state > >+# Install salsa man page >+mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1 >+install -p -m 644 salsa.1 %{buildroot}/usr/share/man/man1 >+ > %clean > %{__rm} -rf $RPM_BUILD_ROOT > >@@ -78,6 +84,9 @@ > > > %changelog >+* Tue Jan 15 2008 Mikel Ward <mikel@mikelward.com> >+- add salsa man page >+ > * Mon Oct 29 2007 Martin Stransky <stransky@redhat.com> 1.0.15-1 > - updated to 1.0.15 final >
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 428763
:
291660
| 291661