[v8/master-restart: 1/2] Fix changelog

Matej Cepl mcepl at fedoraproject.org
Thu Aug 25 06:27:40 UTC 2011


commit 1668f68f9341779689185ea466bb11fc0972fd9f
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Wed Aug 24 23:26:43 2011 +0200

    Fix changelog

 v8.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/v8.spec b/v8.spec
index 94aeb67..0313774 100644
--- a/v8.spec
+++ b/v8.spec
@@ -147,9 +147,9 @@ chmod -x %{buildroot}%{_includedir}/v8/extensions/*.h
 chmod -x %{buildroot}%{_includedir}/v8/extensions/experimental/*.h
 
 # install Python JS minifier scripts for nodejs
-mkdir -p %{buildroot}%{_datadir}/v8
+install -d %{buildroot}%{python_sitelib}
 install -p -m0744 tools/jsmin.py %{buildroot}%{python_sitelib}/
-install -p -m0744 tools/j2sc.py %{buildroot}%{python_sitelib}/
+install -p -m0744 tools/js2c.py %{buildroot}%{python_sitelib}/
 install -p %{SOURCE2} %{buildroot}%{_bindir}/js2c
 
 %clean
@@ -167,11 +167,11 @@ rm -rf %{buildroot}
 
 %files devel
 %defattr(-,root,root,-)
-%{_bindir}/j2sc
+%{_bindir}/js2c
 %{_includedir}/*.h
 %{_includedir}/v8/extensions/
 %{_libdir}/*.so
-%{python_sitelib}/j*.py
+%{python_sitelib}/j*.py*
 
 %changelog
 * Wed Aug 24 2011 Matěj Cepl <mcepl at redhat.com> - 3.3.10-3
@@ -179,7 +179,7 @@ rm -rf %{buildroot}
 - I don't see the reason why Python files shouldn't be in the
   standard Python directories.
 
-* Wed Aug 27 2011 T.C. Hollingsworth <tchollingsworth at gmail.com 3.3.10-2
+* Wed Aug 23 2011 T.C. Hollingsworth <tchollingsworth at gmail.com 3.3.10-2
 - include JavaScript minifier scripts in -devel
 
 * Wed Aug 10 2011 Tom Callaway <spot at fedoraproject.org> 3.3.10-1


More information about the scm-commits mailing list