ipasserelle-stats/ipasserelle-stats.spec

69 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

2015-03-20 09:41:04 +01:00
%define version 0.1.6
2012-04-04 10:07:08 +02:00
%define release 1
2012-03-27 15:00:09 +02:00
%define name ipasserelle-stats
Summary: Statistiques web
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
Requires: ipasserelle-base
Requires: awstats
%description
Génère des statistique de consultation de vos sites web
%changelog
2015-03-20 09:41:04 +01:00
* Fri Mar 20 2015 Daniel Berteaud <daniel@firewall-services.com> 0.1.6-1
- Fix access prop
- Add a fragment to ignore local hosts when building stats
2012-10-09 19:30:16 +02:00
* Tue Oct 9 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.5-1
- Fix index page template
2012-10-05 11:37:34 +02:00
* Fri Oct 5 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.4-1
- Enable stats for vhosts
2012-09-04 14:00:54 +02:00
* Tue Sep 4 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.3-1.sme
- Update LL::NG auth prop
2012-05-18 10:55:10 +02:00
* Fri May 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.2-1.sme
- Allow full year view from CGI
- Allow stats per page for dokuwiki
2012-04-03 10:07:20 +02:00
* Tue Apr 03 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.0-1.sme
2012-03-27 15:00:09 +02:00
- initial release
%prep
%setup -q -n %{name}-%{version}
%build
perl createlinks
%install
/bin/rm -rf $RPM_BUILD_ROOT
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
/bin/rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
> %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%clean
rm -rf $RPM_BUILD_ROOT
%post
%preun