SHA256
10
0
forked from pool/lua-BitOp

Accepting request 515098 from home:jengelh:branches:devel:languages:lua

- Move single-file -doc subpackage into main package.

OBS-URL: https://build.opensuse.org/request/show/515098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-BitOp?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2017-08-08 14:10:41 +00:00
committed by Git OBS Bridge
parent fe54d002bc
commit a0225dc2f9
2 changed files with 7 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 7 23:10:54 UTC 2017 - jengelh@inai.de
- Move single-file -doc subpackage into main package.
-------------------------------------------------------------------
Thu Jul 13 15:14:48 UTC 2017 - tchvatal@suse.com

View File

@@ -34,20 +34,13 @@ ExclusiveArch: do_not_build
%else
Name: %{flavor}-%{mod_name}
%endif
Obsoletes: %{name}-doc < %{version}-%{release}
Provides: %{name}-doc = %{version}-%{release}
%description
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations
on numbers.
%package doc
Summary: Lua Documentation for %{mod_name}
Group: Development/Languages/Other
Requires: %{name} = %{version}
%description doc
Documentation and examples included with the library, sometimes
generated by luadoc or ldoc.
%prep
%setup -q -n LuaBitOp-%{version}
@@ -63,8 +56,6 @@ install bit.so %{buildroot}%{lua_archdir}
%files
%dir %{lua_archdir}
%{lua_archdir}/*
%files doc
%doc README
%changelog