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:
parent
2bc618dde6
commit
b3f56a63df
@ -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
|
Tue Jan 24 00:05:05 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
32
c_count.spec
32
c_count.spec
@ -1,4 +1,8 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
# 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>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -11,18 +15,24 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
Name: c_count
|
|
||||||
Version: 7.12
|
Name: c_count
|
||||||
Release: 0
|
Version: 7.12
|
||||||
Summary: Source Code Measure Counter for C/C++/Java
|
Release: 0
|
||||||
Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
|
Summary: Source Code Measure Counter for C/C++/Java
|
||||||
URL: http://invisible-island.net/c_count/
|
License: MIT
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
License: MIT
|
Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
Url: http://invisible-island.net/c_count/
|
||||||
BuildRequires: gcc make glibc-devel
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
c_count counts lines, statements, and other simple measures of C/C++/Java
|
c_count counts lines, statements, and other simple measures of C/C++/Java
|
||||||
|
Loading…
Reference in New Issue
Block a user