2012-02-16 01:57:52 +01:00
|
|
|
#
|
|
|
|
# spec file for package c_count
|
|
|
|
#
|
2024-06-02 09:21:46 +02:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2012-01-24 01:22:10 +01:00
|
|
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-12-07 13:18:23 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-02-16 01:57:52 +01:00
|
|
|
#
|
|
|
|
|
2010-07-18 09:24:57 +02:00
|
|
|
|
2012-02-16 01:57:52 +01:00
|
|
|
Name: c_count
|
2024-06-02 09:21:46 +02:00
|
|
|
Version: 7.23
|
2012-02-16 01:57:52 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Source Code Measure Counter for C/C++/Java
|
|
|
|
License: MIT
|
2020-12-07 13:18:23 +01:00
|
|
|
URL: https://invisible-island.net/c_count/
|
2023-06-22 13:47:37 +02:00
|
|
|
Source0: https://invisible-island.net/archives/c_count/%{name}-%{version}.tgz
|
|
|
|
Source1: https://invisible-island.net/archives/c_count/%{name}-%{version}.tgz.asc
|
2015-08-05 19:02:47 +02:00
|
|
|
Source2: %{name}.keyring
|
2010-07-18 09:24:57 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
c_count counts lines, statements, and other simple measures of C/C++/Java
|
2018-07-11 10:14:10 +02:00
|
|
|
source programs. It is not lex/yacc based, and is easily portable to a
|
|
|
|
variety of systems.
|
2010-07-18 09:24:57 +02:00
|
|
|
|
|
|
|
%prep
|
2020-12-07 13:18:23 +01:00
|
|
|
%autosetup
|
2010-07-18 09:24:57 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
2015-11-05 09:20:19 +01:00
|
|
|
--enable-warnings
|
2020-12-07 13:18:23 +01:00
|
|
|
%make_build
|
2010-07-18 09:24:57 +02:00
|
|
|
|
|
|
|
%install
|
2018-07-11 10:14:10 +02:00
|
|
|
%make_install
|
2010-07-18 09:24:57 +02:00
|
|
|
|
|
|
|
%check
|
2020-12-07 13:18:23 +01:00
|
|
|
%make_build check
|
2010-07-18 09:24:57 +02:00
|
|
|
|
|
|
|
%files
|
2018-07-11 10:14:10 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc CHANGES README
|
2010-07-18 09:24:57 +02:00
|
|
|
%{_bindir}/c_count
|
2018-07-11 10:14:10 +02:00
|
|
|
%{_mandir}/man1/c_count.1%{?ext_man}
|
2010-07-18 09:24:57 +02:00
|
|
|
|
|
|
|
%changelog
|