6.23 bump
Buildroot stuff removed, BR fixed
This commit is contained in:
parent
94e7bf1441
commit
b30a367668
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ Date-Manip-6.07.tar.gz
|
||||
/Date-Manip-6.20.tar.gz
|
||||
/Date-Manip-6.21.tar.gz
|
||||
/Date-Manip-6.22.tar.gz
|
||||
/Date-Manip-6.23.tar.gz
|
||||
|
@ -1,8 +1,7 @@
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.22
|
||||
Version: 6.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Date manipulation routines
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Date-Manip/
|
||||
@ -12,6 +11,7 @@ BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(Module::Build) >= 0.3600
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -45,20 +45,13 @@ to daylight saving time.
|
||||
./Build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
./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/*
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc HISTORY LICENSE README README.first
|
||||
@ -67,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2011 Petr Sabata <psabata@redhat.com> - 6.23-1
|
||||
- 6.23 bump
|
||||
- IO::File added to BR
|
||||
- Buildroot stuff removed
|
||||
|
||||
* Tue Mar 8 2011 Petr Sabata <psabata@redhat.com> - 6.22-1
|
||||
- 6.22 bump, new timezone data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user