rpms/perl-Class-InsideOut/devel .cvsignore, 1.6, 1.7 perl-Class-InsideOut.spec, 1.11, 1.12 sources, 1.6, 1.7

Chris Weyl cweyl at fedoraproject.org
Wed Oct 22 04:10:22 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Class-InsideOut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4527

Modified Files:
	.cvsignore perl-Class-InsideOut.spec sources 
Log Message:
* Tue Oct 21 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.09-1
- update to 1.09
- filter provides
- note license change: perl -> ASL 2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	19 Feb 2007 18:51:20 -0000	1.6
+++ .cvsignore	22 Oct 2008 04:09:51 -0000	1.7
@@ -1 +1 @@
-Class-InsideOut-1.06.tar.gz
+Class-InsideOut-1.09.tar.gz


Index: perl-Class-InsideOut.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/perl-Class-InsideOut.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Class-InsideOut.spec	7 Mar 2008 01:56:25 -0000	1.11
+++ perl-Class-InsideOut.spec	22 Oct 2008 04:09:51 -0000	1.12
@@ -1,10 +1,10 @@
 Name:           perl-Class-InsideOut
-Version:        1.06
-Release:        2%{?dist}
+Version:        1.09
+Release:        1%{?dist}
 Summary:        A safe, simple inside-out object construction kit 
 
 Group:          Development/Libraries
-License:        GPL+ or Artistic        
+License:        ASL 2.0
 URL:            http://search.cpan.org/dist/Class-InsideOut            
 Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Class-InsideOut-%{version}.tar.gz 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -39,6 +39,17 @@
 # fix encoding
 dos2unix Todo
 
+# make sure doc/tests don't generate provides
+# note we first filter out the bits in _docdir...
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'`
+EOF
+
+%define __perl_provides %{_builddir}/Class-InsideOut-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -72,6 +83,11 @@
 
 
 %changelog
+* Tue Oct 21 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.09-1
+- update to 1.09
+- filter provides
+- note license change: perl -> ASL 2.0
+
 * Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.06-2.2
 Rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	19 Feb 2007 18:51:20 -0000	1.6
+++ sources	22 Oct 2008 04:09:51 -0000	1.7
@@ -1 +1 @@
-505acfc9983265e9ca7e2b950dc6f6eb  Class-InsideOut-1.06.tar.gz
+c80763c84d663986ae60251e6d2e8072  Class-InsideOut-1.09.tar.gz




More information about the fedora-extras-commits mailing list