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:
committed by
Git OBS Bridge
parent
c202cce454
commit
a51fa91d9c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04fbde3c1dc3725113542c9252c558eb41348a4da4a3f86e72f146f54a7db673
|
||||
size 26273
|
||||
3
File-Pairtree-1.02.tar.gz
Normal file
3
File-Pairtree-1.02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9be23a0aca1b20d75cc5ac4ffdbf1f680bc437bc3cef1a67d4f3c7a0b7fa6e1
|
||||
size 26289
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,85 +16,48 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-File-Pairtree
|
||||
Version: 1.01
|
||||
Version: 1.02
|
||||
Release: 0
|
||||
Summary: Pt command and routines to manage pairtrees
|
||||
Source: http://search.cpan.org/CPAN/authors/id/J/JA/JAK/File-Pairtree-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/File-Pairtree
|
||||
%define cpan_name File-Pairtree
|
||||
Summary: routines to manage pairtrees
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Perl
|
||||
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{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
|
||||
Url: http://search.cpan.org/dist/File-Pairtree/
|
||||
Source: http://www.cpan.org/authors/id/J/JA/JAK/%{cpan_name}-%{version}.tar.gz
|
||||
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
|
||||
Perl module to work with pair trees.
|
||||
|
||||
%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.
|
||||
This is very brief documentation for the *Pairtree* Perl module.
|
||||
|
||||
%prep
|
||||
%setup -q -n "File-Pairtree-%{version}"
|
||||
%__sed -i '/^auto_install/d' Makefile.PL
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||
%__make %{?_smp_flags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%check
|
||||
%__make test
|
||||
|
||||
%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*
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc pt README VERSION
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user