[z80asm] Fixed RPM warnings about doc dir listed twice.

Eric Smith brouhaha at fedoraproject.org
Fri Mar 9 04:32:10 UTC 2012


commit 4eca7be0f104a9c2f8ebdc113367f9fde74312ef
Author: Eric Smith <eric at p1.brouhaha.com>
Date:   Thu Mar 8 20:32:47 2012 -0800

    Fixed RPM warnings about doc dir listed twice.

 z80asm.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/z80asm.spec b/z80asm.spec
index 29e2a19..cd68c92 100644
--- a/z80asm.spec
+++ b/z80asm.spec
@@ -1,6 +1,6 @@
 Name:		z80asm
 Version:	1.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Z80 Assembler
 Group:		Development/Languages
 License:	GPLv3+
@@ -54,8 +54,10 @@ install -p -m0644 examples/* %{buildroot}%{_docdir}/%{name}-%{version}/examples
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 %{_datadir}/%{name}
-%{_docdir}/%{name}-%{version}
 
 %changelog
+* Tue Mar 08 2012 Eric Smith <eric at brouhaha.com>  1.8-2
+- Fixed RPM warnings about doc dir listed twice
+
 * Sun Feb 26 2012 Eric Smith <eric at brouhaha.com>  1.8-1
 - Initial version


More information about the scm-commits mailing list