Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix license in packaging.
[packaging] Fix license in .spec. Contributes to JB#33684

Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  • Loading branch information
saukko committed Dec 15, 2015
1 parent 2be9875 commit 33d9a34
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .gitignore
@@ -0,0 +1,20 @@
*.o
*.so
moc_*
RPMS
Makefile
connd/connectionagent
connd/connectiond_adaptor.cpp
connd/connectiond_adaptor.h
connectionagentplugin/connectiond_interface.cpp
connectionagentplugin/connectiond_interface.h
connectionagentplugin/plugin.moc
documentation.list
installroot/
test/auto/tst_connectionagent/tst_connectionagent
test/auto/tst_connectionagent/tst_connectionagent.moc
test/auto/tst_connectionagent_plugin/connectiond_interface.cpp
test/auto/tst_connectionagent_plugin/connectiond_interface.h
test/auto/tst_connectionagent_plugin/tst_connectionagent_plugintest
test/auto/tst_connectionagent_plugin/tst_connectionagent_plugintest.moc

10 changes: 7 additions & 3 deletions rpm/connectionagent-qt5.spec
Expand Up @@ -4,13 +4,13 @@ Summary: User Agent daemon
Version: 0.11.25
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
URL: http://github.com/lpotter/connectionagent
License: LGPLv2.1
URL: https://git.merproject.org/mer-core/connectionagent
Source0: %{name}-%{version}.tar.bz2
Requires: connman-qt5-declarative
Requires: systemd
Requires: systemd-user-session-targets
Requires: connman >= 1.21
Requires: connman >= 1.21
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(connman-qt5)
Expand All @@ -21,6 +21,10 @@ BuildRequires: pkgconfig(qt5-boostable)
Provides: connectionagent > 0.10.1
Obsoletes: connectionagent <= 0.7.6

# Because of systemctl-user
Requires(post): systemd
Requires(postun): systemd

%description
Connection Agent provides multi user access to connman's User Agent.
It also provides autoconnecting features.
Expand Down

0 comments on commit 33d9a34

Please sign in to comment.