rpms/perl-Test-Without-Module/devel import.log, NONE, 1.1 perl-Test-Without-Module.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Mon Jul 19 07:22:03 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Test-Without-Module/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8515/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-Without-Module.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Test-Without-Module-0_17-2_fc13:HEAD:perl-Test-Without-Module-0.17-2.fc13.src.rpm:1279524078


--- NEW FILE perl-Test-Without-Module.spec ---
Name:           perl-Test-Without-Module
Version:        0.17
Release:        2%{?dist}
Summary:        Test fallback behavior in absence of modules
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Without-Module/
Source0:        http://www.cpan.org/modules/by-module/Test/Test-Without-Module-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Slurp)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This module allows you to deliberately hide modules from a program even
though they are installed. This is mostly useful for testing modules that
have a fallback when a certain dependency module is not installed.

%prep
%setup -q -n Test-Without-Module-%{version}
find . -type f -exec chmod 644 {} \;
sed -i -e 's/\r//' README Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -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 MANIFEST.skip README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jul 22 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.17-2
- Remove executable permissions
- Dos2unix the README and Changes file
- Americanise the summary

* Sun Jun 27 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.17-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Without-Module/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jul 2010 04:49:23 -0000	1.1
+++ .cvsignore	19 Jul 2010 07:22:01 -0000	1.2
@@ -0,0 +1 @@
+Test-Without-Module-0.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Without-Module/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jul 2010 04:49:23 -0000	1.1
+++ sources	19 Jul 2010 07:22:03 -0000	1.2
@@ -0,0 +1 @@
+4480ece707cb6bbedaae8fbe41320927  Test-Without-Module-0.17.tar.gz




More information about the perl-devel mailing list