1.0013 bump
This commit is contained in:
parent
f94a44204c
commit
2f205a9d67
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
App-cpanminus-0.9935.tar.gz
|
App-cpanminus-0.9935.tar.gz
|
||||||
|
/App-cpanminus-1.0013.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-App-cpanminus
|
Name: perl-App-cpanminus
|
||||||
Version: 0.9935
|
Version: 1.0013
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for get, unpack, build and install CPAN modules
|
Summary: Library for get, unpack, build and install CPAN modules
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -18,7 +18,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
Why? It's dependency free, requires zero configuration, and stands alone
|
Why? It's dependency free, requires zero configuration, and stands alone
|
||||||
but it's maintainable and extensible with plugins and friendly to shell
|
but it's maintainable and extensible with plug-ins and friendly to shell
|
||||||
scripting. When running, it requires only 10MB of RAM.
|
scripting. When running, it requires only 10MB of RAM.
|
||||||
|
|
||||||
%package -n cpanminus
|
%package -n cpanminus
|
||||||
@ -29,7 +29,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description -n cpanminus
|
%description -n cpanminus
|
||||||
cpanminus is a script to get, unpack, build and install modules from CPAN.
|
cpanminus is a script to get, unpack, build and install modules from CPAN.
|
||||||
Deps-free, zero-conf, standalone...
|
Dependency-free, zero configuration, standalone...
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n App-cpanminus-%{version}
|
%setup -q -n App-cpanminus-%{version}
|
||||||
@ -66,9 +66,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -n cpanminus
|
%files -n cpanminus
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%doc README
|
||||||
%{_bindir}/cpanm
|
%{_bindir}/cpanm
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> - 1.0013-1
|
||||||
|
- 1.0013 bump
|
||||||
|
- Correct description spelling
|
||||||
|
|
||||||
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.9935-3
|
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.9935-3
|
||||||
- Mass rebuild with perl-5.12.0
|
- Mass rebuild with perl-5.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user