]> git.pld-linux.org Git - packages/chromedriver.git/commitdiff
- initial auto/th/chromedriver-2.37-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Apr 2018 08:10:45 +0000 (10:10 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Apr 2018 08:10:45 +0000 (10:10 +0200)
chromedriver.spec [new file with mode: 0644]

diff --git a/chromedriver.spec b/chromedriver.spec
new file mode 100644 (file)
index 0000000..3036e55
--- /dev/null
@@ -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
This page took 0.07601 seconds and 4 git commands to generate.