- fix license to be in spdx format

OBS-URL: https://build.opensuse.org/package/show/Education/enca?expand=0&rev=22
This commit is contained in:
Lars Vogdt 2012-02-15 20:17:34 +00:00 committed by Git OBS Bridge
parent b74c86d9fc
commit 7602b251c3
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 15 20:15:09 UTC 2012 - lars@linux-schulserver.de
- fix license to be in spdx format
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package enca
#
# 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
@ -22,7 +22,7 @@ Summary: Detects encoding of text files
Group: Productivity/Other
Version: 1.13
Release: 7
License: GPLv2
License: GPL-2.0
Url: http://gitorious.org/enca
Source: %{name}-%{version}.tar.bz2
Source1: baselibs.conf
@ -48,7 +48,7 @@ Install Enca if you need to cope with text files of dubious origin
and unknown encoding and convert them to some reasonable encoding.
%package -n libenca0
License: GPLv2
License: GPL-2.0
Group: System/Libraries
Summary: Header files and libraries for Enca development
@ -61,7 +61,7 @@ Install enca-devel if you are going to create applications using the Enca
library.
%package devel
License: GPLv2
License: GPL-2.0
Requires: libenca0 = %{version}
Requires: glibc-devel
Group: Development/Libraries/C and C++