summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Moskal2002-11-01 13:15:47 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3493a8ec8bfdf8ab293aa0df964a93f255f2ac4f (patch)
tree9a06f34f53c3adeaae2a6cc9e7a60b6f58831072
parent3c2e9d00b3e3711d2b17ade2ea63513c2392f99c (diff)
downloadlua40-3493a8ec8bfdf8ab293aa0df964a93f255f2ac4f.zip
lua40-3493a8ec8bfdf8ab293aa0df964a93f255f2ac4f.tar.gz
- I guess the idea was to rename *package* not only spec file
- release 3 Changed files: lua40.spec -> 1.5
-rw-r--r--lua40.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/lua40.spec b/lua40.spec
index 172a65a..9449902 100644
--- a/lua40.spec
+++ b/lua40.spec
@@ -1,14 +1,14 @@
%define _refman_version 4.0
Summary: A simple lightweight powerful embeddable programming language
Summary(pl): Prosty, lekki ale potężny, osadzalny język programowania
-Name: lua
+Name: lua40
Version: 4.0.1
-Release: 2
+Release: 3
License: BSD-like (see docs)
Group: Development/Languages
-Source0: http://www.lua.org/ftp/%{name}-%{version}.tar.gz
+Source0: http://www.lua.org/ftp/lua-%{version}.tar.gz
Source1: http://www.lua.org/ftp/refman-%{_refman_version}.ps.gz
-Patch1: %{name}-OPT.patch
+Patch1: lua-OPT.patch
URL: http://www.lua.org/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,7 +63,7 @@ Static Lua libraries.
Biblioteki statyczne Lua.
%prep
-%setup -q
+%setup -q -n lua-%{version}
cp -f %{SOURCE1} refman.ps.gz
#%patch0 -p1