rpms/perl-App-CLI/devel perl-App-CLI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Mon Feb 12 19:27:07 UTC 2007


Author: iburrell

Update of /cvs/extras/rpms/perl-App-CLI/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20111/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-App-CLI.spec 
Log Message:
auto-import perl-App-CLI-0.07-2 on branch devel from perl-App-CLI-0.07-2.src.rpm


--- NEW FILE perl-App-CLI.spec ---
Name:           perl-App-CLI
Version:        0.07
Release:        2%{?dist}
Summary:        Dispatcher module for command line interface programs
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/App-CLI/
Source0:        http://www.cpan.org/modules/by-module/App/App-CLI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Locale::Maketext::Simple)
BuildRequires:  perl(Pod::Simple::Text)
Requires:       perl(Pod::Simple::Text)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
App::CLI dispatches CLI (command line interface) based commands into
command classes. It also supports subcommand and per-command options.

%prep
%setup -q -n App-CLI-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Jan 30 2007 Ian M. Burrell <ianburrell at gmail.com> - 0.07-2
- Remove explicit requires

* Mon Jan 29 2007 Ian Burrell <ianburrell at gmail.com> 0.07-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-App-CLI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2007 18:53:52 -0000	1.1
+++ .cvsignore	12 Feb 2007 19:26:34 -0000	1.2
@@ -0,0 +1 @@
+App-CLI-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-App-CLI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2007 18:53:52 -0000	1.1
+++ sources	12 Feb 2007 19:26:34 -0000	1.2
@@ -0,0 +1 @@
+8981b0628874bb7e83b00b00e58a7259  App-CLI-0.07.tar.gz




More information about the fedora-extras-commits mailing list