forked from pool/lua-luaposix
Accepting request 448756 from home:eeich:branches:devel:languages:lua
- Replaced 'makeinstall' by 'make_install'. - Removed %clean section. - Replaced Documentation/http by Documentation/HTML. OBS-URL: https://build.opensuse.org/request/show/448756 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luaposix?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
5d9995e4bc
commit
34617f89e4
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 15:48:47 UTC 2017 - eich@suse.com
|
||||
|
||||
- Replaced 'makeinstall' by 'make_install'.
|
||||
- Removed %clean section.
|
||||
- Replaced Documentation/http by Documentation/HTML.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 13:31:09 UTC 2016 - eich@suse.com
|
||||
|
||||
|
@@ -41,7 +41,7 @@ to Lua programs.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation on luaposix
|
||||
Group: Documentation/http
|
||||
Group: Documentation/HTML
|
||||
Version: %{pack_version}
|
||||
Release: 0
|
||||
# Work around SLE-11 rpm not supporting noarch sub packages.
|
||||
@@ -62,7 +62,7 @@ autoreconf
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
rm -f %{buildroot}%{lua_archdir}/*.la
|
||||
|
||||
%check
|
||||
@@ -70,9 +70,6 @@ rm -f %{buildroot}%{lua_archdir}/*.la
|
||||
make check
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README ChangeLog NEWS
|
||||
|
Reference in New Issue
Block a user