- Version bump to 7.14:
* cross compiling support * configure script updates * minor fix to Quoted OBS-URL: https://build.opensuse.org/package/show/devel:tools/c_count?expand=0&rev=7
This commit is contained in:
parent
b3f56a63df
commit
7652055aa2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f11ca2acd9a6ced1655a9f2834a7e2f6cc0770cc10931027ea7a132a5cadc041
|
|
||||||
size 96016
|
|
3
c_count-7.14.tgz
Normal file
3
c_count-7.14.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43ef82c4eb7187e7bc3eb0a96f0c5ed3198b2f1492532c5f5eef0a85fb706940
|
||||||
|
size 101220
|
@ -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
|
Mon Feb 13 10:44:49 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
16
c_count.spec
16
c_count.spec
@ -1,8 +1,7 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
|
||||||
#
|
#
|
||||||
# spec file for package c_count
|
# 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 <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
|
||||||
@ -19,20 +18,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: c_count
|
Name: c_count
|
||||||
Version: 7.12
|
Version: 7.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Source Code Measure Counter for C/C++/Java
|
Summary: Source Code Measure Counter for C/C++/Java
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
|
|
||||||
Url: http://invisible-island.net/c_count/
|
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: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%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
|
||||||
@ -46,19 +45,16 @@ of systems.
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-warnings
|
--enable-warnings
|
||||||
|
|
||||||
%__make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pushd testing
|
pushd testing
|
||||||
./run_test.sh
|
./run_test.sh
|
||||||
popd #testing
|
popd #testing
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING CHANGES README
|
%doc COPYING CHANGES README
|
||||||
|
Loading…
Reference in New Issue
Block a user