rpms/perl-YAML/devel perl-YAML.spec, 1.8, 1.9 perl-YAML-testmore054.patch, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue May 9 17:19:22 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-YAML/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21419

Modified Files:
	perl-YAML.spec 
Removed Files:
	perl-YAML-testmore054.patch 
Log Message:
Drop testmore patch.
Catch Test::YAML module and man page in file list.



Index: perl-YAML.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/devel/perl-YAML.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-YAML.spec	4 May 2006 16:32:39 -0000	1.8
+++ perl-YAML.spec	9 May 2006 17:19:22 -0000	1.9
@@ -1,12 +1,11 @@
 Name:           perl-YAML
 Version:        0.58
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAML/
 Source0:        http://www.cpan.org/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
-Patch0:         %{name}-testmore054.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Test::Base) >= 0.49
@@ -23,7 +22,6 @@
 
 %prep
 %setup -q -n YAML-%{version}
-%patch0 -p0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -50,10 +48,16 @@
 %doc Changes README
 %{_bindir}/ysh
 %{perl_vendorlib}/YAML*
+%{perl_vendorlib}/Test/YAML*
 %{_mandir}/man1/ysh.1*
 %{_mandir}/man3/YAML*.3*
+%{_mandir}/man3/Test::YAML*.3*
 
 %changelog
+* Tue May 09 2006 Steven Pritchard <steve at kspei.com> 0.58-2
+- Drop testmore patch.
+- Catch Test::YAML module and man page in file list.
+
 * Thu May 04 2006 Steven Pritchard <steve at kspei.com> 0.58-1
 - Update to 0.58.
 - Small spec cleanups.


--- perl-YAML-testmore054.patch DELETED ---




More information about the fedora-extras-commits mailing list