forked from pool/lua-lgi
Accepting request 304614 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/304614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lgi?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
b31d324090
commit
ffc8cba8a8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e818eb3104da84e361d228820f0c72756912ff6dd25b9488182bbc36ffcc425
|
||||
size 282052
|
3
lgi-0.9.0.tar.gz
Normal file
3
lgi-0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87c7870f8a1c60b48c4d5587b7fab46863e1cb9e76a68520f47e9ef2764cfe24
|
||||
size 285248
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 09:21:46 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 0.9.0:
|
||||
* Allow defining new properties on custom GObject subclasses
|
||||
implemented using lgi.
|
||||
* Improve compatibility with locales (turkish).
|
||||
* Fix GPtrArray handling.
|
||||
* Improve behavior when running in assorted multiple-embedded and
|
||||
concurrent scenarios.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 13:05:56 UTC 2014 - freyes@suse.com
|
||||
|
||||
|
39
lua-lgi.spec
39
lua-lgi.spec
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package lua-lgi
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Adam Mizerski <adam@mizerski.pl>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -15,27 +16,26 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define _lua lua
|
||||
%define _name lgi
|
||||
|
||||
Name: %{_lua}-%{_name}
|
||||
Version: 0.8.0
|
||||
%define _name lgi
|
||||
Name: lua-%{_name}
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Lua bindings to GObject libraries
|
||||
Group: Development/Libraries/Other
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Url: https://github.com/pavouk/lgi
|
||||
Source0: %{_name}-%{version}.tar.gz
|
||||
BuildRequires: %{_lua}-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
|
||||
Source0: https://github.com/pavouk/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
Requires: %{_lua}
|
||||
BuildRequires: pkgconfig(lua)
|
||||
Requires: lua
|
||||
|
||||
%description
|
||||
Dynamic Lua binding to any library which is introspectable
|
||||
using gobject-introspection. Allows using GObject-based libraries
|
||||
using gobject-introspection. Allows using GObject-based libraries
|
||||
directly from Lua.
|
||||
|
||||
%package doc
|
||||
@@ -45,32 +45,31 @@ Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
Dynamic Lua binding to any library which is introspectable
|
||||
using gobject-introspection. Allows using GObject-based libraries
|
||||
using gobject-introspection. Allows using GObject-based libraries
|
||||
directly from Lua.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
|
||||
%build
|
||||
make \
|
||||
COPTFLAGS="%{optflags}" \
|
||||
%{?_smp_mflags}
|
||||
make %{?_smp_mflags} \
|
||||
COPTFLAGS="%{optflags}" \
|
||||
|
||||
%install
|
||||
%make_install \
|
||||
PREFIX="%{_prefix}" \
|
||||
LUA_LIBDIR="%{lua_archdir}" \
|
||||
LUA_SHAREDIR="%{lua_noarchdir}"
|
||||
PREFIX=%{_prefix} \
|
||||
LUA_LIBDIR=%{lua_archdir} \
|
||||
LUA_SHAREDIR=%{lua_noarchdir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE README.md
|
||||
%{lua_archdir}/%{_name}/
|
||||
%{lua_noarchdir}/%{_name}.lua
|
||||
%{lua_noarchdir}/%{_name}/
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%doc docs samples tools
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user