[git-annex] fix doc file symlinks, BR ImageMagick-perl, make docs subpackage noarch

Jens Petersen petersen at fedoraproject.org
Tue Jun 26 06:52:59 UTC 2012


commit 3b0abbb3fe885f6a85dfca376be85d27fd9a08a9
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jun 26 15:52:56 2012 +0900

    fix doc file symlinks, BR ImageMagick-perl, make docs subpackage noarch

 git-annex.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/git-annex.spec b/git-annex.spec
index ad39924..a4afb28 100644
--- a/git-annex.spec
+++ b/git-annex.spec
@@ -6,7 +6,7 @@
 
 Name:           git-annex
 Version:        3.20120615
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manage files with git, without checking their contents into git
 
 Group:          Applications/Archiving
@@ -50,6 +50,7 @@ BuildRequires:  ghc-utf8-string-devel
 BuildRequires:  git
 %if %{with docs}
 BuildRequires:  ikiwiki
+BuildRequires:  perl(Image::Magick)
 %endif
 
 Requires:       git
@@ -78,6 +79,7 @@ store.
 %package docs
 Summary:        %{summary}
 Group:          Documentation
+BuildArch:      noarch
 
 %description docs
 This package contains the documentation for %{name} in HTML format.
@@ -106,7 +108,7 @@ install -m 0644 git-annex-shell.1 %{buildroot}%{_mandir}/man1
 
 
 %files
-%doc GPL README NEWS CHANGELOG
+%doc doc/GPL README debian/changelog
 %attr(755,root,root) %{_bindir}/%{name}
 %{_bindir}/%{name}-shell
 %{_mandir}/man1/git-annex.1*
@@ -119,6 +121,11 @@ install -m 0644 git-annex-shell.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Tue Jun 26 2012 Jens Petersen <petersen at redhat.com> - 3.20120615-2
+- fix doc file symlinks
+- BR ImageMagick-perl
+- make docs subpackage noarch
+
 * Sat Jun 23 2012 Ben Boeckel <mathstuf at gmail.com> - 3.20120615-1
 - Update to 3.20120615
 


More information about the scm-commits mailing list