rpms/perl-Text-Autoformat/devel filter-provides.sh, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Text-Autoformat.spec, 1.2, 1.3 sources, 1.2, 1.3 Text-Autoformat-1.12-1.13beta.patch, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed May 25 02:21:31 UTC 2005


Author: steve

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

Modified Files:
	.cvsignore perl-Text-Autoformat.spec sources 
Added Files:
	filter-provides.sh 
Removed Files:
	Text-Autoformat-1.12-1.13beta.patch 
Log Message:
auto-import perl-Text-Autoformat-1.13-1 on branch devel from perl-Text-Autoformat-1.13-1.src.rpm


--- NEW FILE filter-provides.sh ---
#!/bin/sh

if [ -x /usr/lib/rpm/redhat/find-provides ]; then
   FINDREQ=/usr/lib/rpm/redhat/find-provides
else
   FINDREQ=/usr/lib/rpm/find-provides
fi

$FINDREQ $* | grep -v 'perl(\(Null\)\?Hang)'


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 May 2005 19:01:39 -0000	1.2
+++ .cvsignore	25 May 2005 02:21:29 -0000	1.3
@@ -1 +1 @@
-Text-Autoformat-1.12.tar.gz
+Text-Autoformat-1.13.tar.gz


Index: perl-Text-Autoformat.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/perl-Text-Autoformat.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Text-Autoformat.spec	15 May 2005 00:24:32 -0000	1.2
+++ perl-Text-Autoformat.spec	25 May 2005 02:21:29 -0000	1.3
@@ -2,14 +2,18 @@
 
 Name:           perl-Text-Autoformat
 Version:        1.13
-Release:        0.3.beta%{?dist}
+Release:        1%{?dist}
 Summary:        Text::Autoformat Perl module
 License:        Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-Autoformat/
-Source0:        http://www.cpan.org/modules/by-module/Text/Text-Autoformat-1.12.tar.gz
-# From http://rt.cpan.org/NoAuth/Bug.html?id=8018
-Patch0:         Text-Autoformat-1.12-1.13beta.patch
+Source0:        http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{version}.tar.gz
+
+# Filter out perl(Hang) and perl(NullHang) auto-provides.
+Source1:        filter-provides.sh
+%define _use_internal_dependency_generator 0
+%define __find_provides %{SOURCE1}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Text::Reform)
@@ -27,8 +31,7 @@
 the built-in Perl format() mechanism.
 
 %prep
-%setup -q -n Text-Autoformat-1.12
-%patch0 -p0
+%setup -q -n Text-Autoformat-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -57,6 +60,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 24 2005 Steven Pritchard <steve at kspei.com> 1.13-1
+- Update to 1.13 final.
+
 * Tue May 10 2005 Steven Pritchard <steve at kspei.com> 1.13-0.3.beta
 - Drop Epoch and change Release for Fedora Extras.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 May 2005 19:01:39 -0000	1.2
+++ sources	25 May 2005 02:21:29 -0000	1.3
@@ -1 +1 @@
-a5a588e7a2d98fc8e8f196db71290dc0  Text-Autoformat-1.12.tar.gz
+1a944e3e21e176178bb4f87a6068f041  Text-Autoformat-1.13.tar.gz


--- Text-Autoformat-1.12-1.13beta.patch DELETED ---




More information about the fedora-extras-commits mailing list