Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rpm: fixing groups
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Jun 2, 2014
1 parent 14cf298 commit b2477c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/vault.spec
Expand Up @@ -23,21 +23,21 @@ Incremental backup/restore framework

%package devel
Summary: vault headers etc.
Group: System Environment/Libraries
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
vault library header files etc.

%package -n qtaround
Summary: QtAround library
Group: System Environment/Libraries
Group: Development/Libraries
%description -n qtaround
QtAround library used to port the-vault to C++. Mostly consists of
thin wrappers around Qt classes and standard Linux utilities.

%package -n qtaround-devel
Summary: QtAround library
Group: System Environment/Libraries
Group: Development/Libraries
Requires: qtaround = %{version}-%{release}
%description -n qtaround-devel
QtAround library used to port the-vault to C++. Mostly consists of
Expand Down

0 comments on commit b2477c3

Please sign in to comment.