commit fbc682eef6502b8fede5625a76de907420433059 Author: Petr Sabata <contyk@xxxxxxxxxx> Date: Mon Aug 1 14:08:02 2011 +0200 0.11 bump .gitignore | 1 + perl-IRC-Utils.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) --- diff --git a/.gitignore b/.gitignore index f336038..1fdb37f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /IRC-Utils-0.10.tar.gz +/IRC-Utils-0.11.tar.gz diff --git a/perl-IRC-Utils.spec b/perl-IRC-Utils.spec index e80db14..36482c6 100644 --- a/perl-IRC-Utils.spec +++ b/perl-IRC-Utils.spec @@ -1,5 +1,5 @@ Name: perl-IRC-Utils -Version: 0.10 +Version: 0.11 Release: 1%{?dist} Summary: Common utilities for IRC-related tasks License: GPL+ or Artistic @@ -32,10 +32,10 @@ formatting, etc. make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=$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 PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +%{_fixperms} %{buildroot}/* %check make test @@ -46,5 +46,8 @@ make test %{_mandir}/man3/* %changelog +* Mon Aug 01 2011 Petr Sabata <contyk@xxxxxxxxxx> - 0.11-1 +- 0.11 bump + * Tue Jul 26 2011 Petr Sabata <contyk@xxxxxxxxxx> 0.10-1 - Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index 6a7f813..ee84b3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e283b1db47333f7077f46f1e9518818 IRC-Utils-0.10.tar.gz +338a66879ac3cb61abe949667ef63ef1 IRC-Utils-0.11.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel