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 588376 Details for
Bug 662259
Review Request: git-annex - Manage files with git, without checking their contents in
[?]
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]
git-annex.spec-2.patch
git-annex.spec-2.patch (text/plain), 1.61 KB, created by
Jens Petersen
on 2012-06-01 09:52:39 UTC
(
hide
)
Description:
git-annex.spec-2.patch
Filename:
MIME Type:
Creator:
Jens Petersen
Created:
2012-06-01 09:52:39 UTC
Size:
1.61 KB
patch
obsolete
>diff -u git-annex.spec-2 git-annex.spec >--- git-annex.spec-2 2012-05-22 16:49:14.000000000 +0900 >+++ git-annex.spec 2012-06-01 18:43:51.806217704 +0900 >@@ -2,6 +2,8 @@ > # https://fedoraproject.org/wiki/Packaging:Haskell > # https://fedoraproject.org/wiki/PackagingDrafts/Haskell > >+%bcond_without docs >+ > Name: git-annex > Version: 3.20120418 > Release: 2%{?dist} >@@ -46,7 +48,9 @@ > BuildRequires: ghc-unix-devel > BuildRequires: ghc-utf8-string-devel > BuildRequires: git >+%if %{with docs} > BuildRequires: ikiwiki >+%endif > > %description > git-annex allows managing files with git, without checking the file contents >@@ -69,6 +73,16 @@ > store. > > >+%if %{with docs} >+%package docs >+Summary: Manage files with git, without checking their contents into git >+Group: Documentation >+ >+%description docs >+This package contains the documentation for git-annex in html format. >+%endif >+ >+ > %prep > %setup -q > %patch0 -p1 -b .no-ifelse >@@ -76,7 +90,10 @@ > > %build > %ghc_bin_build >+ >+%if %{with docs} > make docs >+%endif > > > %install >@@ -91,14 +108,22 @@ > %doc GPL README NEWS CHANGELOG html/ > %attr(755,root,root) %{_bindir}/%{name} > %{_bindir}/%{name}-shell >+%if %{with docs} > %{_mandir}/man1/%{name}.1* > %{_mandir}/man1/%{name}-shell.1* >+%endif >+ >+ >+%if %{with docs} >+%files docs >+%doc GPL html/ >+%endif > > > %changelog > * Tue May 22 2012 Jens Petersen <petersen@redhat.com> - 3.20120418-2 > - create git-annex-shell symlink >-- build and include manpages and docs >+- build and include manpages and subpackage docs with bcond > > * Sat Apr 21 2012 Ben Boeckel <mathstuf@gmail.com> - 3.20120418-1 > - Update to 3.20120418
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 662259
:
585977
| 588376 |
591068