]> git.pld-linux.org Git - packages/perl-X11-GUITest.git/blame - perl-X11-GUITest.spec
- rebuild for perl 5.20
[packages/perl-X11-GUITest.git] / perl-X11-GUITest.spec
CommitLineData
335123d8
KK
1#
2# Conditional build:
3%bcond_with tests # do perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir X11
7%define pnam GUITest
8Summary: X11::GUITest - GUI testing/interaction facilities
60caa1ba 9Summary(pl.UTF-8): X11::GUITest - ułatwienia do testowania/interakcji z GUI
335123d8 10Name: perl-X11-GUITest
4094e102 11Version: 0.25
206983d3 12Release: 3
335123d8
KK
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
cfd7dfd8 16Source0: http://www.cpan.org/modules/by-module/X11/%{pdir}-%{pnam}-%{version}.tar.gz
4094e102 17# Source0-md5: c2ea2418a5cef380e260dce9230c1d8b
cfd7dfd8
JB
18URL: http://search.cpan.org/dist/X11-GUITest/
19BuildRequires: rpm-perlprov >= 4.1-13
0052b4b3 20BuildRequires: xorg-lib-libX11-devel
21BuildRequires: xorg-lib-libXext-devel
22BuildRequires: xorg-lib-libXtst-devel
335123d8
KK
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26This Perl package is intended to facilitate the testing of GUI
1edba68f
JB
27applications by means of user emulation. It can be used to
28test/interact with GUI applications which have been built upon the X
29library or toolkits (i.e., GTK+, Xt, Qt, Motif, etc.) that "wrap" the
30X library's functionality.
31
55340809
JR
32%description -l pl.UTF-8
33Ten pakiet Perla ma ułatwić testowanie aplikacji z graficznym
34interfejsem użytkownika drogą emulacji użytkownika. Może być używany
35do testowania lub interakcji z aplikacjami GUI opartymi o bibliotekę X
36lub toolkity (takie jak GTK+, Xt, Qt, Motif itp.) obudowujące
37funkcjonalność biblioteki X.
335123d8
KK
38
39%prep
40%setup -q -n %{pdir}-%{pnam}-%{version}
41
42%build
43%{__perl} Makefile.PL \
44 INSTALLDIRS=vendor
45%{__make}
46
47%{?with_tests:%{__make} test}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
4094e102 60%doc docs/{Changes,ToDo,X11-GUITest*}
335123d8 61%dir %{perl_vendorarch}/X11
1edba68f 62%{perl_vendorarch}/X11/GUITest.pm
335123d8
KK
63%dir %{perl_vendorarch}/auto/X11
64%dir %{perl_vendorarch}/auto/X11/GUITest
335123d8
KK
65%attr(755,root,root) %{perl_vendorarch}/auto/X11/GUITest/GUITest.so
66%{perl_vendorarch}/auto/X11/GUITest/GUITest.bs
67%{_mandir}/man3/*
This page took 0.113215 seconds and 4 git commands to generate.