rpms/perl-Text-Wrapper/devel perl-Text-Wrapper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Mon Aug 22 03:28:09 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Text-Wrapper/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21658/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Wrapper.spec 
Log Message:
auto-import perl-Text-Wrapper-1.000-1 on branch devel from perl-Text-Wrapper-1.000-1.src.rpm


--- NEW FILE perl-Text-Wrapper.spec ---
Name: 		perl-Text-Wrapper
Version: 	1.000
Release: 	1%{?dist}
Summary:	Text::Wrapper Perl module
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Text-Wrapper/
Source0: 	http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
This module provides simple word wrapping.  It breaks long lines, but does
not alter spacing or remove existing line breaks.  If you're looking for
more sophisticated text formatting, try the Text::Format module.

%prep
%setup -q -n Text-Wrapper-%{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/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

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

%changelog
* Thu Aug 18 2005 Ralf Corsepius <ralf at links2linux.de> - 1.000-1
- FE submission.

* Tue Mar 22 2005 Ralf Corsepius <ralf at links2linux.de> - 1.000-0.pm.2
- Initial packman version.
- Update to FE standards.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Wrapper/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Aug 2005 03:27:14 -0000	1.1
+++ .cvsignore	22 Aug 2005 03:28:07 -0000	1.2
@@ -0,0 +1 @@
+Text-Wrapper-1.000.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Wrapper/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Aug 2005 03:27:14 -0000	1.1
+++ sources	22 Aug 2005 03:28:07 -0000	1.2
@@ -0,0 +1 @@
+9f78b13b4c32c61e6aac5cefd75989dd  Text-Wrapper-1.000.tar.gz




More information about the fedora-extras-commits mailing list