diff --git a/js-json.spec b/js-json.spec index d9262cf..3e15f75 100644 --- a/js-json.spec +++ b/js-json.spec @@ -5,12 +5,12 @@ %if 0%{?fedora} %global installdir %{_jsdir}/json %else -%global installdir %{_datadir}/javascript +%global installdir %{_datadir}/javascript/json %endif Name: js-json Version: %{commitdate}git%{shortcommit} -Release: 3%{?dist} +Release: 4%{?dist} Summary: An implementation of JSON encoders/decoders in JavaScript Group: System Environment/Libraries @@ -81,6 +81,9 @@ install -p -m0644 -D json_parse_state.js \ %changelog +* Wed Mar 12 2014 Jamie Nguyen - 20140204git3d7767b-4 +- move files to the correct location on EPEL 6 + * Sun Feb 23 2014 Jamie Nguyen - 20140204git3d7767b-3 - add logic for building on EPEL 6