perl-App-cpanminus/perl-App-cpanminus.spec

458 lines
14 KiB
RPMSpec
Raw Normal View History

2010-03-16 07:57:55 +00:00
Name: perl-App-cpanminus
2016-05-10 05:59:14 +00:00
Version: 1.7041
2016-05-15 07:45:56 +00:00
Release: 2%{?dist}
2013-02-28 12:16:38 +00:00
Summary: Get, unpack, build and install CPAN modules
2010-03-16 07:57:55 +00:00
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/App-cpanminus/
Source0: http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{version}.tar.gz
2013-08-02 15:06:52 +00:00
Source1: fatunpack
2010-03-16 07:57:55 +00:00
BuildArch: noarch
2013-08-02 15:06:52 +00:00
BuildRequires: %{_bindir}/podselect
2015-06-10 07:21:34 +00:00
BuildRequires: findutils
BuildRequires: make
2013-02-28 12:16:38 +00:00
BuildRequires: perl
2013-04-23 08:36:53 +00:00
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
2013-08-02 15:06:52 +00:00
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
2013-02-28 12:16:38 +00:00
BuildRequires: perl(strict)
2013-08-02 15:06:52 +00:00
BuildRequires: perl(warnings)
# Run-time:
# Nothing special. The tests are very poor. But we run perl -c at built-time
# to check for correct unpacking. So we need non-optional run-time
# dependencies at build-time too:
BuildRequires: perl(Config)
BuildRequires: perl(constant)
# CPAN::DistnameInfo not needed for compilation
# CPAN::Meta not needed for copmilation
# CPAN::Meta::Check not needed for compilation
BuildRequires: perl(CPAN::Meta::Requirements)
# CPAN::Meta::YAML not needed for compilation
BuildRequires: perl(Cwd)
# Digest::SHA not needed for compilation
2013-09-11 12:58:54 +00:00
# ExtUtils::Manifest not needed for compilation
2013-08-02 15:06:52 +00:00
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
2015-06-10 07:21:34 +00:00
# File::HomeDir not needed for compilation
2013-08-02 15:06:52 +00:00
# File::pushd not needed for compilation
BuildRequires: perl(File::Temp)
# HTTP::Tiny not needed for compilation
# JSON::PP not needed for compilation
2013-09-11 12:58:54 +00:00
# local::lib not needed for compilation
2015-06-10 07:21:34 +00:00
# LWP::Protocol::https not needed for compilation
# LWP::UserAgent not needed for compilation
2013-08-02 15:06:52 +00:00
# Module::CoreList not needed for compilation
2013-09-11 12:58:54 +00:00
# Module::CPANfile not needed for compilation
2013-08-02 15:06:52 +00:00
# Module::Metadata not needed for compilation
2015-06-10 07:21:34 +00:00
# Module::Signature not needed for compilation
# Parse::PMFile not needed for compilation
2013-08-02 15:06:52 +00:00
# Safe not needed for compilation
BuildRequires: perl(String::ShellQuote)
BuildRequires: perl(Symbol)
BuildRequires: perl(version)
2015-06-10 07:21:34 +00:00
# version::vpp not needed
# Win32 not used
2013-08-02 15:06:52 +00:00
# YAML not needed for compilation
# Tests:
2010-03-16 08:03:36 +00:00
BuildRequires: perl(Test::More)
2012-06-13 13:41:15 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2013-08-02 15:06:52 +00:00
# Current dependency generator cannot parse compressed code. Use PPI to find
# them, and list them manually:
# Archive::Tar is optional
# Archive::Zip is optional
# Compress::Zlib is optional
Requires: perl(CPAN::DistnameInfo)
Requires: perl(CPAN::Meta)
Requires: perl(CPAN::Meta::Check)
Requires: perl(CPAN::Meta::YAML)
2013-02-04 13:07:15 +00:00
Requires: perl(Digest::SHA)
2011-12-21 12:12:00 +00:00
Requires: perl(ExtUtils::Install) >= 1.46
2014-09-10 12:18:56 +00:00
Requires: perl(ExtUtils::MakeMaker) >= 6.58
2013-09-11 12:58:54 +00:00
Requires: perl(ExtUtils::Manifest)
2013-08-02 15:06:52 +00:00
# File::HomeDir is optional
Requires: perl(File::pushd)
2013-01-02 16:47:49 +00:00
# HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny
2013-08-02 15:06:52 +00:00
Requires: perl(HTTP::Tiny)
Requires: perl(local::lib)
# LWP::Protocol::https is optional
2013-09-11 12:58:54 +00:00
# LWP::UserAgent is optional
2015-06-10 07:21:34 +00:00
Requires: perl(Module::Build) >= 0.38
2013-01-02 16:47:49 +00:00
Requires: perl(Module::CoreList)
2015-06-10 07:21:34 +00:00
Requires: perl(Module::CPANfile)
2013-08-02 15:06:52 +00:00
Requires: perl(Module::Metadata)
# Module::Signature is optional
2014-09-24 08:34:56 +00:00
Requires: perl(Parse::PMFile)
2015-06-10 07:21:34 +00:00
Requires: perl(Safe)
# version::vpp not used
2013-08-02 15:06:52 +00:00
# Win32 not used
2011-03-08 13:32:19 +00:00
Requires: perl(YAML)
# XXX: Keep Provides: cpanminus to allow `yum install cpanminus' instead of
# longer `yum install perl-App-cpanminus'.
Provides: cpanminus = %{version}-%{release}
2011-05-17 11:31:02 +00:00
Obsoletes: cpanminus <= 1.2002
2010-03-16 07:57:55 +00:00
2013-08-02 15:06:52 +00:00
# Filter under-specified dependencies
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(App::cpanminus\\)$
# Filter private modules
%global __provides_exclude %{__provides_exclude}|^perl\\(ModuleBuildSkipMan\\)
2011-03-03 14:03:16 +00:00
2010-03-16 07:57:55 +00:00
%description
Why? It's dependency free, requires zero configuration, and stands alone
2010-09-14 12:58:50 +00:00
but it's maintainable and extensible with plug-ins and friendly to shell
2011-03-03 14:03:16 +00:00
scripting. When running, it requires only 10 MB of RAM.
2010-03-16 07:57:55 +00:00
%prep
%setup -q -n App-cpanminus-%{version}
2013-08-02 15:06:52 +00:00
# Unbundle fat-packed modules
podselect lib/App/cpanminus.pm > lib/App/cpanminus.pod
2013-09-11 12:58:54 +00:00
for F in bin/cpanm lib/App/cpanminus/fatscript.pm; do
%{SOURCE1} --libdir lib --filter '^App/cpanminus' "$F" > "${F}.stripped"
perl -c -Ilib "${F}.stripped"
mv "${F}.stripped" "$F"
done
2010-03-16 07:57:55 +00:00
%build
2012-06-13 13:41:15 +00:00
perl Makefile.PL INSTALLDIRS=vendor
2010-03-16 07:57:55 +00:00
make %{?_smp_mflags}
%install
2011-11-23 13:24:31 +00:00
make pure_install DESTDIR=%{buildroot}
2016-05-10 05:59:14 +00:00
find %{buildroot} -type f -name .packlist -delete
2011-11-23 13:24:31 +00:00
%{_fixperms} %{buildroot}/*
2010-03-16 07:57:55 +00:00
%check
make test
%files
2015-02-09 12:32:46 +00:00
%license LICENSE
%doc Changes README
2010-03-16 07:57:55 +00:00
%{perl_vendorlib}/*
%{_mandir}/man3/*
2010-09-14 12:58:50 +00:00
%{_mandir}/man1/*
%{_bindir}/cpanm
2010-03-16 07:57:55 +00:00
%changelog
2016-05-15 07:45:56 +00:00
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.7041-2
- Perl 5.24 rebuild
2016-05-10 05:59:14 +00:00
* Tue May 10 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.7041-1
- 1.7041 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7040-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-11 11:47:32 +00:00
* Mon Jan 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.7040-1
- 1.7040 bump
2015-06-29 13:14:41 +00:00
* Mon Jun 29 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7039-1
- 1.7039 bump
2015-06-24 11:00:12 +00:00
* Wed Jun 24 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7038-1
- 1.7038 bump
2015-06-19 11:22:21 +00:00
* Fri Jun 19 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7037-1
- 1.7037 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7036-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-11 08:36:57 +00:00
* Thu Jun 11 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7036-2
- Perl 5.22 rebuild
2015-06-10 07:21:34 +00:00
* Wed Jun 10 2015 Petr Pisar <ppisar@redhat.com> - 1.7036-1
- 1.7036 bump
2015-06-05 12:17:49 +00:00
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7034-2
- Perl 5.22 rebuild
2015-05-11 11:16:22 +00:00
* Mon May 11 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7034-1
- 1.7034 bump
2015-04-23 12:41:58 +00:00
* Thu Apr 23 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7031-1
- 1.7031 bump
2015-04-20 10:29:15 +00:00
* Mon Apr 20 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7030-1
- 1.7030 bump
2015-02-17 12:45:43 +00:00
* Tue Feb 17 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.7027-1
- 1.7027 bump
2015-02-09 12:32:46 +00:00
* Mon Feb 09 2015 Petr Pisar <ppisar@redhat.com> - 1.7025-1
- 1.7025 bump
2014-12-16 08:57:36 +00:00
* Tue Dec 16 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7022-1
- 1.7022 bump
2014-12-11 08:39:37 +00:00
* Thu Dec 11 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7020-1
- 1.7020 bump; README was removed
* Mon Dec 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7019-1
2014-12-08 11:57:58 +00:00
- 1.7019 bump
2014-12-03 11:49:30 +00:00
* Wed Dec 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7018-1
- 1.7018 bump
2014-11-18 11:42:34 +00:00
* Tue Nov 18 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7016-1
- 1.7016 bump
2014-10-08 14:54:35 +00:00
* Wed Oct 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7014-1
- 1.7014 bump
2014-09-29 10:07:10 +00:00
* Mon Sep 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7012-1
- 1.7012 bump
2014-09-24 08:34:56 +00:00
* Tue Sep 23 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7011-1
- 1.7011 bump
2014-09-10 12:18:56 +00:00
* Wed Sep 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7009-1
- 1.7009 bump
2014-08-28 00:22:29 +00:00
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7004-3
- Perl 5.20 rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7004-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-04-30 08:34:02 +00:00
* Wed Apr 30 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.7004-1
- 1.7004 bump
- Updated the script fatunpack (ppisar)
2013-09-11 12:58:54 +00:00
* Wed Sep 11 2013 Petr Pisar <ppisar@redhat.com> - 1.7001-1
- 1.7001 bump
2013-08-02 15:06:52 +00:00
* Wed Sep 11 2013 Petr Pisar <ppisar@redhat.com> - 1.6927-3
- Unbundle all modules (bug #907464)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6927-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-24 14:38:48 +00:00
* Wed Jul 24 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6927-1
- 1.6927 bump
2013-07-18 02:35:32 +00:00
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.6922-2
- Perl 5.18 rebuild
2013-06-21 06:47:01 +00:00
* Fri Jun 21 2013 Petr Pisar <ppisar@redhat.com> - 1.6922-1
- 1.6922 bump
2013-06-20 08:36:36 +00:00
* Thu Jun 20 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6921-1
- 1.6921 bump
2013-06-13 08:38:25 +00:00
* Thu Jun 13 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6918-1
- 1.6918 bump
2013-05-16 09:41:48 +00:00
* Thu May 16 2013 Petr Pisar <ppisar@redhat.com> - 1.6915-1
- 1.6915 bump
2013-05-13 08:16:18 +00:00
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 1.6914-1
- 1.6914 bump
2013-05-13 07:19:32 +00:00
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 1.6913-1
- 1.6913 bump
2013-05-07 10:12:57 +00:00
* Tue May 07 2013 Petr Pisar <ppisar@redhat.com> - 1.6912-1
- 1.6912 bump
2013-05-06 11:09:22 +00:00
* Mon May 06 2013 Petr Pisar <ppisar@redhat.com> - 1.6911-1
- 1.6911 bump
2013-05-02 12:42:47 +00:00
* Thu May 02 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6909-1
2013-05-02 08:07:11 +00:00
- 1.6909 bump
2013-04-29 13:49:18 +00:00
* Mon Apr 29 2013 Petr Pisar <ppisar@redhat.com> - 1.6907-1
- 1.6907 bump
2013-04-23 08:36:53 +00:00
* Mon Apr 22 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6902-1
- 1.6902 bump
2013-04-15 11:08:45 +00:00
* Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 1.6108-1
- 1.6108 bump
2013-04-08 09:27:20 +00:00
* Mon Apr 08 2013 Petr Pisar <ppisar@redhat.com> - 1.6107-1
- 1.6107 bump
2013-04-08 06:53:48 +00:00
* Mon Apr 08 2013 Petr Pisar <ppisar@redhat.com> - 1.6105-1
- 1.6105 bump
2013-04-03 13:44:32 +00:00
* Wed Apr 03 2013 Petr Pisar <ppisar@redhat.com> - 1.6104-1
- 1.6104 bump
2013-03-28 10:31:30 +00:00
* Thu Mar 28 2013 Petr Pisar <ppisar@redhat.com> - 1.6102-1
- 1.6102 bump
2013-03-26 12:04:34 +00:00
* Tue Mar 26 2013 Petr Pisar <ppisar@redhat.com> - 1.6101-1
- 1.6101 bump
2013-03-20 11:56:16 +00:00
* Wed Mar 20 2013 Petr Pisar <ppisar@redhat.com> - 1.6008-1
- 1.6008 bump
2013-03-14 16:01:40 +00:00
* Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 1.6006-1
- 1.6006 bump
2013-03-11 13:20:10 +00:00
* Mon Mar 11 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.6005-1
- 1.6005 bump
2013-02-28 12:16:38 +00:00
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 1.6002-1
- 1.6002 bump
2013-02-04 13:07:15 +00:00
* Mon Feb 4 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.5021-1
- 1.5021 bump
2013-01-02 16:47:49 +00:00
* Wed Jan 02 2013 Petr Pisar <ppisar@redhat.com> - 1.5019-1
- 1.5019 bump
2012-09-19 10:31:42 +00:00
* Wed Sep 19 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.5018-1
- 1.5018 bump
2012-07-20 10:37:03 +00:00
* Fri Jul 20 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.5017-1
2012-07-20 10:33:59 +00:00
- 1.5017 bump
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5015-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-06-28 12:46:06 +00:00
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.5015-2
- Perl 5.16 rebuild
2012-06-25 09:08:59 +00:00
* Mon Jun 25 2012 Petr Šabata <contyk@redhat.com> - 1.5015-1
- 1.5015 bump
2012-06-13 13:41:15 +00:00
* Wed Jun 13 2012 Petr Šabata <contyk@redhat.com> - 1.5014-1
- 1.5014 bump
- Drop command macros
2012-06-11 15:12:57 +00:00
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.5013-2
- Perl 5.16 rebuild
2012-05-15 09:05:38 +00:00
* Mon May 14 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.5013-1
- 1.5013 bump
2012-04-13 11:38:51 +00:00
* Fri Apr 13 2012 Petr Šabata <contyk@redhat.com> - 1.5011-1
- 1.5011 bump
2012-04-03 12:40:05 +00:00
* Tue Apr 03 2012 Petr Šabata <contyk@redhat.com> - 1.5010-1
- 1.5010 bump
2012-03-19 09:16:09 +00:00
* Mon Mar 19 2012 Marcela Mašláňová <mmaslano@redhat.com> 1.5008-1
- bump to 1.5008
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5007-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-21 12:12:00 +00:00
* Wed Dec 21 2011 Marcela Mašláňová <mmaslano@redhat.com> 1.5007-1
- 1.5007 bump
2011-11-30 13:05:15 +00:00
* Wed Nov 30 2011 Petr Šabata <contyk@redhat.com> - 1.5006-1
- 1.5006 bump
2011-11-23 13:24:31 +00:00
* Wed Nov 23 2011 Petr Šabata <contyk@redhat.com> - 1.5005-1
- 1.5005 bump
- defattr removed
2011-11-09 11:49:08 +00:00
* Wed Nov 09 2011 Petr Sabata <contyk@redhat.com> - 1.5004-1
- 1.5004 bump
2011-10-19 11:38:51 +00:00
* Wed Oct 19 2011 Petr Sabata <contyk@redhat.com> - 1.5003-1
- 1.5003 bump
2011-10-18 15:05:02 +00:00
* Tue Oct 18 2011 Petr Sabata <contyk@redhat.com> - 1.5002-1
2011-10-19 11:38:51 +00:00
- 1.5002 bump
2011-10-18 15:05:02 +00:00
2011-10-14 10:43:41 +00:00
* Fri Oct 14 2011 Petr Sabata <contyk@redhat.com> - 1.5001-1
- 1.5001 bump
2011-10-13 11:03:31 +00:00
* Thu Oct 13 2011 Petr Sabata <contyk@redhat.com> - 1.5000-1
- 1.5000 bump
2011-07-22 11:39:25 +00:00
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 1.4008-3
- RPM 4.9 dependency filtering added
2011-06-17 06:34:19 +00:00
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4008-2
- Perl mass rebuild
2011-06-16 10:43:53 +00:00
* Thu Jun 16 2011 Petr Pisar <ppisar@redhat.com> - 1.4008-1
- 1.4008 bump
* Wed May 18 2011 Petr Pisar <ppisar@redhat.com> - 1.4007-1
- 1.4007 bump
- LWP is optional since this package bundles HTTP::Tiny. Upstream recognized
LWP being heavy. Follow upstream decision in RPM package dependencies.
2011-05-17 11:31:02 +00:00
* Tue May 17 2011 Petr Pisar <ppisar@redhat.com> - 1.4006-1
- 1.4006 bump
- Fix obsoleted version string
2011-05-12 11:10:41 +00:00
* Thu May 12 2011 Petr Sabata <psabata@redhat.com> - 1.4005-1
- 1.4005 bump
2011-03-11 12:28:36 +00:00
* Fri Mar 11 2011 Petr Sabata <psabata@redhat.com> - 1.4004-1
- 1.4004 bump
2011-03-10 12:05:52 +00:00
* Thu Mar 10 2011 Petr Pisar <ppisar@redhat.com> - 1.4003-1
- 1.4003 bump
2011-03-08 13:32:19 +00:00
* Tue Mar 08 2011 Petr Pisar <ppisar@redhat.com> - 1.4000-1
- 1.4000 bump
2011-03-04 13:09:13 +00:00
* Fri Mar 04 2011 Petr Pisar <ppisar@redhat.com> - 1.3001-1
- 1.3001 bump
2011-03-03 14:03:16 +00:00
* Thu Mar 03 2011 Petr Pisar <ppisar@redhat.com> - 1.3000-1
- 1.3000 bump
- Clean up spec file
- Require modules needed by cpanm
- Merge cpanminus into main package as cpanminus required main package and
main package did not contain any code (i.e. was useless).
2011-03-03 14:03:16 +00:00
2011-02-17 10:09:00 +00:00
* Thu Feb 17 2011 Petr Sabata <psabata@redhat.com> - 1.2001-1
- 1.2001 bump
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1008-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-27 14:40:45 +00:00
* Thu Jan 27 2011 Petr Pisar <ppisar@redhat.com> - 1.1008-1
- 1.1008 bump
2011-01-24 10:09:49 +00:00
* Mon Jan 24 2011 Petr Pisar <ppisar@redhat.com> - 1.1007-1
- 1.1007 bump
2011-01-03 09:57:52 +00:00
* Mon Jan 3 2011 Petr Sabata <psabata@redhat.com> - 1.1006-1
- 1.1006 bump
2010-12-02 11:36:16 +00:00
* Thu Dec 2 2010 Petr Sabata <psabata@redhat.com> - 1.1004-1
- 1.1004 bump
2010-11-19 09:03:31 +00:00
* Fri Nov 19 2010 Petr Pisar <ppisar@redhat.com> - 1.1002-1
- 1.1002 bump
2010-09-27 09:00:45 +00:00
* Mon Sep 27 2010 Petr Pisar <ppisar@redhat.com> - 1.0015-1
- 1.0015 bump
2010-09-23 09:25:30 +00:00
* Thu Sep 23 2010 Petr Pisar <ppisar@redhat.com> - 1.0014-1
- 1.0014 bump
2010-09-14 12:58:50 +00:00
* Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> - 1.0013-1
- 1.0013 bump
- Correct description spelling
2010-04-29 17:39:42 +00:00
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.9935-3
- Mass rebuild with perl-5.12.0
2010-04-19 07:59:01 +00:00
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9935-2
- filter unwanted requires
2010-04-16 07:16:28 +00:00
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9935-1
- update
2010-03-16 07:57:55 +00:00
* Tue Mar 16 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9923-1
- update
- create sub-package
* Tue Mar 2 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.9911-1
- new version & fix description
* Tue Feb 23 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.09-1
- Specfile autogenerated by cpanspec 1.78.