- 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
|
||||
|
||||
|
18
c_count.spec
18
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 <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user