diff --git a/perl-Test-WWW-Selenium.spec b/perl-Test-WWW-Selenium.spec index 0583fff..acb4bb2 100644 --- a/perl-Test-WWW-Selenium.spec +++ b/perl-Test-WWW-Selenium.spec @@ -5,7 +5,7 @@ Name: perl-Test-WWW-Selenium Version: 1.25 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl Client for the Selenium Remote Control test tool License: (GPL+ or Artistic) and ASL 2.0 Group: Development/Libraries @@ -58,12 +58,12 @@ make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=%{buildroot} -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; -%{_fixperms} $RPM_BUILD_ROOT/* +%{_fixperms} %{buildroot}/* %check @@ -77,6 +77,9 @@ make test %changelog +* Thu Oct 24 2013 Lubomir Rintel (GoodData) - 1.25-8 +- Bulk sad and useless attempt at consistent SPEC file formatting + * Sun Aug 04 2013 Fedora Release Engineering - 1.25-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -125,14 +128,14 @@ make test - Fix a packaging bug that caused incorrect Selenium.pm to be generated - Enable foolishly disabled tests back -* Sun Feb 21 2010 Lubomir Rintel (Good Data) - 1.21-1 +* Sun Feb 21 2010 Lubomir Rintel (GoodData) - 1.21-1 - Newer release - use API definitions from packaged selenium-core * Fri Dec 4 2009 Stepan Kasal - 1.18-2 - rebuild against perl 5.10.1 -* Mon Sep 07 2009 Lubomir Rintel (Good Data) 0.18-1 +* Mon Sep 07 2009 Lubomir Rintel (GoodData) 0.18-1 - Newer release, update API support to 1.0.1 * Sun Jul 26 2009 Fedora Release Engineering - 1.15-5.20081021svn @@ -141,12 +144,12 @@ make test * Thu Feb 26 2009 Fedora Release Engineering - 1.15-4.20081021svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Tue Oct 21 2008 Lubomir Rintel (Good Data) 0.15-3.20081021svn +* Tue Oct 21 2008 Lubomir Rintel (GoodData) 0.15-3.20081021svn - Bump to SCM snapshot to be able to test right-click javascript menus -* Mon Jun 23 2008 Lubomir Rintel (Good Data) 0.15-2 +* Mon Jun 23 2008 Lubomir Rintel (GoodData) 0.15-2 - Fixed License tag to include Apache, thanks Parag AN -* Mon Jun 16 2008 Lubomir Rintel (Good Data) 0.15-1 +* Mon Jun 16 2008 Lubomir Rintel (GoodData) 0.15-1 - Specfile autogenerated by cpanspec 1.75. - Fix requires