From 931e30f8d3f96a294a250042c68a83369502fde970e1fd36938758d8373503a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 5 Aug 2015 19:58:57 +0000 Subject: [PATCH] Accepting request 320779 from home:jengelh:branches:devel:languages:lua - Update RPM group classification OBS-URL: https://build.opensuse.org/request/show/320779 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua51?expand=0&rev=10 --- lua51.changes | 5 +++++ lua51.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lua51.changes b/lua51.changes index a04bc76..0b0a504 100644 --- a/lua51.changes +++ b/lua51.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 31 18:12:35 UTC 2015 - jengelh@inai.de + +- Update RPM group classification + ------------------------------------------------------------------- Fri Sep 12 09:18:50 UTC 2014 - pgajdos@suse.com diff --git a/lua51.spec b/lua51.spec index a71f8bc..4896d16 100644 --- a/lua51.spec +++ b/lua51.spec @@ -1,7 +1,7 @@ # # spec file for package lua51 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ BuildRequires: update-alternatives PreReq: update-alternatives Summary: Small Embeddable Language with Simple Procedural Syntax License: MIT -Group: System/Libraries +Group: Development/Languages/Other Url: http://www.lua.org Source: http://www.lua.org/ftp/lua-%{version}.tar.gz Source1: macros.lua @@ -66,7 +66,7 @@ This package contains files needed for embedding lua into your application. %package -n liblua5_1 -Summary: Small Embeddable Language with Simple Procedural Syntax +Summary: The Lua integration library Group: System/Libraries Provides: %{name}-libs = %{version} Obsoletes: %{name}-libs <= %{version} @@ -85,8 +85,8 @@ of C functions, written in ANSI C, and the implementation goals are simplicity, efficiency, portability, and low embedding cost. %package doc -Summary: Small Embeddable Language with Simple Procedural Syntax -Group: System/Libraries +Summary: Documentation for Lua, a small embeddable language +Group: Documentation/HTML %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif