From 0e6d42704bb406c45cf5199e1e9d40c95ec62c17 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Thu, 1 Sep 2016 11:42:08 +0900 Subject: [PATCH] Update spec for changing license to MIT Change-Id: I6c11443689f96a882b85e0ea599911752c49a226 --- packaging/alure.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packaging/alure.spec b/packaging/alure.spec index d08caf0..99c1b9a 100644 --- a/packaging/alure.spec +++ b/packaging/alure.spec @@ -1,7 +1,7 @@ Name: alure Version: 1.2 Release: 1 -License: LGPL-2.0+ +License: MIT Summary: File-loading and utility functions for OpenAL Group: System Environment/Libraries URL: http://kcat.strangesoft.net/alure.html @@ -16,8 +16,6 @@ ALURE is a utility library to help manage common tasks with OpenAL applications %package devel Summary: Development files for %{name} Group: Development/Libraries -# Devel doc includes some files under GPLv2+ from NaturalDocs -License: LGPLv2+ and GPLv2+ Requires: %{name} = %{version} Requires: pkgconfig @@ -51,8 +49,7 @@ make %{?_smp_mflags} %files devel %defattr(-,root,root,-) %manifest %{name}.manifest -/usr/share/doc/alure/html/* -%doc docs/html/* examples/* +%exclude /usr/share/doc/alure/html/* %{_includedir}/AL/alure.h %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc -- 2.7.4