Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Test-NeedsDisplay/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8184

Modified Files:
        .cvsignore sources 
Added Files:
        perl-Test-NeedsDisplay.spec 
Log Message:
* Tue Dec 16 2008 Marcela MaÅ¡láňová <[email protected]> 1.05-1
- Specfile autogenerated by cpanspec 1.77.



--- NEW FILE perl-Test-NeedsDisplay.spec ---
Name:           perl-Test-NeedsDisplay
Version:        1.05
Release:        1%{?dist}
Summary:        Ensure that tests needing a display have one
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-NeedsDisplay/
Source0:        
http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NeedsDisplay-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.0
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More) >= 0.47
BuildRequires:  xorg-x11-server-Xvfb
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
When testing GUI applications, sometimes applications or modules absolutely
insist on a display, even just to load a module without actually showing
any objects.

%prep
%setup -q -n Test-NeedsDisplay-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Dec 16 2008 Marcela MaÅ¡láňová <[email protected]> 1.05-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-NeedsDisplay/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  7 Jan 2009 01:19:22 -0000       1.1
+++ .cvsignore  12 Jan 2009 06:50:45 -0000      1.2
@@ -0,0 +1 @@
+Test-NeedsDisplay-1.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-NeedsDisplay/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources     7 Jan 2009 01:19:22 -0000       1.1
+++ sources     12 Jan 2009 06:50:45 -0000      1.2
@@ -0,0 +1 @@
+63967780b12820a668fed932812f9327  Test-NeedsDisplay-1.05.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to