[newlisp/f15] Removed missing file in %files

ndowens ndowens at fedoraproject.org
Sat May 5 02:22:27 UTC 2012


commit 4d97d19a14c4caa8a021d3fe8c6c7010e2959a38
Author: ndowens <ndowens at Nathan.Linux>
Date:   Fri May 4 21:22:07 2012 -0500

    Removed missing file in %files

 newlisp.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index c36b064..58ef4d8 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.4.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -51,7 +51,6 @@ make install_home HOME=%{buildroot}/usr/
 
 %files
 %doc %{_datadir}/doc/*
-%doc %{_datadir}/%{name}/init.lsp.example
 %{_bindir}/%{name}
 %{_bindir}/newlispdoc
 %{_mandir}/man1/*
@@ -65,6 +64,9 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Fri May 04 2012 Nathan Owe <ndowens at fedoraproject.org> 10.4.2-2
+- Removed a file in %%files that doesn't exist anymore
+
 * Fri May 04 2012 Nathan Owe <ndowens at fedoraproject.org> 10.4.2-1
 - Fixes missing RPM_OPT_FLAGS (bug #815529)
 - Updated version (bug #818145)


More information about the scm-commits mailing list