- updated to 0.10

* Stop propagating our magic through localisation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Hooks-EndOfScope?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2012-02-16 16:44:04 +00:00 committed by Git OBS Bridge
parent 89fee82b6b
commit 3759d7173b
4 changed files with 17 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b1d5683a75ac35d8414e3e84edda60e6b686fd46892f4c596d00f25304aa994
size 10841

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0a8f4ca3481fa0fbff5dc07571b10f6a351523691bf3bcffa929360770cf2ae
size 11597

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 16 16:42:44 UTC 2012 - coolo@suse.com
- updated to 0.10
* Stop propagating our magic through localisation.
-------------------------------------------------------------------
Wed Aug 24 22:30:17 UTC 2011 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-B-Hooks-EndOfScope
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,13 +16,12 @@
#
Name: perl-B-Hooks-EndOfScope
Version: 0.09
Release: 1
License: GPL+ or Artistic
Version: 0.10
Release: 0
%define cpan_name B-Hooks-EndOfScope
Summary: Execute code after a scope finished compilation
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/
Source: http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
@ -30,9 +29,10 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More) >= 0.89
BuildRequires: perl(Variable::Magic) >= 0.34
#BuildRequires: perl(B::Hooks::EndOfScope)
Requires: perl(Sub::Exporter)
Requires: perl(Variable::Magic) >= 0.34
%{perl_requires}
@ -43,9 +43,11 @@ surrounding scope.
%prep
%setup -q -n %{cpan_name}-%{version}
# MANUAL BEGIN
%if 0%{?sles_version} == 10
%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
%endif
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -59,9 +61,6 @@ surrounding scope.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README