[perl-LWP-Online] Update the vague package description

Petr Šabata psabata at fedoraproject.org
Fri Aug 10 13:14:42 UTC 2012


commit 45d389bd57f2f4ed2680f82cc5c766329b29b35d
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Aug 10 15:08:20 2012 +0200

    Update the vague package description

 perl-LWP-Online.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-LWP-Online.spec b/perl-LWP-Online.spec
index 17b8050..36f072b 100644
--- a/perl-LWP-Online.spec
+++ b/perl-LWP-Online.spec
@@ -1,6 +1,6 @@
 Name:           perl-LWP-Online
 Version:        1.08
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Module for accessing web by proccess
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,17 +16,17 @@ Requires:       perl(Exporter)
 Requires:       perl(LWP::Simple) >= 5.805
 Requires:       perl(Test::More) >= 0.42
 Requires:       perl(URI) >= 1.35
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This module attempts to answer, as accurately as it can, one of the
-nastiest technical questions there is.
+nastiest technical questions there is: Am I on the internet?
 
 %prep
 %setup -q -n LWP-Online-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -45,6 +45,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 10 2012 Petr Šabata <contyk at redhat.com> - 1.08-6
+- Update the vague description (#847151)
+- Drop command macros
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.08-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list