[perl-YAML-Tiny] Update to 1.53

Paul Howarth pghmcfc at fedoraproject.org
Wed Aug 21 09:54:14 UTC 2013


commit 8eb9caf80ea2572883d59b30c34ec6d2c2825532
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Aug 21 10:51:38 2013 +0100

    Update to 1.53
    
    - New upstream release 1.53
      - Updated repository metadata to reflect move to github
    - This release by ETHER -> update source URL
    - Upstream no longer shipping README
    - Don't need to remove empty directories from the buildroot
    - Make %files list more explicit

 .gitignore          |    6 +-----
 perl-YAML-Tiny.spec |   21 ++++++++++++++-------
 sources             |    2 +-
 3 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15ecf01..adffd8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-YAML-Tiny-1.40.tar.gz
-/YAML-Tiny-1.44.tar.gz
-/YAML-Tiny-1.46.tar.gz
-/YAML-Tiny-1.50.tar.gz
-/YAML-Tiny-1.51.tar.gz
+/YAML-Tiny-[0-9.]*.tar.gz
diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec
index f134e25..f3d5a2d 100644
--- a/perl-YAML-Tiny.spec
+++ b/perl-YAML-Tiny.spec
@@ -1,11 +1,11 @@
 Name:           perl-YAML-Tiny
-Version:        1.51
-Release:        8%{?dist}
+Version:        1.53
+Release:        1%{?dist}
 Summary:        Read/Write YAML files with as little code as possible
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAML-Tiny/
-Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
@@ -38,18 +38,25 @@ make %{?_smp_mflags}
 %install
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
 make test AUTOMATED_TESTING=1
 
 %files
-%doc Changes LICENSE README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes LICENSE
+%{perl_vendorlib}/YAML/
+%{_mandir}/man3/YAML::Tiny.3pm*
 
 %changelog
+* Wed Aug 21 2013 Paul Howarth <paul at city-fan.org> 1.53-1
+- Update to 1.53
+  - Updated repository metadata to reflect move to github
+- This release by ETHER -> update source URL
+- Upstream no longer shipping README
+- Don't need to remove empty directories from the buildroot
+- Make %%files list more explicit
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.51-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a04dae9..5a55ab2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e67d89a4905e797216384a89011efa9  YAML-Tiny-1.51.tar.gz
+8eaa665b54b94770c438407dd99b3ee2  YAML-Tiny-1.53.tar.gz



More information about the perl-devel mailing list