Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Merge branch 'jb33648' into 'master'
Browse files Browse the repository at this point in the history
[license] Unify open source licenses. Contributes to JB#33648



See merge request !3
  • Loading branch information
Denis Zalevskiy committed Dec 7, 2015
2 parents 98d5a1b + 4f44d67 commit 468b968
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rpm/qtaround.spec
Expand Up @@ -4,7 +4,7 @@ Summary: QtAround library
Name: qtaround
Version: 0.0.0
Release: 1
License: LGPL21
License: LGPLv2.1
Group: System/Libraries
URL: https://github.com/nemomobile/qtaround
Source0: %{name}-%{version}.tar.bz2
Expand All @@ -20,7 +20,6 @@ QtAround library used to port the-vault to C++. Mostly consists of
thin wrappers around Qt classes and standard Linux utilities.

%package -n libqtaround2
Group: System/Libraries
Summary: QtAround library
Provides: libqtaround = %{version}-%{release}
Obsoletes: libqtaround < %{version}
Expand All @@ -29,7 +28,6 @@ Obsoletes: libqtaround < %{version}

%package devel
Summary: QtAround library
Group: Development/Libraries
Requires: libqtaround2 = %{version}
Requires: pkgconfig(cor) >= 0.1.17
%description devel
Expand All @@ -38,15 +36,13 @@ thin wrappers around Qt classes and standard Linux utilities.

%package dbus
Summary: QtAround D-Bus wrappers
Group: Development/Libraries
Requires: libqtaround2 = %{version}
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
%description dbus
QtAround library: D-Bus wrappers

%package dbus-devel
Summary: QtAround D-Bus development files
Group: Development/Libraries
Requires: libqtaround2 = %{version}
Requires: qtaround-dbus = %{version}
Requires: qtaround-devel = %{version}
Expand All @@ -55,8 +51,6 @@ Requires: qtaround-devel = %{version}

%package tests
Summary: Tests for qtaround
License: LGPLv2.1
Group: System Environment/Libraries
Requires: %{name} = %{version}
Requires: %{name}-dbus = %{version}
%if %{undefined suse_version}
Expand Down

0 comments on commit 468b968

Please sign in to comment.