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.
61 lines
1.3 KiB
61 lines
1.3 KiB
9 years ago
|
Summary: @DESCRIPTION@
|
||
|
Name: @PACKAGE_NAME@
|
||
|
Version: @VERSION@
|
||
|
Release: @BUILD_NUMBER@%{?dist}
|
||
|
License: LGPL
|
||
|
Group: Applications/...
|
||
|
Source0: %{name}-%{version}.tar.gz
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||
|
BuildRequires: gnupg, subversion, automake, autoconf, doxygen, xvfb, mrw-c++-dev, libxml-cxx-dev
|
||
|
%if 0%{?fedora} != 20
|
||
|
BuildRequires: graphviz
|
||
|
%endif
|
||
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?rhl} || 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version}
|
||
|
BuildRequires: pkgconfig, redhat-lsb
|
||
|
%if ! ( 0%{?centos} || 0%{?centos_ver} || 0%{?centos_version} )
|
||
|
BuildRequires: mscgen
|
||
|
BuildRequires: qt5-qtbase-devel, qt5-qttools, qt5-qtwebkit-devel
|
||
|
%else
|
||
|
BuildRequires: qt-devel
|
||
|
%endif
|
||
|
%else%if 0%{?suse_version} || 0%{?sles_version}
|
||
|
BuildRequires: pkg-config, lsb-release
|
||
|
%if 0%{?suse_version} < 1200 || 0%{?sles_version} < 1200
|
||
|
BuildRequires: libqt4-devel, qt4-x11-tools, libQtWebKit-devel
|
||
|
%else
|
||
|
BuildRequires: libqt5-qtbase-devel, libqt5-qttools, libQt5WebKit5-devel
|
||
|
%endif
|
||
|
%endif%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/*
|
||
|
%doc
|
||
|
/usr/share/*
|
||
|
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
|