X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=perl-App-SVN-Bisect.spec;h=0e215e39f393305c7279f4db79deb8e487d0bbf8;hb=HEAD;hp=7e422cbbed7e3c700ecf412216e82914910b33b8;hpb=35349eeb1e94339757c37a97efb6eacd1ae5e184;p=packages%2Fperl-App-SVN-Bisect.git diff --git a/perl-App-SVN-Bisect.spec b/perl-App-SVN-Bisect.spec index 7e422cb..0e215e3 100644 --- a/perl-App-SVN-Bisect.spec +++ b/perl-App-SVN-Bisect.spec @@ -2,17 +2,17 @@ # Conditional build: %bcond_without tests # do not perform "make test" # -%include /usr/lib/rpm/macros.perl %define pdir App %define pnam SVN-Bisect Summary: App::SVN::Bisect - binary search through svn revisions Name: perl-App-SVN-Bisect -Version: 1.0 +Version: 1.1 Release: 1 License: artistic_2 Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/App/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: d8540f354b27d904eee56cc473542cbc +Source0: http://www.cpan.org/authors/id/I/IN/INFINOID/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: a929a878b7bee04adae2e592770c0ea2 +Patch0: %{name}-locale.patch URL: http://search.cpan.org/dist/App-SVN-Bisect/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 @@ -20,7 +20,10 @@ BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: perl(IO::All) > 0.38 BuildRequires: perl-Test-Exception BuildRequires: perl-Test-Output +BuildRequires: perl-Test-Pod +BuildRequires: perl-Test-Pod-Coverage BuildRequires: perl-YAML-Syck +BuildRequires: subversion %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -31,6 +34,7 @@ tool. See the POD documentation of that tool, for usage details. %prep %setup -q -n %{pdir}-%{pnam}-%{version} +%patch0 -p1 %build %{__perl} Build.PL \ @@ -53,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc Changes README TODO %attr(755,root,root) %{_bindir}/svn-bisect +%dir %{perl_vendorlib}/App/SVN %{perl_vendorlib}/App/SVN/*.pm %{_mandir}/man3/* %{_mandir}/man1/*