From e474f2677a329b71ebb37216606e3983a7eb96a7 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 18 Jul 2014 15:35:29 -0400 Subject: [PATCH] fix license handling --- libverto.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libverto.spec b/libverto.spec index 456b8ae..d8645ae 100644 --- a/libverto.spec +++ b/libverto.spec @@ -1,6 +1,6 @@ Name: libverto Version: 0.2.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Main loop abstraction library License: MIT @@ -146,7 +146,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %endif %files -%doc AUTHORS ChangeLog COPYING NEWS README +%{!?_licensedir:%global license %%doc} +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/%{name}.so.* %files devel @@ -190,6 +192,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %endif %changelog +* Fri Jul 18 2014 Tom Callaway - 0.2.6-3 +- fix license handling + * Sat Jun 07 2014 Fedora Release Engineering - 0.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild