Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 813150 Details for
Bug 1001272
ViTables : duplicate documentation files / potentially conflicting
Home
New
Search
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.rh90 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
0001-Fix-for-UnversionedDocdirs.patch (text/plain), 1.69 KB, created by
Zbigniew Jędrzejewski-Szmek
on 2013-10-17 00:48:35 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Zbigniew Jędrzejewski-Szmek
Created:
2013-10-17 00:48:35 UTC
Size:
1.69 KB
patch
obsolete
>From 62a275d639237fd63bbf094662ddb35c769cdfb0 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> >Date: Wed, 16 Oct 2013 20:47:24 -0400 >Subject: [PATCH] Fix for UnversionedDocdirs > >--- > ViTables.spec | 19 +++++++++---------- > 1 file changed, 9 insertions(+), 10 deletions(-) > >diff --git a/ViTables.spec b/ViTables.spec >index e373790..abc7883 100644 >--- a/ViTables.spec >+++ b/ViTables.spec >@@ -1,7 +1,7 @@ > Summary: Viewer for Hierarchical Datafiles (HDF5) > Name: ViTables > Version: 2.1 >-Release: 6%{?dist} >+Release: 7%{?dist} > License: GPLv3 > Group: Development/Tools > URL: http://www.vitables.org/ >@@ -39,15 +39,12 @@ python setup.py build > %install > python setup.py install -O1 --skip-build --root=%{buildroot} > >-# Add docs >-mkdir -p %{buildroot}%{_docdir}/%{name} >-cp -pr examples/ %{buildroot}%{_docdir}/%{name}/ >-cp -pr doc/UsersGuide.pdf %{buildroot}%{_docdir}/%{name}/ >- >- > %clean > rm -rf %{buildroot} > >+# force the directory to be the same for ViTables and ViTables-doc >+%global _docdir_fmt %{name} >+ > %files > %doc ANNOUNCE.txt README.txt TODO.txt LICENSE.txt > %{_bindir}/vitables >@@ -55,11 +52,13 @@ rm -rf %{buildroot} > %{python_sitelib}/%{name}-%{version}-py*.egg-info > > %files doc >-%dir %{_docdir}/%{name} >-%doc %{_docdir}/%{name}/examples >-%doc %{_docdir}/%{name}/UsersGuide.pdf >+%doc examples/ >+%doc doc/UsersGuide.pdf > > %changelog >+* Wed Oct 16 2013 Zbigniew JÄdrzejewski-Szmek <zbyszek@in.waw.pl> - 2.1-7 >+- Fix for https://fedoraproject.org/wiki/Changes/UnversionedDocdirs >+ > * Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-6 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >-- >1.8.4.652.g0d6e0ce >
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 1001272
: 813150