6.36 bump
This commit is contained in:
parent
7f638a43d6
commit
f007b2d48a
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ Date-Manip-6.07.tar.gz
|
|||||||
/Date-Manip-6.31.tar.gz
|
/Date-Manip-6.31.tar.gz
|
||||||
/Date-Manip-6.32.tar.gz
|
/Date-Manip-6.32.tar.gz
|
||||||
/Date-Manip-6.34.tar.gz
|
/Date-Manip-6.34.tar.gz
|
||||||
|
/Date-Manip-6.36.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Date-Manip
|
Name: perl-Date-Manip
|
||||||
Version: 6.34
|
Version: 6.36
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Date manipulation routines
|
Summary: Date manipulation routines
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -15,7 +15,6 @@ BuildRequires: perl(IO::File)
|
|||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl(Storable)
|
BuildRequires: perl(Storable)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(YAML::Syck)
|
|
||||||
# Tests only
|
# Tests only
|
||||||
BuildRequires: perl(Test::Inter)
|
BuildRequires: perl(Test::Inter)
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
@ -45,9 +44,9 @@ perl Build.PL installdirs=vendor
|
|||||||
./Build
|
./Build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
@ -59,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|||||||
%{_bindir}/dm_*
|
%{_bindir}/dm_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 12 2012 Jitka Plesnikova <jplesnik@redhat.com> - 6.34-1
|
||||||
- 6.34 bump
|
- 6.34 bump
|
||||||
- examples are included in man pages and bin directory. Remove them from doc.
|
- examples are included in man pages and bin directory. Remove them from doc.
|
||||||
|
Loading…
Reference in New Issue
Block a user