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
This commit is contained in:
parent
7a86336599
commit
114ee45cea
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
File-ShareDir-Install-0.03.tar.gz
|
||||
/File-ShareDir-Install-0.04.tar.gz
|
||||
/File-ShareDir-Install-[0-9.]*.tar.gz
|
||||
|
||||
@ -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@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@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@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@redhat.com> - 0.03-3
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user