aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-06-21 23:33:56 +0930
committerMark Pulford <mark@kyne.com.au>2011-06-21 23:33:56 +0930
commite5ee37f77f029f4df68a0fc92fc7a79c9f8af210 (patch)
tree2aad42014b8f5a246ce95593891e9fa3e49b4558
parent69a51243f182d8c603945920d76523dfca0b3b7b (diff)
downloadlua-cjson-e5ee37f77f029f4df68a0fc92fc7a79c9f8af210.tar.gz
lua-cjson-e5ee37f77f029f4df68a0fc92fc7a79c9f8af210.tar.bz2
lua-cjson-e5ee37f77f029f4df68a0fc92fc7a79c9f8af210.zip
Change RPM spec to use tar.gz
-rw-r--r--lua-cjson.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec
index a5ca530..386dbf0 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -9,7 +9,7 @@ Summary: JSON support for the Lua language
9Group: Development/Libraries 9Group: Development/Libraries
10License: MIT 10License: MIT
11URL: http://www.kyne.com.au/~mark/software/lua-cjson/ 11URL: http://www.kyne.com.au/~mark/software/lua-cjson/
12Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.zip 12Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.tar.gz
13BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 13BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
14 14
15BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} 15BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver}