Browse Source

* perl-Image-Size: update
* perl-Image-Xbm, perl-Image-Xpm, perl-Image-Base, perl-Image-Info: new packages


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5868 ec354946-7b23-47d6-9f5a-488ba84defc7

shaolin 12 years ago
parent
commit
c8b73300d9

+ 113 - 0
p/perl-Image-Base/perl-Image-Base-vl.spec

@@ -0,0 +1,113 @@
+Name:           perl-Image-Base
+Version:        1.07
+Release:        1%{?_dist_release}
+Summary:        Base class for loading, manipulating and saving images in Perl
+
+Group:          Development/Libraries
+License:        LGPLv2+
+URL:            http://search.cpan.org/dist/Image-Base/
+Source0:        http://www.cpan.org/authors/id/S/SU/SUMMER/Image-Base-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n Image-Base-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{perl_vendorlib}/Image/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.07-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.07-17
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.07-15
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.07-14
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.07-13
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.07-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-9
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-8
+- rebuild for new perl
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-7.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Thu Sep  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-7
+- Rebuild for FC6.
+
+* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-6
+- Rebuild for FC5 (perl 5.8.8).
+
+* Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-5
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.07-4
+- rebuilt
+
+* Thu Jun  3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.07-0.fdr.3
+- Added the perl(:MODULE_COMPAT_xxx) requirement.
+- Replaced the source URL by the canonical one.
+
+* Thu Jun  3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.2
+- Bring up to date with current fedora.us perl spec template.
+
+* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.1
+- First build.

+ 166 - 0
p/perl-Image-Info/perl-Image-Info-vl.spec

@@ -0,0 +1,166 @@
+%define rgbtxt  %{_datadir}/X11/rgb.txt
+
+Name:           perl-Image-Info
+Version:        1.28
+Release:        1%{?_dist_release}
+Summary:        Image meta information extraction module for Perl
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Image-Info/
+Source0:        http://www.cpan.org/authors/id/T/TE/TELS/image/Image-Info-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple)
+BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+Requires:       rgb
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This Perl extension allows you to extract meta information from
+various types of image files.
+
+
+%prep
+%setup -q -n Image-Info-%{version}
+chmod -c 644 exifdump imgdump
+%{__perl} -pi -e 's|/usr/X11R6/lib/X11/rgb\.txt|%{rgbtxt}|' \
+    lib/Image/Info/XPM.pm
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGES README exifdump imgdump
+%{perl_vendorlib}/Image/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.28-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.28-11
+- Perl mass rebuild
+
+* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.28-10
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.28-8
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.28-7
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.28-6
+- rebuild against perl 5.10.1
+
+* Mon Nov 09 2009 Adam Jackson <ajax@redhat.com> 1.28-5
+- Requires: rgb, not Requires: /usr/share/X11/rgb.txt
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Sep 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.28-1
+- update to 1.28
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.27-3
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.27-2
+- rebuild for new perl
+
+* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.27-1
+- bump to 1.27
+
+* Wed May 30 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.25-1
+- Update to 1.25.
+
+* Mon Feb 26 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
+- Update to 1.24.
+
+* Sat Sep 30 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.23-1
+- Update to 1.23.
+
+* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
+- Update to 1.22.
+
+* Mon May  1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-2
+- Bumping release due to CVS problem.
+
+* Mon May  1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-1
+- Update to 1.21.
+
+* Mon Mar 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-1
+- Update to 1.20.
+
+* Wed Mar  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.19-1
+- Update to 1.19 (broken: cpan tickets: #18020 and #18147).
+- Module::Install 0.58 is broken (Image-Info-1.19-inc-Module-Install.pm.patch).
+- BR: perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple).
+
+* Fri Mar  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.18-1
+- Update to 1.18 (broken: cpan ticket #6558).
+- Dropped patches Image-Info-1.16-X[BP]M.pm.patch (accepted upstream).
+- Dropped patch Image-Info-1.16-string.t.patch (test has been rewritten).
+
+* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.17-2
+- BR: perl(Test::Pod), perl(Test::Pod::Coverage).
+
+* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.17-1
+- Update to 1.17.
+- New upstream maintainer.
+
+* Wed Nov 23 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.16-6
+- Add dependency on rgb.txt, adjust its location for FC5.
+- Specfile cleanups.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.16-4
+- rebuilt
+
+* Thu Jul  1 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.3
+- Reverted Image::Xbm and Image::Xpm patches.
+- Patched Image::Info::XBM.pm and Image::Info::XPM.pm instead.
+
+* Tue Jun  8 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.2
+- Patched Image::Xbm and Image::Xpm to avoid test failures in this module.
+
+* Thu Jun  3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.16-0.fdr.1
+- Update to version 1.16.
+- Bring up to date with current fedora.us perl spec template.
+
+* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.15-0.fdr.1
+- First build.

+ 32 - 12
p/perl-Image-Size/perl-Image-Size-vl.spec

@@ -1,7 +1,7 @@
 %define module	Image-Size
 %define name	perl-%{module}
-%define version 3.1.1
-%define release 3%{_dist_release}
+%define version 3.2
+%define release 1%{_dist_release}
 
 Name: 		%{name}
 Version:	%{version}
@@ -10,13 +10,19 @@ Summary:	Read the dimensions of an image in several popular formats
 License:	Artistic and GPL
 Group:          Development/Libraries
 URL:		http://search.cpan.org/dist/%{module}
-Source:		http://www.cpan.org/modules/by-module/Image/%{module}-%{version}.tar.gz
+Source0:	http://www.cpan.org/modules/by-module/Image/%{module}-%{version}.tar.gz
+Source1:	Build.PL
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-BuildRequires:	perl(Compress::Zlib)
-BuildRequires:	perl(Module::Build)
-BuildRequires:	perl-Test-Pod
-BuildRequires:	perl-Test-Pod-Coverage
+
 BuildArch:	noarch
+BuildRequires:	perl(Module::Build)
+BuildRequires:	perl(Compress::Zlib)
+BuildRequires:  perl(Image::Magick)
+BuildRequires:	perl(Test::Pod)
+BuildRequires:	perl(Test::Pod::Coverage)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Compress::Zlib)
+Requires:       perl(Image::Magick)
 
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -28,22 +34,32 @@ IMG directives.
 
 %prep
 %setup -q -n %{module}-%{version}
+# Upstream forgot Build.PL
+cp %{SOURCE1} .
+
+pushd lib/Image/
+iconv -f iso-8859-1 -t utf-8 -o Size.pm{.utf8,}
+mv Size.pm{.utf8,}
+popd
+
 
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build CFLAGS="%{optflags}"
 
+
+%install
+rm -rf %{buildroot}
+./Build install destdir=%{buildroot} create_packlist=0
+
+
 %check
 ./Build test
 
+
 %clean 
 rm -rf %{buildroot}
 
-%install
-rm -rf %{buildroot}
-./Build install destdir=%{buildroot}
-# rm -f %{buildroot}%{perl_archlib}/perllocal.pod
-# rm -rf %{buildroot}%{perl_vendorarch}
 
 %files
 %defattr(-,root,root)
@@ -52,7 +68,11 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/Image
 %{perl_vendorlib}/auto/Image
 
+
 %changelog
+* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.2-1
+- updated to 3.2; spec revamped based on Fedora's 3.2-8
+
 * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-3
 - rebuild with perl-5.12.3
 

+ 112 - 0
p/perl-Image-Xbm/perl-Image-Xbm-vl.spec

@@ -0,0 +1,112 @@
+Name:           perl-Image-Xbm
+Version:        1.08
+Release:        1%{?_dist_release}
+Summary:        Load, create, manipulate and save xbm image files in Perl
+
+Group:          Development/Libraries
+License:        LGPLv2+
+URL:            http://search.cpan.org/dist/Image-Xbm/
+Source0:        http://www.cpan.org/authors/id/S/SU/SUMMER/Image-Xbm-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Image::Base)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This class module provides basic load, manipulate and save functionality for
+the xbm file format.  It inherits from Image::Base which provides additional
+manipulation functionality.
+
+
+%prep
+%setup -q -n Image-Xbm-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{perl_vendorlib}/Image/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.08-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.08-16
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-14
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-13
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.08-12
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-8
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-7
+- rebuild for new perl
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-6.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-6
+- Rebuild for FC6.
+
+* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-5
+- Rebuild for FC5 (perl 5.8.8).
+
+* Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-4
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.08-3
+- rebuilt
+
+* Thu Jun  3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.08-0.fdr.2
+- Bring up to date with current fedora.us perl spec template.
+
+* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
+- First build.

+ 112 - 0
p/perl-Image-Xpm/perl-Image-Xpm-vl.spec

@@ -0,0 +1,112 @@
+Name:           perl-Image-Xpm
+Version:        1.09
+Release:        1%{?_dist_release}
+Summary:        Load, create, manipulate and save xpm image files in Perl
+
+Group:          Development/Libraries
+License:        GPL+
+URL:            http://search.cpan.org/dist/Image-Xpm/
+Source0:        http://www.cpan.org/authors/id/S/SU/SUMMER/Image-Xpm-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(Image::Base)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This class module provides basic load, manipulate and save functionality for
+the xpm file format.  It inherits from Image::Base which provides additional
+manipulation functionality.
+
+
+%prep
+%setup -q -n Image-Xpm-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w %{buildroot}/*
+
+
+%check
+make test
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc README
+%{perl_vendorlib}/Image/
+%{_mandir}/man3/*.3pm*
+
+
+%changelog
+* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.09-16
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-14
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.09-13
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.09-12
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.09-8
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.09-7
+- rebuild for new perl
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.09-6.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-6
+- Rebuild for FC6.
+
+* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-5
+- Rebuild for FC5 (perl 5.8.8).
+
+* Fri Dec 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-4
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.09-3
+- rebuilt
+
+* Thu Jun  3 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.09-0.fdr.2
+- Bring up to date with current fedora.us perl spec template.
+
+* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.1
+- First build.