commit 6c532204004b3b31b6aa777cbcb0a31c74b359cd Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Tue Feb 3 13:39:11 2015 +0100 0.74 bump - Minor license change - Corrected the License tag .gitignore | 1 + perl-File-RsyncP.spec | 18 ++++++++++++------ sources | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index 479ba39..4165ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ File-RsyncP-0.68.tar.gz /File-RsyncP-0.70.tar.gz /File-RsyncP-0.72.tar.gz +/File-RsyncP-0.74.tar.gz diff --git a/perl-File-RsyncP.spec b/perl-File-RsyncP.spec index a4b7332..520d2ab 100644 --- a/perl-File-RsyncP.spec +++ b/perl-File-RsyncP.spec @@ -1,14 +1,15 @@ Name: perl-File-RsyncP -Version: 0.72 +Version: 0.74 Release: 1%{?dist} Summary: A perl implementation of an Rsync client -License: GPLv2 +# https://fedoraproject.org/wiki/Licensing:FAQ?rd=Licensing/FAQ#What_about_the_RSA_license_on_their_MD5_implementation.3F_Isn.27t_that_GPL-incompatible.3F +License: GPLv2 and GPLv3 and (GPL+ or Artistic) Group: Development/Libraries URL: http://search.cpan.org/dist/File-RsyncP/ Source0: http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-%{version}.tar.gz # Build BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 # Runtime BuildRequires: perl(AutoLoader) BuildRequires: perl(Config) @@ -39,12 +40,11 @@ daemon on the remote machine. cp /usr/lib/rpm/config.* FileList/ %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_flags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} + chmod -R u+w %{buildroot}/* @@ -52,12 +52,18 @@ chmod -R u+w %{buildroot}/* make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{perl_vendorarch}/File/ %{perl_vendorarch}/auto/File/ %{_mandir}/man3/* %changelog +* Tue Feb 03 2015 Petr Šabata <contyk@xxxxxxxxxx> - 0.74-1 +- 0.74 bump +- Minor license change +- Corrected the License tag + * Mon Jan 12 2015 Petr Šabata <contyk@xxxxxxxxxx> - 0.72-1 - 0.72 bump; fix stalled transfers (#1177212) diff --git a/sources b/sources index 9fe7f87..778431a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab2729ab4657705052d80eca107d6444 File-RsyncP-0.72.tar.gz +17b73204db0389d882bf5563a41e4a78 File-RsyncP-0.74.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel