diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-06-21 23:33:56 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-06-21 23:33:56 +0930 |
commit | e5ee37f77f029f4df68a0fc92fc7a79c9f8af210 (patch) | |
tree | 2aad42014b8f5a246ce95593891e9fa3e49b4558 | |
parent | 69a51243f182d8c603945920d76523dfca0b3b7b (diff) | |
download | lua-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.spec | 2 |
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 | |||
9 | Group: Development/Libraries | 9 | Group: Development/Libraries |
10 | License: MIT | 10 | License: MIT |
11 | URL: http://www.kyne.com.au/~mark/software/lua-cjson/ | 11 | URL: http://www.kyne.com.au/~mark/software/lua-cjson/ |
12 | Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.zip | 12 | Source0: http://www.kyne.com.au/~mark/software/lua-cjson/lua-cjson-%{version}.tar.gz |
13 | BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | 13 | BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) |
14 | 14 | ||
15 | BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} | 15 | BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} |