diff --git a/c_count-7.12.tgz b/c_count-7.12.tgz deleted file mode 100644 index e9af371..0000000 --- a/c_count-7.12.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f11ca2acd9a6ced1655a9f2834a7e2f6cc0770cc10931027ea7a132a5cadc041 -size 96016 diff --git a/c_count-7.14.tgz b/c_count-7.14.tgz new file mode 100644 index 0000000..25335bc --- /dev/null +++ b/c_count-7.14.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ef82c4eb7187e7bc3eb0a96f0c5ed3198b2f1492532c5f5eef0a85fb706940 +size 101220 diff --git a/c_count.changes b/c_count.changes index 0840060..768d0c8 100644 --- a/c_count.changes +++ b/c_count.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 17 12:02:55 UTC 2014 - tchvatal@suse.com + +- Version bump to 7.14: + * cross compiling support + * configure script updates + * minor fix to Quoted + ------------------------------------------------------------------- Mon Feb 13 10:44:49 UTC 2012 - coolo@suse.com diff --git a/c_count.spec b/c_count.spec index b27d683..fb08c64 100644 --- a/c_count.spec +++ b/c_count.spec @@ -1,8 +1,7 @@ -# 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) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,25 +18,25 @@ Name: c_count -Version: 7.12 +Version: 7.14 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 +Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: libtool BuildRequires: make +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. +of systems. %prep %setup -q @@ -46,19 +45,16 @@ of systems. %configure \ --enable-warnings -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} %check pushd testing ./run_test.sh popd #testing -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-,root,root) %doc COPYING CHANGES README