rpms/perl-Test-Smoke/devel perl-Test-Smoke.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jul 2 06:58:17 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Test-Smoke/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv408

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Smoke.spec 
Log Message:
* Fri Mar 26 2010 Marcela Mašláňová <mmaslano at redhat.com> 1.43-1
- Specfile autogenerated by cpanspec 1.78.



--- NEW FILE perl-Test-Smoke.spec ---
Name:           perl-Test-Smoke
Version:        1.43
Release:        1%{?dist}
Summary:        Perl core test smoke suite
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Smoke/
Source0:        http://www.cpan.org/authors/id/A/AB/ABELTJE/Test-Smoke-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Test::Smoke exports $conf and read_config() by default.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$RPM_BUILD_ROOT

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

%{_fixperms} $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_ROOT/%{_bindir}/W32Configure.pl
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1/W32Configure*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README ReleaseNotes
%{_bindir}/archiverpt.pl
%{_bindir}/chkbcfg.pl
%{_bindir}/configsmoke.pl
%{_bindir}/mailrpt.pl
%{_bindir}/patchtree.pl
%{_bindir}/runsmoke.pl
%{_bindir}/smokeperl.pl
%{_bindir}/smokestatus.pl
%{_bindir}/synctree.pl
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Fri Mar 26 2010 Marcela Mašláňová <mmaslano at redhat.com> 1.43-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Smoke/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Jul 2010 17:35:14 -0000	1.1
+++ .cvsignore	2 Jul 2010 06:58:16 -0000	1.2
@@ -0,0 +1 @@
+Test-Smoke-1.43.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Smoke/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jul 2010 17:35:14 -0000	1.1
+++ sources	2 Jul 2010 06:58:16 -0000	1.2
@@ -0,0 +1 @@
+bcc38e0961bb3f4727001d430bf4843e  Test-Smoke-1.43.tar.gz



More information about the scm-commits mailing list