Accepting request 405364 from home:jengelh:branches:X11:Utilities

- Drop excessive dependencies

OBS-URL: https://build.opensuse.org/request/show/405364
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=6
This commit is contained in:
Luigi Baldoni 2016-06-29 06:51:50 +00:00 committed by Git OBS Bridge
parent 29db482d0a
commit 86e966fed1
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 27 21:37:13 UTC 2016 - jengelh@inai.de
- Drop excessive dependencies
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 14 17:34:39 UTC 2016 - aloisio@gmx.com Thu Apr 14 17:34:39 UTC 2016 - aloisio@gmx.com

View File

@ -37,7 +37,6 @@ BuildRequires: desktop-file-utils
BuildRequires: libqt4-devel BuildRequires: libqt4-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif %endif
Requires: lib%{name} = %{version}-%{release}
%description %description
QHexEdit is a hex editor widget written in C++ for the Qt framework. QHexEdit is a hex editor widget written in C++ for the Qt framework.
@ -59,7 +58,6 @@ Group: Documentation/HTML
%if 0%{?suse_version} > 1110 %if 0%{?suse_version} > 1110
BuildArch: noarch BuildArch: noarch
%endif %endif
Requires: %{name} = %{version}-%{release}
%description doc %description doc
The %{name}-doc package contains the documentation and examples for %{name}. The %{name}-doc package contains the documentation and examples for %{name}.