| 
									
										
										
										
											2006-10-31 15:17:55 +00:00
										 |  |  | %define modname PerlIO-gzip
 | 
					
						
							|  |  |  | Name:           perl-%{modname}
 | 
					
						
							|  |  |  | Version:        0.17
 | 
					
						
							|  |  |  | Release:        4
 | 
					
						
							|  |  |  | Summary:        Perl extension to provide a PerlIO layer to gzip/gunzip
 | 
					
						
							| 
									
										
										
										
											2007-08-24 13:38:37 +00:00
										 |  |  | BuildRequires:  perl zlib-devel
 | 
					
						
							| 
									
										
										
										
											2010-12-03 14:46:48 +00:00
										 |  |  | BuildRequires:  perl-macros
 | 
					
						
							| 
									
										
										
										
											2006-10-31 15:17:55 +00:00
										 |  |  | License:        GPL/Artistic
 | 
					
						
							|  |  |  | Group:          Development/Libraries/Perl
 | 
					
						
							|  |  |  | Source:         %{modname}-%{version}.tar.bz2
 | 
					
						
							|  |  |  | BuildRoot:      %{_tmppath}/%{name}-root
 | 
					
						
							| 
									
										
										
										
											2010-12-03 14:46:48 +00:00
										 |  |  | %{perl_requires}
 | 
					
						
							| 
									
										
										
										
											2006-10-31 15:17:55 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %description
 | 
					
						
							|  |  |  | PerlIO::gzip provides a PerlIO layer that manipulates files in the format used
 | 
					
						
							|  |  |  | by the gzip program.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Authors:
 | 
					
						
							|  |  |  | --------
 | 
					
						
							|  |  |  |     Nicholas Clark <nick@talking.bollo.cx>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %prep
 | 
					
						
							|  |  |  | %setup -q -n %{modname}-%{version}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %build
 | 
					
						
							|  |  |  | perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
 | 
					
						
							|  |  |  | make
 | 
					
						
							|  |  |  | make test
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %install
 | 
					
						
							|  |  |  | rm -rf %{buildroot}
 | 
					
						
							|  |  |  | make DESTDIR=$RPM_BUILD_ROOT install_vendor
 | 
					
						
							|  |  |  | %perl_process_packlist
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %clean
 | 
					
						
							|  |  |  | rm -rf %{buildroot}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %files
 | 
					
						
							|  |  |  | %defattr(-, root, root)
 | 
					
						
							|  |  |  | %doc README Changes
 | 
					
						
							|  |  |  | %doc %{_mandir}/man?/*
 | 
					
						
							| 
									
										
										
										
											2008-12-23 13:16:49 +00:00
										 |  |  | %{perl_vendorarch}/PerlIO
 | 
					
						
							|  |  |  | %{perl_vendorarch}/auto/PerlIO
 | 
					
						
							| 
									
										
										
										
											2006-10-31 15:17:55 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %changelog
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * Tue Jun 20 2006 - James Oakley <jfunk@funktronics.ca> - 0.17-4
 | 
					
						
							|  |  |  | - Build under buildservice
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * Fri Nov 11 2005 - James Oakley <jfunk@funktronics.ca> - 0.17-ft.3
 | 
					
						
							|  |  |  | - Build for SL10
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * Thu May 12 2005 - James Oakley <jfunk@funktronics.ca> - 0.17-ft.2
 | 
					
						
							|  |  |  | - Build for SL93
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * Fri Nov 19 2004 - James Oakley <jfunk@funktronics.ca> - 0.17-ft.1
 | 
					
						
							|  |  |  | - Update
 | 
					
						
							|  |  |  | - Build for SL92
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * Tue May 11 2004 - James Oakley <jfunk@funktronics.ca> - 0.15-2
 | 
					
						
							|  |  |  | - Build for SL91
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | * Mon Dec 01 2003 - James Oakley <jfunk@funktronics.ca> - 0.15-1
 | 
					
						
							|  |  |  | - Initial release
 |