Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 9d6dda47a472c23517d28ac77d580842 > files > 3

asterisk-stat-2.0.1-6mdv2010.0.src.rpm

Name:		asterisk-stat
Version:	2.0.1
Release:	%mkrel 6
Summary:	Asterisk-Stat : CDR Analyser
License:	GPL
Group:		System/Servers
URL:		http://areski.net/asterisk-stat-v2/about.php
Source0:	http://areski.net/asterisk-stat-v2/%{name}-v2_0_1.tar.bz2
Patch0:		asterisk-stat-mdk_conf.diff
Requires:	webserver
Requires:	php-mysql
Requires:	php-gd
Requires:	mod_php
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Asterisk-Stat is providing different reports & Graph to allow
the Asterisk-admin to analyse quickly and easily the traffic on
their Asterisk server. All the graphic & reports are based over
the CDR database. 

%prep
%setup -q -n %{name}-v2
%patch0 -p0

# fix dir perms
find . -type d | xargs chmod 755

# fix file perms
find . -type f | xargs chmod 644

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_var}/www/html/%{name}
cp -aRf * %{buildroot}%{_var}/www/html/%{name}/

# cleanup
rm -rf %{buildroot}%{_var}/www/html/%{name}/CHANGELOG.txt
rm -rf %{buildroot}%{_var}/www/html/%{name}/counter.txt
rm -rf %{buildroot}%{_var}/www/html/%{name}/info.txt
rm -rf %{buildroot}%{_var}/www/html/%{name}/wiki.html

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG.txt
%config(noreplace) %attr(0644,root,root) %{_var}/www/html/%{name}/lib/defines.php
%{_var}/www/html/%{name}


%changelog
* Fri Oct 02 2009 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.1-6mdv2010.0
+ Revision: 452527
- fix dependencies

* Tue Sep 01 2009 Thierry Vignaud <tvignaud@mandriva.com> 2.0.1-5mdv2010.0
+ Revision: 423969
- rebuild

* Thu Jun 19 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.0.1-4mdv2009.0
+ Revision: 226187
- rebuild

* Wed Jan 02 2008 Olivier Blin <oblin@mandriva.com> 2.0.1-3mdv2008.1
+ Revision: 140690
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Sep 10 2007 Oden Eriksson <oeriksson@mandriva.com> 2.0.1-3mdv2008.0
+ Revision: 84046
- rebuild


* Mon Jun 26 2006 Oden Eriksson <oeriksson@mandriva.com> 2.0.1-1mdv2007.0
- rebuild

* Tue Apr 05 2005 Oden Eriksson <oeriksson@mandrakesoft.com> 2.0.1-1mdk
- initial package