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 292291 Details for
Bug 429444
Review Request: libmspack - A library for compression and decomepression
[?]
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]
install doc and main files together in main doc directory
libmspack.spec-doc.diff (text/plain), 1.43 KB, created by
Patrice Dumas
on 2008-01-20 15:22:56 UTC
(
hide
)
Description:
install doc and main files together in main doc directory
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2008-01-20 15:22:56 UTC
Size:
1.43 KB
patch
obsolete
>--- libmspack.spec 2008-01-20 15:48:16.000000000 +0100 >+++ libmspack.spec-pat 2008-01-20 16:19:14.000000000 +0100 >@@ -51,11 +51,15 @@ > touch -r ChangeLog Changelog.utf8 > mv Changelog.utf8 ChangeLog > >-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} >+# install the html documentation in the main package directory >+mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html > install -p -m 0644 doc/*.html doc/*.gif doc/*.png doc/*.css \ >+ $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/ >+# install also the main package documentation files manually since >+# %%doc isn't used for these files >+install -p -m 0644 README TODO COPYING.LIB ChangeLog AUTHORS \ > $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/ > >- > %clean > rm -rf $RPM_BUILD_ROOT > >@@ -67,7 +71,13 @@ > > %files > %defattr(-,root,root,-) >-%doc README TODO COPYING.LIB ChangeLog AUTHORS >+#%doc README TODO COPYING.LIB ChangeLog AUTHORS >+%dir %{_docdir}/%{name}-%{version}/ >+%doc %{_docdir}/%{name}-%{version}/README >+%doc %{_docdir}/%{name}-%{version}/TODO >+%doc %{_docdir}/%{name}-%{version}/COPYING.LIB >+%doc %{_docdir}/%{name}-%{version}/ChangeLog >+%doc %{_docdir}/%{name}-%{version}/AUTHORS > %{_libdir}/*.so.* > > %files devel >@@ -78,7 +88,8 @@ > > %files doc > %defattr(-,root,root,-) >-%doc %{_docdir}/%{name}-%{version}/ >+%dir %{_docdir}/%{name}-%{version}/ >+%doc %{_docdir}/%{name}-%{version}/html/ > > %changelog > * Sun Jan 20 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 0.0-0.3.20060920alpha
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 429444
: 292291