rpms/sloccount/devel sloccount.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Apr 4 09:21:23 UTC 2006


Author: hadess

Update of /cvs/extras/rpms/sloccount/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv500/devel

Modified Files:
	.cvsignore sources 
Added Files:
	sloccount.spec 
Log Message:
auto-import sloccount-2.26-3 on branch devel from sloccount-2.26-3.src.rpm


--- NEW FILE sloccount.spec ---
Name: sloccount
Summary: Measures source lines of code (SLOC) in programs
Version: 2.26
Release: 3
License: GPL
Group: Development/Tools
Source: http://www.dwheeler.com/sloccount/sloccount-%{version}.tar.gz
URL: http://www.dwheeler.com/sloccount
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
SLOCCount (pronounced "sloc-count") is a suite of programs for counting
physical source lines of code (SLOC) in potentially large software systems.

SLOCCount can be used to generate reports in different formats for use
by report-generating tools.

%prep
%setup -q

%build
make

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
make install_programs PREFIX=${RPM_BUILD_ROOT}%{_prefix}
make install_man PREFIX=${RPM_BUILD_ROOT}%{_prefix}

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-, root, root)
%doc sloccount.html README ChangeLog COPYING TODO
%{_bindir}/*
%{_mandir}/*/*

%changelog
* Tue Apr 04 2006 - Bastien Nocera <hadess at hadess.net> - 2.26-3
- shorten description, and quieten setup

* Mon Apr 03 2006 - Bastien Nocera <hadess at hadess.net> - 2.26-2
- Update source to match upstream vanilla
  change BuildRoot to match preferred value

* Thu Nov 10 2005 - Bastien Nocera <hadess at hadess.net> - 2.26-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sloccount/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Apr 2006 09:20:53 -0000	1.1
+++ .cvsignore	4 Apr 2006 09:21:23 -0000	1.2
@@ -0,0 +1 @@
+sloccount-2.26.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sloccount/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Apr 2006 09:20:53 -0000	1.1
+++ sources	4 Apr 2006 09:21:23 -0000	1.2
@@ -0,0 +1 @@
+09abd6e2a016ebaf7552068a1dba1249  sloccount-2.26.tar.gz




More information about the fedora-extras-commits mailing list