From f74521c4d2c1cfb0fc022a525d333deaf00bb663 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Tue, 14 May 2019 14:28:03 +0200 Subject: [PATCH] Fix URL, license, ship license text --- sblim-wbemcli.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sblim-wbemcli.spec b/sblim-wbemcli.spec index 0a7a7f8..923bdfe 100644 --- a/sblim-wbemcli.spec +++ b/sblim-wbemcli.spec @@ -1,10 +1,10 @@ Name: sblim-wbemcli Version: 1.6.3 -Release: 13%{?dist} +Release: 14%{?dist} Summary: SBLIM WBEM Command Line Interface -License: EPL -URL: http://sblim.wiki.sourceforge.net/ +License: EPL-1.0 +URL: https://sourceforge.net/projects/sblim/ Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 Patch0: sblim-wbemcli-1.5.1-gcc43.patch Patch1: sblim-wbemcli-1.6.2-https-segfaults.patch @@ -37,11 +37,17 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name} %files +%license COPYING %{_bindir}/wbem* %{_mandir}/man1/* %{_datadir}/%{name} %changelog +* Tue May 14 2019 Vitezslav Crhonek - 1.6.3-14 +- Fix URL +- Use correct short name for Eclipse Public License 1.0 +- Use %%license + * Sat Feb 02 2019 Fedora Release Engineering - 1.6.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild