Update to 6.34
This commit is contained in:
parent
89cd73ab18
commit
7f638a43d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ Date-Manip-6.07.tar.gz
|
||||
/Date-Manip-6.30.tar.gz
|
||||
/Date-Manip-6.31.tar.gz
|
||||
/Date-Manip-6.32.tar.gz
|
||||
/Date-Manip-6.34.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.32
|
||||
Release: 3%{?dist}
|
||||
Version: 6.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Date manipulation routines
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -39,7 +39,6 @@ to daylight saving time.
|
||||
|
||||
%prep
|
||||
%setup -q -n Date-Manip-%{version}
|
||||
chmod -x examples/*
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
@ -54,12 +53,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
./Build test
|
||||
|
||||
%files
|
||||
%doc HISTORY LICENSE README README.first examples
|
||||
%doc HISTORY LICENSE README README.first
|
||||
%{perl_vendorlib}/Date/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%{_mandir}/man[13]/*.[13]*
|
||||
%{_bindir}/dm_*
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.32-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user