[perl-File-ShareDir-Install] Update to 0.08

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 3 12:50:54 UTC 2014


commit 114ee45ceaad7757b6e77197d339c0548a003634
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 3 12:48:24 2014 +0000

    Update to 0.08
    
    - New upstream release 0.08
      - Tweak documentation and fix typos
      - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
      - Added delete_share
      - Tests may now be run in parallel
    - Don't need to remove empty directories from the buildroot

 .gitignore                      |    3 +--
 perl-File-ShareDir-Install.spec |   17 +++++++++++++----
 sources                         |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac8a7cf..a52a8f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-File-ShareDir-Install-0.03.tar.gz
-/File-ShareDir-Install-0.04.tar.gz
+/File-ShareDir-Install-[0-9.]*.tar.gz
diff --git a/perl-File-ShareDir-Install.spec b/perl-File-ShareDir-Install.spec
index 1203c25..2d27add 100644
--- a/perl-File-ShareDir-Install.spec
+++ b/perl-File-ShareDir-Install.spec
@@ -1,6 +1,6 @@
 Name:           perl-File-ShareDir-Install
-Version:        0.04
-Release:        7%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Install shared files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,8 @@ URL:            http://search.cpan.org/dist/File-ShareDir-Install/
 Source0:        http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Dir)
 # tests
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
@@ -32,7 +34,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -45,6 +46,14 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb  3 2014 Paul Howarth <paul at city-fan.org> - 0.08-1
+- Update to 0.08
+  - Tweak documentation and fix typos
+  - Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
+  - Added delete_share
+  - Tests may now be run in parallel
+- Don't need to remove empty directories from the buildroot
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -74,7 +83,7 @@ make test
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 16 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.03-4
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Sat May 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.03-3
 - Mass rebuild with perl-5.12.0
diff --git a/sources b/sources
index 923f451..244efe7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06ccc474f5b2441baa0f22ef46d499d6  File-ShareDir-Install-0.04.tar.gz
+bdda798a8582d6d1d2f8149cb738e822  File-ShareDir-Install-0.08.tar.gz


More information about the scm-commits mailing list