Accepting request 104306 from devel:openSUSE:Factory:patch-license

patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104306
OBS-URL: https://build.opensuse.org/package/show/devel:tools/c_count?expand=0&rev=5
This commit is contained in:
Greg Kroah-Hartman 2012-02-16 00:57:52 +00:00 committed by Git OBS Bridge
parent 2bc618dde6
commit b3f56a63df
2 changed files with 26 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 10:44:49 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Tue Jan 24 00:05:05 UTC 2012 - pascal.bleser@opensuse.org

View File

@ -1,4 +1,8 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package c_count
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -11,18 +15,24 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: c_count
Version: 7.12
Release: 0
Summary: Source Code Measure Counter for C/C++/Java
Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
URL: http://invisible-island.net/c_count/
Group: Development/Tools/Other
License: MIT
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: gcc make glibc-devel
BuildRequires: autoconf automake libtool
Name: c_count
Version: 7.12
Release: 0
Summary: Source Code Measure Counter for C/C++/Java
License: MIT
Group: Development/Tools/Other
Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
Url: http://invisible-island.net/c_count/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
%description
c_count counts lines, statements, and other simple measures of C/C++/Java