summaryrefslogtreecommitdiffstats
path: root/funpl
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2011-08-16 16:04:24 +0200
committerMichel Alexandre Salim <salimma@fedoraproject.org>2011-08-16 16:04:24 +0200
commit2221129b43e7e2c9f3c9f61b1f15e595a5fd23b0 (patch)
tree81569b341d0ccfdeed8c7071d3787a0f51c03927 /funpl
parent296c344e903ae3e1c3cb9f2e81d0626371244592 (diff)
downloadspecs-2221129b43e7e2c9f3c9f61b1f15e595a5fd23b0.tar.gz
specs-2221129b43e7e2c9f3c9f61b1f15e595a5fd23b0.tar.xz
specs-2221129b43e7e2c9f3c9f61b1f15e595a5fd23b0.zip
retire lua-loop
Diffstat (limited to 'funpl')
-rw-r--r--funpl/lua-loop.spec88
1 files changed, 0 insertions, 88 deletions
diff --git a/funpl/lua-loop.spec b/funpl/lua-loop.spec
deleted file mode 100644
index 1c48f4d..0000000
--- a/funpl/lua-loop.spec
+++ /dev/null
@@ -1,88 +0,0 @@
-%define luaver 5.1
-%define luapkgdir %{_datadir}/lua/%{luaver}
-
-Name: lua-loop
-Version: 2.3
-Release: 0.2.beta%{?dist}
-Summary: Class models for Lua
-
-Group: Development/Libraries
-License: MIT
-URL: http://loop.luaforge.net/
-Source0: http://luaforge.net/frs/download.php/3525/loop-2.3-beta.tar.gz
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
-Requires: lua >= %{luaver}
-
-BuildArch: noarch
-
-%description
-LOOP stands for Lua Object-Oriented Programming and is a set of
-packages for supporting different models of object-oriented
-programming in the Lua language.
-
-LOOP models are mainly concerned with dynamicity, although there is an
-attempt to keep them as simple and efficient as
-possible. Additionally, LOOP uses fundamental Lua concepts like tables
-(objects) and meta-tables (classes), traditionally used to enable an
-object-oriented programming style, to provide a common ground for the
-interoperability of objects and classes of its different models.
-
-
-%package doc
-Summary: Documentation for %{name}
-Group: Documentation
-Requires: %{name} = %{version}-%{release}
-
-%description doc
-LOOP stands for Lua Object-Oriented Programming and is a set of
-packages for supporting different models of object-oriented
-programming in the Lua language.
-
-This package contains documentation for %{name}.
-
-
-%prep
-%setup -q -n loop-%{version}-beta
-chmod +x lua/*.lua
-for f in doc/*.css; do
- touch -r $f timestamp.txt
- sed -i 's|\r||' $f
- touch -r timestamp.txt $f
-done
-
-
-%build
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{luapkgdir}
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-cp -pr lua/loop $RPM_BUILD_ROOT%{luapkgdir}
-cp -p lua/*.lua $RPM_BUILD_ROOT%{_bindir}
-
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc LICENSE RELEASE
-%{_bindir}/*.lua
-%{luapkgdir}/*
-
-%files doc
-%defattr(-,root,root,-)
-%doc doc/*
-
-
-%changelog
-* Sun Nov 7 2010 Michel Salim <salimma@fedoraproject.org> - 2.3-0.2.beta
-- Move scripts to %%{_bindir}
-- Remove unneeded dependencies
-
-* Thu Oct 1 2009 Michel Salim <salimma@fedoraproject.org> - 2.3-0.1.beta
-- Initial package