[nasm] Add missing BR: perl(Env)

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Apr 8 05:52:30 UTC 2013


commit 9d1b3328c04950f193a9cfbf107790aab5a45a0b
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Apr 8 07:52:11 2013 +0200

    Add missing BR: perl(Env)
    
    - Move rdf manpages to rdf subpackage

 nasm.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/nasm.spec b/nasm.spec
index 4409b03..3443e5f 100644
--- a/nasm.spec
+++ b/nasm.spec
@@ -1,12 +1,12 @@
 Summary: A portable x86 assembler which uses Intel-like syntax
 Name: nasm
 Version: 2.10.07
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 URL: http://www.nasm.us
 Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.bz2
 Source1: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}-xdoc.tar.bz2
-BuildRequires: perl
+BuildRequires: perl, perl(Env)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -64,7 +64,8 @@ fi
 %doc AUTHORS CHANGES README TODO
 %{_bindir}/nasm
 %{_bindir}/ndisasm
-%{_mandir}/*/*
+%{_mandir}/man1/nasm*
+%{_mandir}/man1/ndisasm*
 %{_infodir}/nasm.info*.gz
 
 %files doc
@@ -80,8 +81,14 @@ fi
 %{_bindir}/rdx
 %{_bindir}/rdf2ith
 %{_bindir}/rdf2srec
+%{_mandir}/man1/rd*
+%{_mandir}/man1/ld*
 
 %changelog
+* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.10.07-4
+- Add missing BR: perl(Env)
+- Move rdf manpages to rdf subpackage
+
 * Thu Mar  7 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.10.07-3
 - Properly obsolete arch-specific doc subpackage
 


More information about the scm-commits mailing list