Dirk Stoecker 2012-09-19 22:07:34 +00:00 committed by Git OBS Bridge
parent bd28acf0b0
commit 38ae48711d
5 changed files with 23 additions and 24 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 19 21:44:29 UTC 2012 - opensuse@dstoecker.de
- update to 0.4003
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 17 17:42:00 UTC 2011 - chris@computersalat.de Wed Aug 17 17:42:00 UTC 2011 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Build (Version 0.36) # spec file for package perl-Module-Build
# #
# Copyright (c) 2010 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,30 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-Module-Build Name: perl-Module-Build
%define cpan_name Module-Build %define cpan_name Module-Build
Summary: Build and install Perl modules Summary: Build and install Perl modules
Version: 0.36.07 License: GPL-1.0+ or Artistic-1.0
%define _version 0.3607
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Version: 0.4003
Release: 0
Url: http://search.cpan.org/dist/Module-Build/ Url: http://search.cpan.org/dist/Module-Build/
#Source: http://www.cpan.org/modules/by-module/Module/Module-Build-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source: %{cpan_name}-%{_version}.tar.bz2
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{_version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
# for rename # for rename
BuildRequires: util-linux
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: util-linux
BuildRequires: perl(File::Temp) >= 0.15 BuildRequires: perl(File::Temp) >= 0.15
BuildRequires: perl(Test::More) >= 0.49 BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Harness) >= 3.16 BuildRequires: perl(Test::Harness) >= 3.16
BuildRequires: perl(Test::More) >= 0.49
# #
BuildRequires: perl(Cwd) BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper) BuildRequires: perl(Data::Dumper)
@ -89,12 +86,12 @@ Recommends: perl(Module::Signature) >= 0.21
#BuildRequires: perl(YAML::Tiny) >= 1.38 #BuildRequires: perl(YAML::Tiny) >= 1.38
#Requires: perl(YAML::Tiny) >= 1.38 #Requires: perl(YAML::Tiny) >= 1.38
# manpage_support # manpage_support
Requires: perl(Pod::Man) Requires: perl(Pod::Man)
# HTML_support # HTML_support
Requires: perl(Pod::Html) Requires: perl(Pod::Html)
# not mentioned in Build.PL # not mentioned in Build.PL
BuildRequires: perl(PAR::Dist) >= 0.17 BuildRequires: perl(PAR::Dist) >= 0.17
Requires: perl(PAR::Dist) >= 0.17 Requires: perl(PAR::Dist) >= 0.17
################################################## ##################################################
%description %description
@ -113,7 +110,7 @@ Authors:
Ken Williams <kwilliams@cpan.org> Ken Williams <kwilliams@cpan.org>
%prep %prep
%setup -q -n %{cpan_name}-%{_version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Build.PL installdirs=vendor
@ -135,6 +132,6 @@ rename config_data config_data-%{_version} %{buildroot}/%{_mandir}/man1/config_d
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes contrib LICENSE README scripts %doc Changes contrib LICENSE README
%changelog %changelog