perl-FileHandle-Fmode-0.09-2.src.rpmepel9
parent
c2c99a1c68
commit
f325d07f6e
@ -0,0 +1 @@
|
||||
FileHandle-Fmode-0.09.tar.gz
|
@ -0,0 +1,55 @@
|
||||
Name: perl-FileHandle-Fmode
|
||||
Version: 0.09
|
||||
Release: 2%{?dist}
|
||||
Summary: FileHandle::Fmode Perl module
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/FileHandle-Fmode/
|
||||
Source0: http://www.cpan.org/modules/by-module/FileHandle/FileHandle-Fmode-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: /usr/bin/dos2unix
|
||||
|
||||
%description
|
||||
Determine whether a filehandle is opened for reading, writing, or both.
|
||||
|
||||
%prep
|
||||
%setup -q -n FileHandle-Fmode-%{version}
|
||||
dos2unix README CHANGES
|
||||
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
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} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES README
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/FileHandle*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 22 2007 Andreas Thienemann <andreas@bawue.net> 0.09-2
|
||||
- Fixed EOL-encoding in the packages %%doc files.
|
||||
|
||||
* Sat Mar 10 2007 Andreas Thienemann <andreas@bawue.net> 0.09-1
|
||||
- Specfile autogenerated by cpanspec 1.69.1.
|
Loading…
Reference in new issue