[perl-Crypt-Random-Source] Update to 0.08 and clean up spec file

Emmanuel Seyman eseyman at fedoraproject.org
Sun Aug 17 00:27:11 UTC 2014


commit a18d6ce9f10efbd43d6d664239342a2d7a9a7cfb
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Aug 17 02:26:52 2014 +0200

    Update to 0.08 and clean up spec file

 .gitignore                    |    1 +
 perl-Crypt-Random-Source.spec |   17 +++++++++++------
 sources                       |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ebff30b..514b89e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Crypt-Random-Source-0.07.tar.gz
+/Crypt-Random-Source-0.08.tar.gz
diff --git a/perl-Crypt-Random-Source.spec b/perl-Crypt-Random-Source.spec
index 8f99140..b9087d9 100644
--- a/perl-Crypt-Random-Source.spec
+++ b/perl-Crypt-Random-Source.spec
@@ -1,11 +1,11 @@
 Name:           perl-Crypt-Random-Source
-Version:        0.07
-Release:        10%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Get weak or strong random data from pluggable sources
 License:        GPL+ or Artistic
-Group:          Development/Libraries
+
 URL:            http://search.cpan.org/dist/Crypt-Random-Source/
-Source0:        http://www.cpan.org/authors/id/N/NU/NUFFIN/Crypt-Random-Source-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/Crypt-Random-Source-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Any::Moose)
@@ -46,12 +46,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
-%doc Changes LICENSE README
+%license LICENSE 
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 17 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.08-1
+- Update to 0.08
+- Use %%license 
+- Remove the Group tag (no longer used)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ba36133..a38ecc3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56251a6c909e21f5ae535b0e2af3897e  Crypt-Random-Source-0.07.tar.gz
+bbd3fca196e739530a1331d5445e6b69  Crypt-Random-Source-0.08.tar.gz


More information about the scm-commits mailing list