forked from pool/weechat
Accepting request 401950 from home:mimi_vx:branches:server:irc
- fix typo in %if conditional OBS-URL: https://build.opensuse.org/request/show/401950 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=73
This commit is contained in:
parent
479738f830
commit
75d830ffb7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 14 13:10:49 UTC 2016 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- fix typo in %if conditional
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 15 10:27:51 UTC 2016 - mimi.vx@gmail.com
|
Sun May 15 10:27:51 UTC 2016 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ several scripting languages.
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
# Not on SLE12
|
# Not on SLE12
|
||||||
%%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
Loading…
x
Reference in New Issue
Block a user