Skip to content

Commit

Permalink
Spec file unification
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Jan 26, 2021
1 parent dc44b33 commit 0bd8b70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Expand Up @@ -26,11 +26,10 @@ CMakeDoxyfile.in
Doxyfile
Doxygen.warnings
Makefile
install_manifest.txt
libyui-qt.pc

build*/

*~
*.bak
*.tar.*
*.auto

2 changes: 1 addition & 1 deletion package/libyui-qt-doc.spec
Expand Up @@ -39,7 +39,7 @@ License: LGPL-2.1 or LGPL-3.0
Source: %{parent}-%{version}.tar.bz2

%description
This package contains the Qt user interface component for libYUI.
This package contains the Qt user interface component for libyui.

This package provides HTML class documentation.

Expand Down
23 changes: 11 additions & 12 deletions package/libyui-qt.spec
Expand Up @@ -42,45 +42,44 @@ BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: %{libyui_devel_version}
Provides: yui_backend = %{so_version}

Summary: Libyui - Qt User Interface
Summary: Libyui - Qt (graphical) user interface
License: LGPL-2.1 or LGPL-3.0
Url: http://github.com/libyui/
Source: %{name}-%{version}.tar.bz2

%description
This package contains the Qt user interface component for libYUI.
This package contains the Qt (graphical) user interface component
for libyui.


%package -n %{bin_name}
Summary: Libyui - Qt (graphical) user interface

Requires: libyui%{so_version}
Provides: %{name} = %{version}
Provides: yast2-qt = %{version}
Obsoletes: yast2-qt < 2.51.0

Url: http://github.com/libyui/
Summary: Libyui - Qt User Interface
Group: System/Libraries

%description -n %{bin_name}
This package contains the Qt user interface component for libYUI.
This package contains the Qt (graphical) user interface component
for libyui.


%package devel
Summary: Libyui - Header files for the Qt (graphical) user interface

Requires: %{libyui_devel_version}
Requires: %{bin_name} = %{version}
Requires: fontconfig-devel

Url: http://github.com/libyui/
Summary: Libyui-qt header files
Group: Development/Languages/C and C++

%description devel
This package contains the Qt user interface component for libYUI.
This package contains the header files for the Qt based
user interface component for libyui.

This can be used independently of YaST for generic (C++) applications.
This package has very few dependencies.
This package is not needed to develop libyui-based applications,
only to develop extensions for libyui-qt.


%prep
Expand Down

0 comments on commit 0bd8b70

Please sign in to comment.