[openCOLLADA] Fix typo in spec.

Richard Shaw hobbes1069 at fedoraproject.org
Tue Jan 10 02:17:19 UTC 2012


commit dd1cbd64c79b6cd6c230fa7f6324adb1a5e8e98f
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Mon Jan 9 20:17:14 2012 -0600

    Fix typo in spec.

 openCOLLADA.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openCOLLADA.spec b/openCOLLADA.spec
index d1ffe37..e75fbe7 100644
--- a/openCOLLADA.spec
+++ b/openCOLLADA.spec
@@ -98,7 +98,7 @@ dos2unix -f -k README
 find htdocs/ -name *.php -exec dos2unix -f {} \;
 find htdocs/ -name *.css -exec dos2unix -f {} \;
 
-# Install Changelog
+# Install ChangeLog
 install -p -m 0644 %{S:1} ./
 
 
@@ -132,7 +132,7 @@ install -p -m 0755 bin/* %{buildroot}%{_bindir}/
 
 
 %files
-%doc README LICENSE README.COLLADAStreamWriter COLLADAStreamWriter/AUTHORS Changelog
+%doc README LICENSE README.COLLADAStreamWriter COLLADAStreamWriter/AUTHORS ChangeLog
 %{_libdir}/lib*.so.%{sover}
 
 %files doc


More information about the scm-commits mailing list