forked from pool/lua51
Accepting request 105275 from devel:languages:misc
patch license to follow spdx.org standard (forwarded request 104407 from coolo) OBS-URL: https://build.opensuse.org/request/show/105275 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua51?expand=0&rev=3
This commit is contained in:
parent
72f8b90ff8
commit
e7595bda8f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:49:58 UTC 2012 - coolo@suse.com
|
||||
|
||||
- patch license to follow spdx.org standard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 13:48:10 UTC 2011 - pgajdos@suse.com
|
||||
|
||||
|
18
lua51.spec
18
lua51.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lua51
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,19 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: lua51
|
||||
Version: 5.1.4
|
||||
Release: 17
|
||||
Release: 0
|
||||
%define major_version 5.1
|
||||
License: MIT License (or similar)
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
BuildRequires: pkg-config readline-devel update-alternatives
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: update-alternatives
|
||||
PreReq: update-alternatives
|
||||
Summary: Small Embeddable Language with Simple Procedural Syntax
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Url: http://www.lua.org
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: macros.lua
|
||||
@ -52,7 +51,6 @@ of C functions, written in ANSI C, and the implementation goals are
|
||||
simplicity, efficiency, portability, and low embedding cost.
|
||||
|
||||
%package devel
|
||||
License: MIT License (or similar)
|
||||
Summary: Development files for lua
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
@ -68,7 +66,6 @@ This package contains files needed for embedding lua into your
|
||||
application.
|
||||
|
||||
%package -n liblua5_1
|
||||
License: MIT License (or similar)
|
||||
Summary: Small Embeddable Language with Simple Procedural Syntax
|
||||
Group: System/Libraries
|
||||
Provides: %{name}-libs = 5.1.3
|
||||
@ -88,7 +85,6 @@ of C functions, written in ANSI C, and the implementation goals are
|
||||
simplicity, efficiency, portability, and low embedding cost.
|
||||
|
||||
%package doc
|
||||
License: MIT License (or similar)
|
||||
Summary: Small Embeddable Language with Simple Procedural Syntax
|
||||
Group: System/Libraries
|
||||
%if 0%{?suse_version} >= 1120
|
||||
|
Loading…
Reference in New Issue
Block a user