[perl-X11-Protocol-Other] 22 bump

Petr Šabata psabata at fedoraproject.org
Mon Nov 26 10:20:48 UTC 2012


commit feed99908622811ae6132b8a6561912f3d4e2b8f
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Nov 26 11:20:43 2012 +0100

    22 bump

 .gitignore                   |    1 +
 perl-X11-Protocol-Other.spec |   16 ++++++++++------
 sources                      |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e357e9b..12beb16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 X11-Protocol-Other-18.tar.gz
 /X11-Protocol-Other-21.tar.gz
+/X11-Protocol-Other-22.tar.gz
diff --git a/perl-X11-Protocol-Other.spec b/perl-X11-Protocol-Other.spec
index a7d28d8..17c738c 100644
--- a/perl-X11-Protocol-Other.spec
+++ b/perl-X11-Protocol-Other.spec
@@ -1,5 +1,5 @@
 Name:           perl-X11-Protocol-Other
-Version:        21
+Version:        22
 Release:        1%{?dist}
 Summary:        Miscellaneous X11::Protocol helpers
 License:        GPLv3+
@@ -7,15 +7,17 @@ Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/X11-Protocol-Other/
 Source0:        http://www.cpan.org/modules/by-module/X11/X11-Protocol-Other-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(constant)
-BuildRequires:  perl(lib)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Encode::Encoding)
 BuildRequires:  perl(Encode::HanExtra)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test)
 BuildRequires:  perl(X11::Protocol)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -27,14 +29,13 @@ These are some helper functions for X11::Protocol.
 chmod a-x examples/*
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+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} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -46,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 26 2012 Petr Šabata <contyk at redhat.com> - 22-1
+- 22 bump (testsuite update)
+
 * Mon Nov 05 2012 Petr Šabata <contyk at redhat.com> - 21-1
 - 21 bump
 - Fix the deps
diff --git a/sources b/sources
index 562bbbc..3ceeb47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06c1a9df4ccad8c42b0123890063af96  X11-Protocol-Other-21.tar.gz
+aadc9cc7b8882e67fa10645f0197cb19  X11-Protocol-Other-22.tar.gz


More information about the scm-commits mailing list