6.36 bump

This commit is contained in:
Petr Šabata 2012-11-01 14:58:14 +01:00
parent 7f638a43d6
commit f007b2d48a
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ Date-Manip-6.07.tar.gz
/Date-Manip-6.31.tar.gz
/Date-Manip-6.32.tar.gz
/Date-Manip-6.34.tar.gz
/Date-Manip-6.36.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Date-Manip
Version: 6.34
Version: 6.36
Release: 1%{?dist}
Summary: Date manipulation routines
Group: Development/Libraries
@ -15,7 +15,6 @@ BuildRequires: perl(IO::File)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::More)
BuildRequires: perl(YAML::Syck)
# Tests only
BuildRequires: perl(Test::Inter)
BuildRequires: perl(Test::Pod) >= 1.00
@ -45,9 +44,9 @@ perl Build.PL installdirs=vendor
./Build
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
%check
./Build test
@ -59,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_bindir}/dm_*
%changelog
* Thu Nov 01 2012 Petr Šabata <contyk@redhat.com> - 6.36-1
- 6.36 bump
* Wed Sep 12 2012 Jitka Plesnikova <jplesnik@redhat.com> - 6.34-1
- 6.34 bump
- examples are included in man pages and bin directory. Remove them from doc.

View File

@ -1 +1 @@
99d474e2d832dd23c9ea889b33f2019a Date-Manip-6.34.tar.gz
e060c47350c7b7c1ed25e7a52ecac4a9 Date-Manip-6.36.tar.gz