rpms/perl-AppConfig-Std/F-9 import.log, NONE, 1.1 perl-AppConfig-Std.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Sep 21 01:32:53 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-AppConfig-Std/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30848

Modified Files:
	sources 
Added Files:
	import.log perl-AppConfig-Std.spec 
Log Message:
pseudo-branch of perl-AppConfig-Std to F-9


--- NEW FILE import.log ---
perl-AppConfig-Std-1_07-1_fc9:HEAD:perl-AppConfig-Std-1.07-1.fc9.src.rpm:1221960021


--- NEW FILE perl-AppConfig-Std.spec ---

Name:       perl-AppConfig-Std 
Version:    1.07 
Release:        2%{?dist}
# see lib/AppConfig/Std.pm
License:    GPL+ or Artistic 
Group:      Development/Libraries
Summary:    Provides standard configuration options 
Source:     http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/AppConfig-Std-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/AppConfig-Std
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(AppConfig) >= 1.52
BuildRequires: perl(Pod::Usage) >= 1.14


%description
AppConfig::Std is a Perl module that provides a set of standard
configuration variables and command-line switches. It is implemented as a
subclass of AppConfig; AppConfig provides a general mechanism for handling
global configuration variables.


%prep
%setup -q -n AppConfig-Std-%{version}

perl -pi -e 's|^#!\./perl|#!/usr/bin/perl|' t/*

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc ChangeLog README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Sep 20 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.07-2
- bump

* Tue Sep 16 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.07-1
- initial Fedora packaging
- generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1)



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-AppConfig-Std/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Sep 2008 00:29:16 -0000	1.1
+++ sources	21 Sep 2008 01:32:22 -0000	1.2
@@ -0,0 +1 @@
+5a7d3d668494116e4120208100592d10  AppConfig-Std-1.07.tar.gz




More information about the Fedora-perl-devel-list mailing list