Accepting request 296224 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Pairtree?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-15 07:25:13 +00:00
committed by Git OBS Bridge
parent c202cce454
commit a51fa91d9c
4 changed files with 38 additions and 69 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04fbde3c1dc3725113542c9252c558eb41348a4da4a3f86e72f146f54a7db673
size 26273

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 14 15:54:14 UTC 2015 - coolo@suse.com
- updated to 1.02
see /usr/share/doc/packages/perl-File-Pairtree/
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 13 07:38:20 CET 2011 - pascal.bleser@opensuse.org Tue Dec 13 07:38:20 CET 2011 - pascal.bleser@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Pairtree # spec file for package perl-File-Pairtree
# #
# Copyright (c) 2011 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 # 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
@@ -16,85 +16,48 @@
# #
Name: perl-File-Pairtree Name: perl-File-Pairtree
Version: 1.01 Version: 1.02
Release: 0 Release: 0
Summary: Pt command and routines to manage pairtrees %define cpan_name File-Pairtree
Source: http://search.cpan.org/CPAN/authors/id/J/JA/JAK/File-Pairtree-%{version}.tar.gz Summary: routines to manage pairtrees
Url: http://search.cpan.org/dist/File-Pairtree License: BSD-3-Clause
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic) Url: http://search.cpan.org/dist/File-Pairtree/
BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: http://www.cpan.org/authors/id/J/JA/JAK/%{cpan_name}-%{version}.tar.gz
%{perl_requires}
BuildRequires: perl-macros
BuildRequires: make
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(File::Glob)
BuildRequires: perl(Carp)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Value) >= 1.01
BuildRequires: perl(File::Namaste) >= 1.00
BuildRequires: perl(File::Path)
BuildRequires: perl(File::OM) >= 0.21
Requires: perl(Getopt::Long)
Requires: perl(Pod::Usage)
Requires: perl(File::Glob)
Requires: perl(Carp)
Requires: perl(File::Find)
Requires: perl(File::Value) >= 1.01
Requires: perl(File::Namaste) >= 1.00
Requires: perl(File::Path)
Requires: perl(File::OM) >= 0.21
%if 0%{?suse_version} >= 1120
BuildArch: noarch BuildArch: noarch
%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Namaste) >= 1.01
BuildRequires: perl(File::OM) >= 0.21
BuildRequires: perl(File::Value) >= 1.01
Requires: perl(File::Namaste) >= 1.01
Requires: perl(File::OM) >= 0.21
Requires: perl(File::Value) >= 1.01
%{perl_requires}
%description %description
Perl module to work with pair trees. This is very brief documentation for the *Pairtree* Perl module.
%package -n pt
Summary: Pt command and routines to manage pairtrees
Requires: %{name} = %{version}
Group: Productivity/File utilities
%description -n pt
The pt utility introduces commands that can be used to create, delete, modify,
and report on a pairtree. When not made explicit via an argument (see the first
two forms above), the pairtree in question is assumed to reside in a
pairtree_root/ directory descending from the current directory or from a
directory specified with -d.
%prep %prep
%setup -q -n "File-Pairtree-%{version}" %setup -q -n %{cpan_name}-%{version}
%__sed -i '/^auto_install/d' Makefile.PL find . -type f -print0 | xargs -0 chmod 644
%build %build
%__perl Makefile.PL PREFIX="%{_prefix}" %{__perl} Makefile.PL INSTALLDIRS=vendor
%__make %{?_smp_flags} %{__make} %{?_smp_mflags}
%check
%{__make} test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist
%check %files -f %{name}.files
%__make test %defattr(-,root,root,755)
%doc pt README VERSION
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%dir %{perl_vendorlib}/File
%{perl_vendorlib}/File/Pairtree.pm
%doc %{perl_man3dir}/File::Pairtree.%{perl_man3ext}%{ext_man}
%files -n pt
%defattr(-,root,root)
%doc README
%{_bindir}/pt
%doc %{_mandir}/man1/pt.1*
%changelog %changelog