commit 89ee40477fea2a65d7938b90367e640fd0fe06f6
Author: Arkadiusz Miƛkiewicz <ar...@maven.pl>
Date:   Wed Apr 11 10:10:45 2018 +0200

    - initial

 chromedriver.spec | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
diff --git a/chromedriver.spec b/chromedriver.spec
new file mode 100644
index 0000000..3036e55
--- /dev/null
+++ b/chromedriver.spec
@@ -0,0 +1,35 @@
+Summary:       WebDriver for Google Chrome
+Name:          chromedriver
+Version:       2.37
+Release:       1
+License:       Distributable
+Group:         Applications
+Source0:       
https://chromedriver.storage.googleapis.com/%{version}/%{name}_linux64.zip
+# Source0-md5: f4fbbf50eaec2b9c9e21536e39b9999e
+URL:           https://sites.google.com/a/chromium.org/chromedriver/
+ExclusiveArch: %{x8664}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+WebDriver is an open source tool for automated testing of webapps
+across many browsers. It provides capabilities for navigating to web
+pages, user input, JavaScript execution, and more.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+cp -p chromedriver $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/chromedriver
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromedriver.git/commitdiff/89ee40477fea2a65d7938b90367e640fd0fe06f6

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to