rpms/calamaris/F-8 calamaris-filter-requires.sh, NONE, 1.1 calamaris.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri Jul 25 18:36:00 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/calamaris/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2687/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	calamaris-filter-requires.sh calamaris.spec 
Log Message:
- Upgrade to 2.59
- Initial spec file for Fedora and Red Hat Enterprise Linux



--- NEW FILE calamaris-filter-requires.sh ---
#!/bin/sh

# The original script name has been passed as the first argument:
"$@" | awk '$0 != "perl(-F)" && $0 != "perl(-f)"'


--- NEW FILE calamaris.spec ---
%{expand:%%define prev__perl_requires %{__perl_requires}}
%define __perl_requires perl %{SOURCE1} %{prev__perl_requires}

Summary:	Squid native log format (NLF) analyzer and report generator
Name:		calamaris
Version:	2.59
Release:	1%{?dist}
License:	GPLv2+
Group:		Applications/Internet
URL:		http://calamaris.cord.de/
Source0:	http://calamaris.cord.de/%{name}-%{version}.tar.gz
Source1:	calamaris-filter-requires.sh
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Calamaris parses the Squid Native Log and generates reports
about Peak-usage, Request-Methods, Status-reports of incoming
and outgoing requests, second and Top-level destinations,
content-types and performance.
 
%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
install -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1

# Convert everything to UTF-8
iconv -f iso-8859-1 -t utf-8 -o CHANGES.utf8 CHANGES
touch -r CHANGES CHANGES.utf8; mv -f CHANGES.utf8 CHANGES
iconv -f iso-8859-1 -t utf-8 -o EXAMPLES.utf8 EXAMPLES
touch -r EXAMPLES EXAMPLES.utf8; mv -f EXAMPLES.utf8 EXAMPLES

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc CHANGES COPYRIGHT EXAMPLES README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Thu Jul 24 2008 Robert Scheck <robert at fedoraproject.org> 2.59-1
- Upgrade to 2.59
- Initial spec file for Fedora and Red Hat Enterprise Linux


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/calamaris/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Jul 2008 16:50:45 -0000	1.1
+++ .cvsignore	25 Jul 2008 18:35:30 -0000	1.2
@@ -0,0 +1 @@
+calamaris-2.59.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/calamaris/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Jul 2008 16:50:45 -0000	1.1
+++ sources	25 Jul 2008 18:35:30 -0000	1.2
@@ -0,0 +1 @@
+63c233b3407f9aec34b03647ed7fc852  calamaris-2.59.tar.gz




More information about the fedora-extras-commits mailing list