rpms/perl-String-Escape/devel import.log, NONE, 1.1 perl-String-Escape.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Sun Feb 21 23:06:30 UTC 2010


Author: xavierb

Update of /cvs/pkgs/rpms/perl-String-Escape/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8029/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-String-Escape.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
perl-String-Escape-2010_002-3_fc12:HEAD:perl-String-Escape-2010.002-3.fc12.src.rpm:1266793554


--- NEW FILE perl-String-Escape.spec ---
Name:           perl-String-Escape
Version:        2010.002
Release:        3%{?dist}
Summary:        String::Escape Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/String-Escape/
Source0:        http://search.cpan.org/CPAN/authors/id/E/EV/EVO/String-Escape-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a flexible calling interface to some frequently-
performed string conversion functions, including applying and expanding
standard C/Unix-style backslash escapes like \n and \t, wrapping and
removing double-quotes, and truncating to fit within a desired length.

%prep
%setup -q -n String-Escape-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 14 2010 Xavier Bachelot <xavier at bachelot.org> 2010.002-3
- Fix Source0:.

* Mon Feb 08 2010 Xavier Bachelot <xavier at bachelot.org> 2010.002-2
- Remove unwanted Requires: perl(Test::More).

* Tue Feb 02 2010 Xavier Bachelot <xavier at bachelot.org> 2010.002-1
- Specfile autogenerated by cpanspec 1.78.
- Add missing BR:s.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-String-Escape/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 Feb 2010 18:04:18 -0000	1.1
+++ .cvsignore	21 Feb 2010 23:06:29 -0000	1.2
@@ -0,0 +1 @@
+String-Escape-2010.002.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-String-Escape/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 Feb 2010 18:04:18 -0000	1.1
+++ sources	21 Feb 2010 23:06:30 -0000	1.2
@@ -0,0 +1 @@
+f48000fbade3f46e1a37a43f12c7f01a  String-Escape-2010.002.tar.gz



More information about the scm-commits mailing list