auto-import perl-File-Remove-0.30-1 on branch devel from

perl-File-Remove-0.30-1.src.rpm
This commit is contained in:
corsepiu 2005-09-13 16:44:06 +00:00
parent 5810456a27
commit 0e1a76da87
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1 @@
File-Remove-0.30.tar.gz

52
perl-File-Remove.spec Normal file
View File

@ -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 <ralf@links2linux.de> - 0.30-1
- FE submission.
* Fri Sep 02 2005 Ralf Corsepius <ralf@links2linux.de> - 0.30-0
- FE submission preps.
* Tue Jun 28 2005 Ralf Corsepius <ralf@links2linux.de> - 0.29-0.pm.1
- Initial packman version.

View File

@ -0,0 +1 @@
3973fd86f5d82a52255bde3c1fd63486 File-Remove-0.30.tar.gz