SPECS: perl-IPC-Cmd.spec - rel 0.2, fixed %desc, BR, license, shou...
agaran
agaran at pld-linux.org
Wed Jul 26 20:46:06 CEST 2006
Author: agaran Date: Wed Jul 26 18:46:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 0.2, fixed %desc, BR, license, should be ok, builds here of course
---- Files affected:
SPECS:
perl-IPC-Cmd.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-IPC-Cmd.spec
diff -u SPECS/perl-IPC-Cmd.spec:1.1 SPECS/perl-IPC-Cmd.spec:1.2
--- SPECS/perl-IPC-Cmd.spec:1.1 Wed Jul 26 19:41:34 2006
+++ SPECS/perl-IPC-Cmd.spec Wed Jul 26 20:46:01 2006
@@ -7,35 +7,31 @@
%include /usr/lib/rpm/macros.perl
%define pdir IPC
%define pnam Cmd
-Summary: perl(IPC::Cmd)
+Summary: perl(IPC::Cmd) â finding and running system commands made easy
Name: perl-IPC-Cmd
Version: 0.24
-Release: 0.1
-# note if it is "same as perl"
-License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here)
+Release: 0.2
+# "same as perl"
+License: GPLv1 or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 9061bd187defad873432f91fa6de9f9b
-#Patch0: %{name}
-# most of CPAN modules have generic URL (substitute pdir and pnam here)
-#URL: http://search.cpan.org/dist/%{pdir}-%{pnam}
+URL: http://search.cpan.org/dist/IPC-Cmd
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
-#BuildRequires: -
%if %{with autodeps} && %{with tests}
BuildRequires: perl-Params-Check
-#BuildRequires: perl-
+BuildRequires: perl-Module-Load-Conditional
%endif
-#Requires: -
-#Provides: -
-#Obsoletes: -
-#BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-#%define _noautoreq 'perl(anything_fake_or_conditional)'
-
%description
-#%description -l pl
+Perl module IPC::Cmd allows you to run commands, interactively if desired,
+platform independent but have them still work.
+The "can_run" function can tell you if a certain binary is installed and if so
+where, whereas the "run" function can actually execute any of the commands you
+give it and give you a clear return value, as well as adhere to your verbosity
+settings.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -69,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/07/26 18:46:01 agaran
+- rel 0.2, fixed %desc, BR, license, should be ok, builds here of course
+
Revision 1.1 2006/07/26 17:41:34 agaran
- initial, Not Finished, Has Broken Deps, Work In Progress
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-IPC-Cmd.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list