[z80asm: 1/2] Fixed RPM warnings about doc dir listed twice.

Eric Smith brouhaha at fedoraproject.org
Fri Mar 9 04:34:56 UTC 2012


commit 22ba78ec846083b1712bd93a4907540f24c3db58
Author: Eric Smith <eric at brouhaha.com>
Date:   Thu Mar 8 20:33:23 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