Author: xavierb Update of /cvs/pkgs/rpms/perl-App-SVN-Bisect/EL-6 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8585/EL-6 Modified Files: sources Added Files: perl-App-SVN-Bisect.spec Log Message: Import into F-12, F-13, EL-5 and EL-6 branches --- NEW FILE perl-App-SVN-Bisect.spec --- Name: perl-App-SVN-Bisect Version: 1.0 Release: 1%{?dist} Summary: Binary search through svn revisions License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/App-SVN-Bisect/ Source0: http://www.cpan.org/modules/by-module/App/INFINOID/App-SVN-Bisect-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(IO::All) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Output) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(YAML::Syck) BuildRequires: subversion Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: subversion %description This module implements the backend of the "svn-bisect" command line tool. See the POD documentation of that tool, for usage details. %package -n svn-bisect License: Artistic 2.0 Group: Development/Libraries Summary: Binary search through svn revisions Requires: %{name} = 0:%{version}-%{release} %description -n svn-bisect This is a command-line tool inspired by "git-bisect", which allows you to perform binary searches among the revisions of a subversion project. %prep %setup -q -n App-SVN-Bisect-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %files -n svn-bisect %defattr(-,root,root,-) %doc Changes LICENSE README TODO %{_bindir}/svn-bisect %{_mandir}/man1/svn-bisect.1* %changelog * Fri Jun 04 2010 Xavier Bachelot <xavier@xxxxxxxxxxxx> 1.0-1 - Specfile autogenerated by cpanspec 1.78. - Clean up and adapt spec. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-App-SVN-Bisect/EL-6/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 Jun 2010 07:59:33 -0000 1.1 +++ sources 26 Jun 2010 15:52:09 -0000 1.2 @@ -0,0 +1 @@ +d8540f354b27d904eee56cc473542cbc App-SVN-Bisect-1.0.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