update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-CoreList?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
8c59b82afb
commit
919db112d8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f733d85c69c6b4b78b2347bd1643cc584fc45fd6258314c1de34a97b33394b73
|
||||
size 79906
|
3
Module-CoreList-5.20150420.tar.gz
Normal file
3
Module-CoreList-5.20150420.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03768bde1f5c02ba3fc4c093ed58c1c461d1251187b21f2c4ddfffc04b33e686
|
||||
size 82849
|
24
cpanspec.yml
Normal file
24
cpanspec.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
post_install: |-
|
||||
mv %{buildroot}%{_bindir}/corelist %{buildroot}%{_bindir}/corelist-%{name}
|
||||
# the perl docu will do
|
||||
mv %{buildroot}%{_mandir}/man1/{corelist,corelist-%{name}}.1
|
||||
rm %{buildroot}%{_mandir}/man3/Module::CoreList.3pm
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 02:56:02 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 5.20150420
|
||||
see /usr/share/doc/packages/perl-Module-CoreList/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 11:40:10 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-CoreList
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,18 +17,21 @@
|
||||
|
||||
|
||||
Name: perl-Module-CoreList
|
||||
Version: 2.57
|
||||
Version: 5.20150420
|
||||
Release: 0
|
||||
%define cpan_name Module-CoreList
|
||||
Summary: What modules shipped with versions of perl
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Summary: What Modules Shipped with Versions of Perl
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-CoreList/
|
||||
Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(version) >= 0.88
|
||||
Requires: perl(version) >= 0.88
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -58,18 +61,17 @@ information.
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
# MANUAL BEGIN
|
||||
mv %{buildroot}%{_bindir}/corelist %{buildroot}%{_bindir}/corelist-%{name}
|
||||
# the perl docu will do
|
||||
mv %{buildroot}%{_mandir}/man1/{corelist,corelist-%{name}}.1
|
||||
rm %{buildroot}%{_mandir}/man3/Module::CoreList.3pm
|
||||
# MANUAL END
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes corelist identify-dependencies README
|
||||
%attr(0755,root,root) %{_bindir}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user