diff --git a/.gitignore b/.gitignore index de3bfb8..4422b25 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /statscache-0.0.1.tar.gz +/statscache-0.0.2.tar.gz +/statscache-0.0.3.tar.gz diff --git a/sources b/sources index d2296df..4265c50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d36032a433e8ced18882c0c197575dac statscache-0.0.1.tar.gz +aab9d2b3dea95f11651653279c837b20 statscache-0.0.3.tar.gz diff --git a/statscache.spec b/statscache.spec index 9474e45..9a39290 100644 --- a/statscache.spec +++ b/statscache.spec @@ -5,13 +5,13 @@ Name: statscache -Version: 0.0.1 +Version: 0.0.3 Release: 1%{?dist} Summary: A daemon to build and keep fedmsg statistics Group: Applications/Internet License: LGPLv2+ URL: http://github.com/fedora-infra/statscache -Source0: https://rtnpro.fedorapeople.org/statscache-0.0.1.tar.gz +Source0: http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch @@ -26,9 +26,11 @@ BuildRequires: python-freezegun BuildRequires: fedmsg BuildRequires: python-fedmsg-meta-fedora-infrastructure BuildRequires: python-sqlalchemy +BuildRequires: python-futures Requires: fedmsg Requires: python-fedmsg-meta-fedora-infrastructure Requires: python-sqlalchemy +Requires: python-futures %description Statscache is a plugin to the fedmsg-hub that sits listening in our @@ -96,14 +98,13 @@ mkdir -p %{buildroot}%{_sysconfdir}/%{modname}/ install -m 644 apache/%{modname}.cfg %{buildroot}%{_sysconfdir}/%{modname}/%{modname}.cfg %files common -%doc README.rst +%doc README.rst docs/ %license COPYING COPYING.LESSER %dir %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}/__init__.py* %{python_sitelib}/%{modname}/utils.py* -%{python_sitelib}/%{modname}/schedule.py* -%{python_sitelib}/%{modname}/plugins.py* +%{python_sitelib}/%{modname}/plugins/ %{python_sitelib}/%{modname}-%{version}-py%{pyver}.egg-info/ %config(noreplace) %{_sysconfdir}/fedmsg.d/statscache.py* @@ -113,6 +114,8 @@ install -m 644 apache/%{modname}.cfg %{buildroot}%{_sysconfdir}/%{modname}/%{mod %files web %{python_sitelib}/%{modname}/app.py* +%{python_sitelib}/%{modname}/static/ +%{python_sitelib}/%{modname}/templates/ %dir %{_datadir}/%{modname} %dir %{_datadir}/%{modname}/apache/ @@ -124,5 +127,8 @@ install -m 644 apache/%{modname}.cfg %{buildroot}%{_sysconfdir}/%{modname}/%{mod %{python_sitelib}/%{modname}/producer.py* %changelog +* Fri Oct 30 2015 Ralph Bean - 0.0.3-1 +- new version + * Sat Jun 20 2015 Ratnadeep Debnath - 0.0.1-1 - Initial packaging.