rpms/perl-Config-Simple/F-7 perl-Config-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rafał Psota (rafalzaq) fedora-extras-commits at redhat.com
Mon Dec 24 20:56:14 UTC 2007


Author: rafalzaq

Update of /cvs/extras/rpms/perl-Config-Simple/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3901/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Config-Simple.spec 
Log Message:
import perl-Config-Simple


--- NEW FILE perl-Config-Simple.spec ---
Name:           perl-Config-Simple
Version:        4.59
Release:        2%{?dist}
Summary:        Simple configuration file class 

Group:          Development/Libraries
#see README
License:        GPL+ or Artistic
URL:            http://search.cpan.org/~sherzodr/Config-Simple/
Source0:        http://cpan.org/authors/id/S/SH/SHERZODR/Config-Simple-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
# Correct for lots of packages, other common choices include eg. Module::Build
BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::Simple)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Simple configuration file class.

%prep
%setup -q -n Config-Simple-%{version}
chmod -x README Changes

%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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*
chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Config/Simple.pm


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Sun Dec 23 2007 Rafał Psota <rafalzaq at gmail.com> 4.59-2
- License tag fix
- Source0 fix
* Sat Dec 22 2007 Rafał Psota <rafalzaq at gmail.com> 4.59-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-Simple/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Dec 2007 20:18:24 -0000	1.1
+++ .cvsignore	24 Dec 2007 20:55:41 -0000	1.2
@@ -0,0 +1 @@
+Config-Simple-4.59.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-Simple/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Dec 2007 20:18:24 -0000	1.1
+++ sources	24 Dec 2007 20:55:41 -0000	1.2
@@ -0,0 +1 @@
+96513b61c7db591339ce2577878a3b32  Config-Simple-4.59.tar.gz




More information about the fedora-extras-commits mailing list