Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions specs/sarg/sarg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Squid usage report generator per user/ip/name
Name: sarg
Version: 2.3.1
Version: 2.3.8
Release: 1%{?dist}
License: GPL
Group: Applications/Internet
Expand Down Expand Up @@ -183,13 +183,11 @@ EOF
%{__install} -Dp -m0755 sarg.monthly %{buildroot}%{_sysconfdir}/cron.monthly/sarg
%{__install} -Dp -m0644 sarg-index.html %{buildroot}%{_localstatedir}/www/sarg/index.html
%{__install} -Dp -m0644 css.tpl %{buildroot}%{_localstatedir}/www/sarg/sarg.css
%{__install} -Dp -m0644 sorttable/sorttable.js %{buildroot}%{_localstatedir}/www/sarg/sorttable.js

%{__install} -d -m0755 %{buildroot}%{_localstatedir}/www/sarg/{ONE-SHOT,daily,weekly,monthly}/
%{__cp} -av fonts/ images/ languages/ %{buildroot}%{_sysconfdir}/sarg/

### Clean up buildroot
%{__rm} -rf %{buildroot}%{_sysconfdir}/sarg/languages/.new

%clean
%{__rm} -rf %{buildroot}

Expand All @@ -208,11 +206,13 @@ EOF
%{_localstatedir}/www/sarg/
%{_sysconfdir}/sarg/fonts/
%{_sysconfdir}/sarg/images/
%{_sysconfdir}/sarg/languages/

%changelog
* Wed Apr 2 2014 Thiago Coutinho <root@thiagoc.net> - 2.3.8-1
- Updated to release 2.3.8.

* Thu Oct 13 2011 Thiago Coutinho <root@thiagoc.net> - 2.3.1-1
- Updated to version 2.3.1.
- Updated to release 2.3.1.
- Fixed cron scripts to support RHEL/CentOS 6.

* Tue Jun 22 2010 Christoph Maser <cmaser@gmx.de> - 2.3-2
Expand Down