commit bea7f42782c4cf86f9125e310d9f30822de4b25b Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Thu Feb 2 00:38:36 2012 +0100 Clean up spec file and add perl default filter perl-Fedora-Bugzilla.spec | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) --- diff --git a/perl-Fedora-Bugzilla.spec b/perl-Fedora-Bugzilla.spec index abbe2f2..12ae166 100644 --- a/perl-Fedora-Bugzilla.spec +++ b/perl-Fedora-Bugzilla.spec @@ -1,6 +1,6 @@ Name: perl-Fedora-Bugzilla Version: 0.13 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Access Fedora's Bugzilla Group: Development/Libraries @@ -8,7 +8,6 @@ License: LGPLv2+ URL: http://camelus.fedorahosted.org Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Fedora-Bugzilla-%{version}.tar.gz Patch0: perl-Fedora-Bugzilla-0.13-no-CascadeClear.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -48,6 +47,8 @@ Requires: perl(Crypt::SSLeay) Requires: perl(MooseX::MultiInitArg) Requires: perl(RPC::XML::Client) +%{?perl_default_filter} + %description The XML-RPC interface to bugzilla is quite useful, and while Bugzilla 3.x is starting to flesh their interface out a bit more (see, e.g., @@ -70,8 +71,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} - 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 ';' @@ -83,18 +82,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' make test -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc README Changes TODO COPYING %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu Feb 2 2012 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 0.13-11 +- Clean up spec file +- Add perl default filter + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.13-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -- 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