Accepting request 298004 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/298004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-GUID?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
d9dad37679
commit
2bad513746
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49874cdb9ca2f11055bc4cdaa3cf5a06233b815b2e48498f16863c090a8abde6
|
||||
size 16751
|
3
Data-GUID-0.048.tar.gz
Normal file
3
Data-GUID-0.048.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb263b1e6eeecc5797de6f945d42ace2db26c156172883550b73fa2ecdab29dc
|
||||
size 16675
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#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: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 19 07:40:20 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.048
|
||||
see /usr/share/doc/packages/perl-Data-GUID/Changes
|
||||
|
||||
0.048 2013-12-13 08:23:33 America/New_York
|
||||
update bugtracker and repo links
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 14:40:51 UTC 2013 - darin@darins.net
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-GUID
|
||||
#
|
||||
# Copyright (c) 2013 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,28 +17,26 @@
|
||||
|
||||
|
||||
Name: perl-Data-GUID
|
||||
Version: 0.047
|
||||
Version: 0.048
|
||||
Release: 0
|
||||
%define cpan_name Data-GUID
|
||||
Summary: Globally unique identifiers
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Summary: Globally Unique Identifiers
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Data-GUID/
|
||||
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Data-GUID-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::UUID) >= 1.148
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Sub::Exporter) >= 0.9
|
||||
BuildRequires: perl(Sub::Exporter) >= 0.90
|
||||
BuildRequires: perl(Sub::Install) >= 0.03
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Data::UUID) >= 1.148
|
||||
Requires: perl(Sub::Exporter) >= 0.9
|
||||
Requires: perl(Sub::Exporter) >= 0.90
|
||||
Requires: perl(Sub::Install) >= 0.03
|
||||
Requires: perl(Test::More)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -60,9 +58,6 @@ unique identifiers.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
|
Reference in New Issue
Block a user