From 1b44619e15a9b8255691e9b496b45a96f545ff257ea191272d6f50f0ff23feff Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Jul 2018 08:14:10 +0000 Subject: [PATCH] - Update to version 7.18: * updated configure macros * update config.guess and config.sub OBS-URL: https://build.opensuse.org/package/show/devel:tools/c_count?expand=0&rev=15 --- c_count-7.17.tgz | 3 --- c_count-7.17.tgz.asc | 8 -------- c_count-7.18.tgz | 3 +++ c_count-7.18.tgz.asc | 8 ++++++++ c_count.changes | 7 +++++++ c_count.spec | 30 ++++++++++++------------------ 6 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 c_count-7.17.tgz delete mode 100644 c_count-7.17.tgz.asc create mode 100644 c_count-7.18.tgz create mode 100644 c_count-7.18.tgz.asc diff --git a/c_count-7.17.tgz b/c_count-7.17.tgz deleted file mode 100644 index e188924..0000000 --- a/c_count-7.17.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a2e1b9b0eb433d5ff4e9091a22ce1a8991b5a3f6bef4dab60456289a21255cf -size 106346 diff --git a/c_count-7.17.tgz.asc b/c_count-7.17.tgz.asc deleted file mode 100644 index 6df9a42..0000000 --- a/c_count-7.17.tgz.asc +++ /dev/null @@ -1,8 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.12 (GNU/Linux) -Comment: See http://invisible-island.net/public/public.html for info - -iEYEABECAAYFAlYEniIACgkQcCNT4PfkjttxggCgqYJ6HhB2LGYfJ9pG+1XQhB0i -UpMAoNRqYpxgLzSxIcdUrpJNpsNDeErP -=oAYz ------END PGP SIGNATURE----- diff --git a/c_count-7.18.tgz b/c_count-7.18.tgz new file mode 100644 index 0000000..1bc3d8a --- /dev/null +++ b/c_count-7.18.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25062f376f3c4822b679f770fdfd4b34f8ffe19727f6c1e48dcedc396bc3df45 +size 107152 diff --git a/c_count-7.18.tgz.asc b/c_count-7.18.tgz.asc new file mode 100644 index 0000000..c917d8e --- /dev/null +++ b/c_count-7.18.tgz.asc @@ -0,0 +1,8 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 +Comment: See https://invisible-island.net/public/public.html for info + +iEYEABECAAYFAlr2RlsACgkQcCNT4PfkjtsQvQCgo9msAWTUwe9dTT6xHYQMYkbH +NFgAoMOXDmktbw2QqF+tWLyM56tCNa4K +=Hn17 +-----END PGP SIGNATURE----- diff --git a/c_count.changes b/c_count.changes index 4451705..4cc993e 100644 --- a/c_count.changes +++ b/c_count.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 11 08:09:32 UTC 2018 - mpluskal@suse.com + +- Update to version 7.18: + * updated configure macros + * update config.guess and config.sub + ------------------------------------------------------------------- Thu Nov 5 08:18:46 UTC 2015 - mpluskal@suse.com diff --git a/c_count.spec b/c_count.spec index 15131b9..738ea35 100644 --- a/c_count.spec +++ b/c_count.spec @@ -1,7 +1,7 @@ # # spec file for package c_count # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,45 +18,39 @@ Name: c_count -Version: 7.17 +Version: 7.18 Release: 0 Summary: Source Code Measure Counter for C/C++/Java License: MIT Group: Development/Tools/Other -Url: http://invisible-island.net/c_count/ -Source0: ftp://invisible-island.net/c_count/%{name}-%{version}.tgz -Source1: ftp://invisible-island.net/c_count/%{name}-%{version}.tgz.asc +URL: http://invisible-island.net/c_count/ +Source0: ftp://ftp.invisible-island.net/c_count/%{name}-%{version}.tgz +Source1: ftp://ftp.invisible-island.net/c_count/%{name}-%{version}.tgz.asc Source2: %{name}.keyring -BuildRequires: autoconf -BuildRequires: automake -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description c_count counts lines, statements, and other simple measures of C/C++/Java -source programs. It is not lex/yacc based, and is easily portable to a variety -of systems. +source programs. It is not lex/yacc based, and is easily portable to a +variety of systems. %prep %setup -q %build -autoreconf -fiv %configure \ --enable-warnings make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %check -pushd testing -./run_test.sh -popd #testing +make %{?_smp_mflags} check %files -%defattr(-,root,root) -%doc COPYING CHANGES README +%license COPYING +%doc CHANGES README %{_bindir}/c_count -%{_mandir}/man1/c_count.1%{ext_man} +%{_mandir}/man1/c_count.1%{?ext_man} %changelog