From 0e1a76da8707d3f5fe133fb4cad17a3d7571a7f7 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Tue, 13 Sep 2005 16:44:06 +0000 Subject: [PATCH] auto-import perl-File-Remove-0.30-1 on branch devel from perl-File-Remove-0.30-1.src.rpm --- .cvsignore | 1 + perl-File-Remove.spec | 52 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 54 insertions(+) create mode 100644 perl-File-Remove.spec diff --git a/.cvsignore b/.cvsignore index e69de29..6597ffd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +File-Remove-0.30.tar.gz diff --git a/perl-File-Remove.spec b/perl-File-Remove.spec new file mode 100644 index 0000000..8967320 --- /dev/null +++ b/perl-File-Remove.spec @@ -0,0 +1,52 @@ +Name: perl-File-Remove +Version: 0.30 +Release: 1%{?dist} +Summary: Remove files and directories +License: GPL or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/File-Remove/ +Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSOD/File-Remove-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildArch: noarch + +%description +Remove files and directories + +%prep +%setup -q -n File-Remove-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + +%clean +rm -rf $RPM_BUILD_ROOT + +%check +make test + +%files +%defattr(-,root,root,-) +# For license text(s), see the perl package. +%doc Changes README +%{perl_vendorlib}/File +%{_mandir}/man3/* + +%changelog +* Tue Sep 13 2005 Ralf Corsepius - 0.30-1 +- FE submission. + +* Fri Sep 02 2005 Ralf Corsepius - 0.30-0 +- FE submission preps. + +* Tue Jun 28 2005 Ralf Corsepius - 0.29-0.pm.1 +- Initial packman version. diff --git a/sources b/sources index e69de29..02a7c0d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3973fd86f5d82a52255bde3c1fd63486 File-Remove-0.30.tar.gz