diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 21:25:03 +0300 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-11-12 18:31:51 +0100 |
commit | 9a823ff31dd16d7e8ef6b8832e0b10afa440d0b0 (patch) | |
tree | 23227e454ec9ff176f190b1361c24dab7c7e68dd /packaging/nasm.spec | |
parent | ad7fd4665f73f4911605dae6b0479e8605edbc6d (diff) | |
download | nasm-9a823ff31dd16d7e8ef6b8832e0b10afa440d0b0.tar.gz nasm-9a823ff31dd16d7e8ef6b8832e0b10afa440d0b0.tar.bz2 nasm-9a823ff31dd16d7e8ef6b8832e0b10afa440d0b0.zip |
resetting manifest requested domain to floor
Diffstat (limited to 'packaging/nasm.spec')
-rw-r--r-- | packaging/nasm.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/nasm.spec b/packaging/nasm.spec index 6d46c88..1986d4f 100644 --- a/packaging/nasm.spec +++ b/packaging/nasm.spec @@ -6,6 +6,7 @@ Summary: Netwide Assembler (An x86 Assembler) Url: http://nasm.sourceforge.net/ Group: Development/Languages Source: nasm-%{version}.tar.xz +Source1001: nasm.manifest BuildRequires: makeinfo %description @@ -16,6 +17,7 @@ Read the licence agreement in /usr/share/doc/packages/nasm/Licence. %prep %setup -q +cp %{SOURCE1001} . %package doc License: LGPL-2.1+ @@ -54,12 +56,14 @@ install -m 644 ndisasm.1 nasm.1 rdoff/*.1 %{buildroot}%{_mandir}/man1 install -m 644 doc/info/* %{buildroot}%{_infodir} %files +%manifest %{name}.manifest %defattr(-,root,root) %license LICENSE /usr/bin/* %doc %{_mandir}/man1/*.1.gz %files doc +%manifest %{name}.manifest %defattr(-,root,root) %doc %{_docdir}/nasm %doc %{_infodir}/nasm* |