forked from pool/perl-ExtUtils-LibBuilder
Accepting request 250224 from devel:languages:perl
- updated to 0.06 - Fixed metadata for metacpan (thanks to Gabor Szabo). - Added metadata for metacpan. OBS-URL: https://build.opensuse.org/request/show/250224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-LibBuilder?expand=0&rev=6
This commit is contained in:
commit
9a475bc9ae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dcac851a093331a7fb6349c08a2b9bd75a10ea4b009b2771af7b59c347879948
|
|
||||||
size 5372
|
|
3
ExtUtils-LibBuilder-0.06.tar.gz
Normal file
3
ExtUtils-LibBuilder-0.06.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f05bd6e211efd3e53d02c75819b4496ab5ca822b2b17623c51e12393bee2bf33
|
||||||
|
size 5767
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 19 12:15:47 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.06
|
||||||
|
- Fixed metadata for metacpan (thanks to Gabor Szabo).
|
||||||
|
- Added metadata for metacpan.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 22 21:21:22 UTC 2012 - cfarrell@suse.com
|
Tue May 22 21:21:22 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-LibBuilder (Version 0.04)
|
# spec file for package perl-ExtUtils-LibBuilder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 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,25 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-LibBuilder
|
Name: perl-ExtUtils-LibBuilder
|
||||||
Version: 0.04
|
Version: 0.06
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
%define cpan_name ExtUtils-LibBuilder
|
%define cpan_name ExtUtils-LibBuilder
|
||||||
Summary: A tool to build C libraries.
|
Summary: A tool to build C libraries.
|
||||||
Url: http://search.cpan.org/dist/ExtUtils-LibBuilder/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/A/AM/AMBS/ExtUtils/%{cpan_name}-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/ExtUtils-LibBuilder/
|
||||||
|
Source: http://www.cpan.org/authors/id/A/AM/AMBS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(Module::Build) >= 0.42
|
||||||
BuildRequires: perl(File::Temp)
|
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,9 +50,6 @@ A tool to build C libraries.
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user