rpms/perl-Tk-Stderr/F-11 import.log, NONE, 1.1 perl-Tk-Stderr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

david hannequin hvad at fedoraproject.org
Tue Jun 23 14:42:10 UTC 2009


Author: hvad

Update of /cvs/pkgs/rpms/perl-Tk-Stderr/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3902/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Tk-Stderr.spec 
Log Message:



--- NEW FILE import.log ---
perl-Tk-Stderr-1_2-5_fc10:F-11:perl-Tk-Stderr-1.2-5.fc10.src.rpm:1245775249


--- NEW FILE perl-Tk-Stderr.spec ---
Name:           perl-Tk-Stderr
Version:        1.2
Release:        5%{?dist}
Summary:        Capture standard error output, display in separate window for Perl::Tk

Group:          Development/Libraries
License:        GPLv2+
URL:            http://search.cpan.org/dist/Tk-Stderr/
Source0:        http://cpan.org/modules/by-module/Tk/Tk-Stderr-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Tk)
BuildRequires:  xorg-x11-server-Xvfb, xorg-x11-fonts-base
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module captures that standard error of a program and redirects it
to a read only text widget, which doesn't appear until necessary. When
it does appear, the user can close it; it'll appear again when there is
more output.

%prep
%setup -q -n Tk-Stderr-%{version}

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

%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*

%check
# disabled by default because it needs an x screen
%{?_with_tests:make test}

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorlib}/Tk
%{_mandir}/man3/Tk*.3*


%changelog
* Tue May 30 2009 David Hannequin <david.hannequin at gmail.com> 1.2-5
- delete _xvfb
- modify man page

* Tue May 19 2009 David Hannequin <david.hannequin at gmail.com> 1.2-4
- Fix build require
- Fix make test ( need X screen )

* Sun May 17 2009 David Hannequin <david.hannequin at gmail.com> 1.2-2
- First release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Tk-Stderr/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Jun 2009 15:34:31 -0000	1.1
+++ .cvsignore	23 Jun 2009 14:41:39 -0000	1.2
@@ -0,0 +1 @@
+Tk-Stderr-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Tk-Stderr/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Jun 2009 15:34:31 -0000	1.1
+++ sources	23 Jun 2009 14:41:40 -0000	1.2
@@ -0,0 +1 @@
+86f0f85d24d2c1e72e1e5a039b0f0d72  Tk-Stderr-1.2.tar.gz




More information about the fedora-extras-commits mailing list