From ebed642ed29b6277beeae9956c7c1346a8f4c28f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 17 2014 18:36:27 +0000 Subject: fix license handling --- diff --git a/libffi.spec b/libffi.spec index fa91abe..42bf303 100644 --- a/libffi.spec +++ b/libffi.spec @@ -2,7 +2,7 @@ Name: libffi Version: 3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A portable foreign function interface library Group: System Environment/Libraries @@ -107,7 +107,9 @@ fi %files -%doc LICENSE README +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc README %{_libdir}/*.so.* %files devel @@ -118,6 +120,9 @@ fi %{_infodir}/libffi.info.gz %changelog +* Thu Jul 17 2014 Tom Callaway - 3.1-5 +- fix license handling + * Sun Jun 29 2014 Anthony Green - 3.1-4 - fix exec stack problem on 32-bit build