forked from perl/perl-file-rsyncp
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d0e184bae0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba4df5f9b0db6c9d86a6c5cf9861cf00d17b18e77cfa028e7a9157c0015a5aa3
|
||||
size 167122
|
BIN
File-RsyncP-0.76.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-RsyncP-0.76.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 19:59:45 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.760.0 (0.76)
|
||||
see /usr/share/doc/packages/perl-File-RsyncP/Changes
|
||||
|
||||
0.76 Mon Sep 14 14:20:41 PDT 2020
|
||||
|
||||
- correctly handle stderr output from rsync 3.2.3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 16:50:43 UTC 2015 - killerrex@gmail.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-RsyncP
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,16 +18,17 @@
|
||||
|
||||
%define cpan_name File-RsyncP
|
||||
Name: perl-File-RsyncP
|
||||
Version: 0.740.0
|
||||
Version: 0.760.0
|
||||
Release: 0
|
||||
# 0.74 -> normalize -> 0.740.0
|
||||
%define cpan_version 0.74
|
||||
# 0.76 -> normalize -> 0.760.0
|
||||
%define cpan_version 0.76
|
||||
#Upstream: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License in the LICENSE file along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
License: GPL-3.0-or-later
|
||||
Summary: Perl Rsync client
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CB/CBARRATT/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(File::RsyncP) = %{version}
|
||||
@@ -51,7 +52,7 @@ BackupPC, http://backuppc.sourceforge.net. See BackupPC for programming
|
||||
examples.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
Reference in New Issue
Block a user