rpms/perl-Text-Reform/devel perl-Text-Reform.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Aug 29 00:29:04 UTC 2006


Author: steve

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

Modified Files:
	perl-Text-Reform.spec 
Removed Files:
	needs.rebuild 
Log Message:
Minor spec cleanup to more closely resemble current cpanspec output.


Index: perl-Text-Reform.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-Reform/devel/perl-Text-Reform.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Text-Reform.spec	6 Sep 2005 01:36:40 -0000	1.8
+++ perl-Text-Reform.spec	29 Aug 2006 00:29:04 -0000	1.9
@@ -1,16 +1,15 @@
 Name:           perl-Text-Reform
 Version:        1.11
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Manual text wrapping and reformatting
-Group:          Development/Libraries
 License:        Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-Reform/
 Source0:        http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Reform-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 Requires:       perl(TeX::Hyphen)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 The module supplies a re-entrant, highly configurable replacement for the
@@ -34,12 +33,10 @@
 find $RPM_BUILD_ROOT -type f -name 'demo*.pl' -exec rm -f {} \;
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-perldoc -t perlartistic > Artistic
-
 %check
 make test
 
@@ -48,11 +45,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README demo*.pl Artistic
-%{perl_vendorlib}/Text/
-%{_mandir}/man3/*.3*
+%doc Changes README demo*.pl
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 0.11-6
+- Minor spec cleanup to more closely resemble current cpanspec output.
+
 * Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 0.11-5
 - Minor spec cleanup.
 - Add Artistic.


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list