10
0
Low Kian Seong
2014-01-29 06:41:40 +00:00
committed by Git OBS Bridge
commit 71970854ff
5 changed files with 86 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Jan 29 14:14:50 UTC 2014 - kianseong@gmail.com
- Initial Version

55
lua-luafilesystem.spec Normal file
View File

@@ -0,0 +1,55 @@
#
# spec file for package lua-luafilesystem
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define mod_name luafilesystem
Name: lua-luafilesystem
Version: 1.6.2
Release: 0
License: MIT
Summary: Filesystem support for Lua
Url: https://github.com/downloads/keplerproject/luafilesystem/
Group: Development/Libraries/Other
Source: luafilesystem-1.6.2.tar.gz
# PATCH-FIX-OPENSUSE lua-luafilesystem-fix-configuration.patch malcolmlewis@opensuse.org -- Clean up building and add rpm optflags.
BuildRequires: lua-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
LuaFileSystem is a Lua library developed to complement the set of functions
related to file systems offered by the standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying directory
structure and file attributes.
%prep
%setup -q -n %{mod_name}-%{version}
%build
export OPTFLAGS="%{optflags}"
make
%install
%makeinstall LUA_LIBDIR='$(DESTDIR)%{_libdir}/lua/5.2/'
%files
%defattr(-,root,root,-)
%doc doc/us/*
%dir %{_libdir}/lua
%dir %{_libdir}/lua/5.2
%{_libdir}/lua/5.2/lfs.so
%changelog

BIN
luafilesystem-1.6.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.