Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[packaging] Fix Licence and URL in spec. Contributes to JB#45486
  • Loading branch information
salmelamike committed Aug 14, 2019
1 parent 96a5a02 commit 7a327bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/buteo-sync-plugin-carddav.spec
Expand Up @@ -3,8 +3,8 @@ Summary: Syncs contact data from CardDAV services
Version: 0.0.30
Release: 1
Group: System/Libraries
License: LGPLv2.1
URL: https://github.com/nemomobile/buteo-sync-plugin-carddav
License: LGPLv2
URL: https://git.sailfishos.org/mer-core/buteo-sync-plugin-carddav
Source0: %{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
Expand All @@ -29,7 +29,6 @@ A Buteo plugin which syncs contact data from CardDAV services

%package tests
Summary: Unit tests for buteo-sync-plugin-carddav
Group: System/Libraries
BuildRequires: pkgconfig(Qt5Test)
Requires: %{name} = %{version}-%{release}

Expand All @@ -44,6 +43,7 @@ This package contains unit tests for the CardDAV Buteo sync plugin.
#/usr/lib/buteo-plugins-qt5/libcarddav-client.so
%config %{_sysconfdir}/buteo/profiles/client/carddav.xml
%config %{_sysconfdir}/buteo/profiles/sync/carddav.Contacts.xml
%license LICENSE

%files tests
%defattr(-,root,root,-)
Expand Down

0 comments on commit 7a327bf

Please sign in to comment.