Update to 6.34

This commit is contained in:
Jitka Plesnikova 2012-09-12 14:45:58 +02:00
parent 89cd73ab18
commit 7f638a43d6
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ Date-Manip-6.07.tar.gz
/Date-Manip-6.30.tar.gz /Date-Manip-6.30.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

View File

@ -1,6 +1,6 @@
Name: perl-Date-Manip Name: perl-Date-Manip
Version: 6.32 Version: 6.34
Release: 3%{?dist} Release: 1%{?dist}
Summary: Date manipulation routines Summary: Date manipulation routines
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -39,7 +39,6 @@ to daylight saving time.
%prep %prep
%setup -q -n Date-Manip-%{version} %setup -q -n Date-Manip-%{version}
chmod -x examples/*
%build %build
perl Build.PL installdirs=vendor perl Build.PL installdirs=vendor
@ -54,12 +53,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
./Build test ./Build test
%files %files
%doc HISTORY LICENSE README README.first examples %doc HISTORY LICENSE README README.first
%{perl_vendorlib}/Date/ %{perl_vendorlib}/Date/
%{_mandir}/man3/*.3* %{_mandir}/man[13]/*.[13]*
%{_bindir}/dm_*
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
0d5c1ee2f75f6407fb1035e3535f650b Date-Manip-6.32.tar.gz 99d474e2d832dd23c9ea889b33f2019a Date-Manip-6.34.tar.gz