rpms/perl-String-Format/devel perl-String-Format.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sun Sep 17 09:56:52 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-String-Format/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2491/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-String-Format.spec 
Log Message:
auto-import perl-String-Format-1.14-1 on branch devel from perl-String-Format-1.14-1.src.rpm


--- NEW FILE perl-String-Format.spec ---
Name:           perl-String-Format
Version:        1.14
Release:        1%{?dist}
Summary:        Sprintf-like string formatting capabilities with arbitrary format definitions

Group:          Development/Libraries
License:        GPL
URL:            http://search.cpan.org/dist/String-Format/
Source0:        http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
String::Format lets you define arbitrary printf-like format sequences
to be expanded. This module would be most useful in configuration
files and reporting tools, where the results of a query need to be
formatted in a particular way.


%prep
%setup -q -n String-Format-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Sat Sep 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-String-Format/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Sep 2006 09:56:17 -0000	1.1
+++ .cvsignore	17 Sep 2006 09:56:52 -0000	1.2
@@ -0,0 +1 @@
+String-Format-1.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-String-Format/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Sep 2006 09:56:17 -0000	1.1
+++ sources	17 Sep 2006 09:56:52 -0000	1.2
@@ -0,0 +1 @@
+8301545d15baaddfd5e2e4296b48352b  String-Format-1.14.tar.gz




More information about the fedora-extras-commits mailing list