[newlisp] Fixed file being listed twice

ndowens ndowens at fedoraproject.org
Tue Nov 8 21:23:48 UTC 2011


commit 21ea8cf1b572bcf86c37f810997942c761a12e4a
Author: Nathan Owe <ndowens04ATgmailDOTcom>
Date:   Tue Nov 8 15:23:22 2011 -0600

    Fixed file being listed twice

 newlisp.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index dd96673..1d78de5 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -34,16 +34,22 @@ make install_home HOME=%{buildroot}/usr/
 %files
 %doc %{_datadir}/doc/*
 %doc %{_datadir}/%{name}/init.lsp.example
-%attr(0755,-,-) %{_datadir}/%{name}/util/syntax.cgi
 %{_bindir}/%{name}
 %{_bindir}/newlispdoc
 %{_mandir}/man1/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/modules
-%{_datadir}/%{name}/util
+%{_datadir}/%{name}/util/httpd-conf.lsp
+%{_datadir}/%{name}/util/link.lsp
+%{_datadir}/%{name}/util/nanorc
+%{_datadir}/%{name}/util/%{name}.vim
+%attr(0755,-,-) %{_datadir}/%{name}/util/syntax.cgi
 
 
 %changelog
+* Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject dot org> 10.3.5-2
+- Fixed %%files listing
+
 * Tue Oct 08 2011 Nathan Owe <ndowens at fedoraproject dot org> 10.3.5-1
 - Updated version
 


More information about the scm-commits mailing list