Accepting request 297467 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297467 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-DirCompare?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
ada01b65ba
commit
950cf03c1c
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 21:33:30 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.7
|
||||
see /usr/share/doc/packages/perl-File-DirCompare/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 08:34:27 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-DirCompare (Version 0.6)
|
||||
# spec file for package perl-File-DirCompare
|
||||
#
|
||||
# Copyright (c) 2010 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
|
||||
@@ -15,25 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-File-DirCompare
|
||||
Version: 0.6
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.7
|
||||
Release: 0
|
||||
%define cpan_name File-DirCompare
|
||||
Summary: Perl module to compare two directories using
|
||||
Url: http://search.cpan.org/dist/File-DirCompare/
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/G/GA/GAVINC/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/File-DirCompare/
|
||||
Source0: http://www.cpan.org/authors/id/G/GA/GAVINC/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Compare)
|
||||
BuildRequires: perl(File::Glob)
|
||||
BuildRequires: perl(File::Spec)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -83,9 +79,6 @@ directory given ($dir2).
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc README TODO
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db2f90d4aa02a7f85c7f9575a625683313b56ecbc0d3646c793c685b05b3bdae
|
||||
size 8612
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b60e4d5dabc630fcfdcdf6f31fdcb6d277d3fd5375f02852eb4b51795a0b105b
|
||||
size 9018
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user