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

Commit

Permalink
Merge branch 'jb45486' into 'master'
Browse files Browse the repository at this point in the history
[packaging] Fix license, update URL. Contributes to JB#45486

See merge request mer-core/cor!3
  • Loading branch information
pvuorela committed Oct 3, 2019
2 parents 0637ff2 + 8f847c5 commit 505408a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions rpm/cor.spec
Expand Up @@ -2,12 +2,12 @@
%{!?cmake_install: %define cmake_install make install DESTDIR=%{buildroot}}

Summary: Just another C++/C library
Name: cor
Name: cor
Version: 0.1.3
Release: 1
License: LGPLv2.1
Group: Development/Libraries
URL: https://github.com/deztructor/cor
License: LGPLv2+
Group: Development/Libraries
URL: https://git.sailfishos.org/mer-core/cor
Source0: %{name}-%{version}.tar.bz2
BuildRequires: cmake >= 2.8
BuildRequires: pkgconfig(tut) >= 0.0.1
Expand All @@ -31,7 +31,6 @@ cor library header files etc.

%package tests
Summary: Tests for cor
License: LGPLv2.1
Requires: %{name} = %{version}-%{release}
%description tests
%summary
Expand All @@ -47,9 +46,6 @@ make %{?jobs:-j%jobs}
rm -rf $RPM_BUILD_ROOT
%cmake_install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/libcor.so
Expand All @@ -60,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libcor-udev.so.0
%{_libdir}/libcor-udev.so.%{version}
%endif
%license COPYING

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

0 comments on commit 505408a

Please sign in to comment.