[z80asm] Simplify installing of docs.

Ville Skyttä scop at fedoraproject.org
Sat Jul 27 12:51:35 UTC 2013


commit 64328f476bd733ba6c6de977b065a6b31c726492
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jul 27 15:51:17 2013 +0300

    Simplify installing of docs.

 z80asm.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/z80asm.spec b/z80asm.spec
index b246d70..2a32336 100644
--- a/z80asm.spec
+++ b/z80asm.spec
@@ -1,6 +1,6 @@
 Name:		z80asm
 Version:	1.8
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Z80 Assembler
 Group:		Development/Languages
 License:	GPLv3+
@@ -46,16 +46,17 @@ install -d -m0755 %{buildroot}%{_mandir}/man1
 install -p -m0644 %{name}.1 %{buildroot}%{_mandir}/man1
 install -d -m0755 %{buildroot}%{_datadir}/%{name}
 install -p -m0644 headers/*.asm %{buildroot}%{_datadir}/%{name}
-install -d -m0755 %{buildroot}%{_docdir}/%{name}-%{version}/examples
-install -p -m0644 examples/* %{buildroot}%{_docdir}/%{name}-%{version}/examples
 
 %files
-%doc COPYING GPL3 ChangeLog
+%doc COPYING GPL3 ChangeLog examples
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 %{_datadir}/%{name}
 
 %changelog
+* Sat Jul 27 2013 Ville Skyttä <ville.skytta at iki.fi> - 1.8-5
+- Simplify installing of docs.
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list