summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-16 13:24:59 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-16 13:24:59 +0200
commitf9af6e5abc384928fce5f1d8c3253030281431ee (patch)
tree89d069bcec83737718add077ff0a43f6ff900614
php-liuggio-statsd-php-client: import from Fedora
-rw-r--r--php-liuggio-statsd-php-client.spec43
1 files changed, 43 insertions, 0 deletions
diff --git a/php-liuggio-statsd-php-client.spec b/php-liuggio-statsd-php-client.spec
new file mode 100644
index 0000000..847b7e4
--- /dev/null
+++ b/php-liuggio-statsd-php-client.spec
@@ -0,0 +1,43 @@
+Name: php-liuggio-statsd-php-client
+Version: 1.0.16
+Release: 1%{?dist}
+Summary: Object Oriented Client for etsy/statsd written in php
+
+License: MIT
+URL: https://github.com/liuggio/statsd-php-client
+Source0: https://github.com/liuggio/statsd-php-client/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+
+Buildarch: noarch
+
+Requires: php(language) >= 5.3.2
+
+Provides: php-composer(liuggio/statsd-php-client) = %{version}
+
+
+%description
+statsd-php-client is an Open Source, and Object Oriented Client for etsy/statsd
+written in php.
+
+
+%prep
+%setup -qn statsd-php-client-%{version}
+
+
+%build
+
+
+%install
+mkdir -pm 0755 %{buildroot}%{_datadir}/php/Liuggio/StatsdClient
+cp -rp src/Liuggio/StatsdClient/* %{buildroot}%{_datadir}/php/Liuggio/StatsdClient
+
+
+%files
+%license LICENSE
+%doc CHANGELOG.md composer.json README.md
+%{_datadir}/php/Liuggio
+
+
+%changelog
+* Mon Jun 15 2015 Michael Cronenworth <mike@cchtml.com> - 1.0.16-1
+- Initial package
+