diff --git a/.gitignore b/.gitignore index 23f48b1..b371633 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ AnyEvent-XMPP-0.51.tar.gz /AnyEvent-XMPP-0.52.tar.gz /AnyEvent-XMPP-0.53.tar.gz +/AnyEvent-XMPP-0.54.tar.gz diff --git a/perl-AnyEvent-XMPP.spec b/perl-AnyEvent-XMPP.spec index 4d8d6de..6d0af07 100644 --- a/perl-AnyEvent-XMPP.spec +++ b/perl-AnyEvent-XMPP.spec @@ -1,11 +1,11 @@ Name: perl-AnyEvent-XMPP -Version: 0.53 +Version: 0.54 Release: 1%{?dist} Summary: Implementation of the XMPP Protocol License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/AnyEvent-XMPP/ -Source0: http://www.cpan.org/authors/id/E/EL/ELMEX/AnyEvent-XMPP-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-XMPP-%{version}.tar.gz Patch0: AnyEvent-XMPP-0.51-timezone.patch BuildArch: noarch BuildRequires: perl(base) @@ -30,6 +30,8 @@ BuildRequires: perl(XML::Parser::Expat) BuildRequires: perl(XML::Twig) BuildRequires: perl(XML::Writer) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +# Add Net::SSLeay to prevent issues like RT#80148 +Requires: perl(Net::SSLeay) >= 1.33 %{?perl_default_filter} @@ -49,9 +51,8 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check @@ -63,6 +64,11 @@ make test %{_mandir}/man3/* %changelog +* Thu Dec 06 2012 Jitka Plesnikova - 0.54-1 +- 0.54 bump +- Replace PERL_INSTALL_ROOT with DESTDIR +- Remove the deleting empty directories + * Fri Oct 12 2012 Petr Ĺ abata - 0.53-1 - 0.53 bump diff --git a/sources b/sources index 09d830f..c2eb5d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8156151fa8c7a7d1f30fd3296ed6cab1 AnyEvent-XMPP-0.53.tar.gz +20b008e67537eb3125e4376a0ba09883 AnyEvent-XMPP-0.54.tar.gz