rpms/perl-Gtk2-Ex-Carp/devel perl-Gtk2-Ex-Carp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Mar 26 17:36:23 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Gtk2-Ex-Carp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8337/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Gtk2-Ex-Carp.spec 
Log Message:
auto-import perl-Gtk2-Ex-Carp-0.01-2.fc6 on branch devel from perl-Gtk2-Ex-Carp-0.01-2.fc6.src.rpm


--- NEW FILE perl-Gtk2-Ex-Carp.spec ---
Name:           perl-Gtk2-Ex-Carp
Version:        0.01
Release:        2%{?dist}
Summary:        GTK+ friendly die() and warn() functions
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Gtk2-Ex-Carp/
Source0:        http://www.cpan.org/authors/id/G/GB/GBROWN/Gtk2-Ex-Carp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl, perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Gtk2)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module exports four functions, of which two override the standard
die() and warn() functions, and two which allow for extended error
reporting. When called, these functions display a user-friendly message
dialog window.

%prep
%setup -q -n Gtk2-Ex-Carp-%{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} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
# no $DISPLAY in mock; tests fail!
[ "x$DISPLAY" == "x" ] || make test

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Mar 23 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-2
- test for $DISPLAY before running make test

* Wed Mar 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Carp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Mar 2007 17:14:08 -0000	1.1
+++ .cvsignore	26 Mar 2007 17:35:51 -0000	1.2
@@ -0,0 +1 @@
+Gtk2-Ex-Carp-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Carp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Mar 2007 17:14:08 -0000	1.1
+++ sources	26 Mar 2007 17:35:51 -0000	1.2
@@ -0,0 +1 @@
+a9e6de1c2e54c504d19b6b0f5faa3f5b  Gtk2-Ex-Carp-0.01.tar.gz




More information about the fedora-extras-commits mailing list