update to 0.004

epel9
Iain Arnell 12 years ago
parent 55fa1dce8e
commit f15d45d8e0

1
.gitignore vendored

@ -1 +1,2 @@
Mixin-Linewise-0.003.tar.gz
/Mixin-Linewise-0.004.tar.gz

@ -1,12 +1,11 @@
Name: perl-Mixin-Linewise
Version: 0.003
Release: 10%{?dist}
Version: 0.004
Release: 1%{?dist}
Summary: Write your linewise code for handles; this does the rest
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Mixin-Linewise/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Carp)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -41,25 +40,23 @@ 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/*
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot}/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri Jun 21 2013 Iain Arnell <iarnell@gmail.com> 0.004-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.003-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
10c1f76b6afce3b7080b2689b6a964d1 Mixin-Linewise-0.003.tar.gz
bd79936157ed8930e74b9fcfb223525f Mixin-Linewise-0.004.tar.gz

Loading…
Cancel
Save