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

Commit

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

Signed-off-by: Marko Saukko <marko.saukko@jolla.com>
  • Loading branch information
saukko committed Dec 15, 2015
1 parent cba3aa0 commit 6c4d8da
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions rpm/statefs-qt5.spec
Expand Up @@ -6,9 +6,9 @@ Summary: Statefs Qt bindings
Name: statefs-qt5
Version: x.x.x
Release: 1
License: LGPLv2
License: LGPLv2.1
Group: System Environment/Tools
URL: http://github.com/nemomobile/statefs-qt
URL: https://git.merproject.org/mer-core/statefs-qt
Source0: %{name}-%{version}.tar.bz2
BuildRequires: cmake >= 2.8
BuildRequires: statefs >= 0.3.18
Expand Down Expand Up @@ -93,9 +93,6 @@ rm -rf %{buildroot}
%cmake_install
make doc

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_libdir}/libstatefs-qt5.so
Expand All @@ -121,7 +118,6 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/contextkit-statefs.pc
%{_libdir}/pkgconfig/contextsubscriber-1.0.pc


%files -n statefs-declarative-qt5
%defattr(-,root,root,-)
%{_libdir}/qt5/qml/Mer/State/*
Expand Down

0 comments on commit 6c4d8da

Please sign in to comment.