Test your websites with this simple GUI based scripted webtester. Generate simple testscripts directly from surfng on the webpage, enhance them with your commands, with variables, loops, checks, … and finally run automated web tests.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
Summary: @DESCRIPTION@ |
|
Name: @PACKAGE_NAME@ |
|
Version: @VERSION@ |
|
Release: @BUILD_NUMBER@.@DISTRO@ |
|
License: LGPL |
|
Group: @RPM_GROUP@ |
|
|
|
Source0: %{name}-%{version}.tar.gz |
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|
BuildRequires: which, pkgconfig, gnupg, expect, subversion, make, automake, autoconf, rpm-build, binutils-devel, gcc-c++, doxygen, graphviz, java-openjdk @RPM_BUILD_DEPEND@ @RPM_DEPEND_IFEXISTS@ |
|
|
|
#### os dependent definitions #### |
|
%if 0%{?suse_version} || 0%{?sles_version} |
|
BuildRequires: lsb-release, qt-devel, libqt5-qtbase-devel, libqt5-qttools, libQt5WebKit5-devel |
|
%else |
|
BuildRequires: qt-devel, qt5-qtbase-devel, qt5-qttools-devel, qtwebkit-devel |
|
%if 0%{?mageia} |
|
BuildRequires: rpm-sign, lsb-release |
|
%else |
|
BuildRequires: rpm-sign, redhat-lsb |
|
%endif |
|
%endif |
|
%if ! 0%{?centos} |
|
BuildRequires: mscgen |
|
%endif |
|
|
|
%description |
|
@README@ |
|
|
|
|
|
|
|
%prep |
|
%setup -q |
|
./configure --prefix=/usr \ |
|
--sysconfdir=/etc \ |
|
--docdir=/usr/share/doc/packages/@PACKAGE_NAME@ \ |
|
--libdir=/usr/%_lib |
|
|
|
%build |
|
make |
|
|
|
%install |
|
DESTDIR=$RPM_BUILD_ROOT make install |
|
|
|
%clean |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
%files |
|
%defattr(-,root,root,-) |
|
/usr/bin/* |
|
/usr/share/applications/* |
|
|
|
%doc |
|
/usr/share |
|
|
|
|
|
|
|
%changelog |
|
|
|
|