From b3f56a63df43f13626a03d62e79779b08289031b7f81d5599a8402afeaa89cb7 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 16 Feb 2012 00:57:52 +0000 Subject: [PATCH] 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 --- c_count.changes | 5 +++++ c_count.spec | 32 +++++++++++++++++++++----------- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/c_count.changes b/c_count.changes index 136c67c..0840060 100644 --- a/c_count.changes +++ b/c_count.changes @@ -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 diff --git a/c_count.spec b/c_count.spec index d299c08..b27d683 100644 --- a/c_count.spec +++ b/c_count.spec @@ -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 # # 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