forked from pool/perl-Data-Dump-Streamer
		
	2.18
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dump-Streamer?expand=0&rev=2
This commit is contained in:
		
				
					committed by
					
						
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							7343f1a15b
						
					
				
				
					commit
					f231bf579f
				
			@@ -1,3 +0,0 @@
 | 
				
			|||||||
version https://git-lfs.github.com/spec/v1
 | 
					 | 
				
			||||||
oid sha256:258f4f6c2035f069cb909b7ba63f34fa2c922ae00b739618507ac99688c7d61d
 | 
					 | 
				
			||||||
size 73792
 | 
					 | 
				
			||||||
							
								
								
									
										3
									
								
								Data-Dump-Streamer-2.18.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Data-Dump-Streamer-2.18.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					version https://git-lfs.github.com/spec/v1
 | 
				
			||||||
 | 
					oid sha256:59763e911321a087e399fac78b3b0eac38eda0eb0153044d3c5cc4601c470ca3
 | 
				
			||||||
 | 
					size 90902
 | 
				
			||||||
@@ -1,3 +1,8 @@
 | 
				
			|||||||
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
 | 
					Sat Jun 12 23:09:57 UTC 2010 - pascal.bleser@opensuse.org
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- update to 2.18
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-------------------------------------------------------------------
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
Tue May 11 23:38:06 UTC 2010 - pascal.bleser@opensuse.org
 | 
					Tue May 11 23:38:06 UTC 2010 - pascal.bleser@opensuse.org
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
# norootforbuild
 | 
					# norootforbuild
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Name:				 perl-Data-Dump-Streamer
 | 
					Name:				 perl-Data-Dump-Streamer
 | 
				
			||||||
Version:			 2.13
 | 
					Version:			 2.18
 | 
				
			||||||
Release:			 0
 | 
					Release:			 0
 | 
				
			||||||
Summary:			 Accurately serializes a Data Structure as Perl Code
 | 
					Summary:			 Accurately serializes a Data Structure as Perl Code
 | 
				
			||||||
Source:			 http://www.cpan.org/modules/by-module/Data/JJORE/Data-Dump-Streamer-%{version}.tar.gz
 | 
					Source:			 http://www.cpan.org/modules/by-module/Data/JJORE/Data-Dump-Streamer-%{version}.tar.gz
 | 
				
			||||||
@@ -10,9 +10,9 @@ Group:			 Development/Libraries/Perl
 | 
				
			|||||||
License:			 Perl License
 | 
					License:			 Perl License
 | 
				
			||||||
BuildRoot:		 %{_tmppath}/build-%{name}-%{version}
 | 
					BuildRoot:		 %{_tmppath}/build-%{name}-%{version}
 | 
				
			||||||
Requires:		 perl
 | 
					Requires:		 perl
 | 
				
			||||||
Requires:		 perl(B::Utils)
 | 
					Requires:		 perl-B-Utils
 | 
				
			||||||
BuildRequires:	 make perl
 | 
					BuildRequires:	 make perl
 | 
				
			||||||
BuildRequires:	 perl(B::Utils)
 | 
					BuildRequires:	 perl-B-Utils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%description
 | 
					%description
 | 
				
			||||||
Given a list of scalars or reference variables, writes out their contents in
 | 
					Given a list of scalars or reference variables, writes out their contents in
 | 
				
			||||||
@@ -34,18 +34,22 @@ In fact the data structure is scanned twice, first in breadth first mode to
 | 
				
			|||||||
perform structural analysis, and then in depth first mode to actually produce
 | 
					perform structural analysis, and then in depth first mode to actually produce
 | 
				
			||||||
the output, but obeying the depth relationships of the first pass.
 | 
					the output, but obeying the depth relationships of the first pass.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					%debug_package
 | 
				
			||||||
%prep
 | 
					%prep
 | 
				
			||||||
%setup -q -n "Data-Dump-Streamer-%{version}"
 | 
					%setup -q -n "Data-Dump-Streamer-%{version}"
 | 
				
			||||||
%__sed -i '/^auto_install/d' Makefile.PL
 | 
					%__chmod 0644 Changes README
 | 
				
			||||||
find . -type f -exec %__chmod 0644 {} \;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
%build
 | 
					%build
 | 
				
			||||||
echo no | %__perl Makefile.PL PREFIX="%{_prefix}"
 | 
					%__perl ./Build.PL
 | 
				
			||||||
%__make %{?jobs:-j%{jobs}}
 | 
					./Build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%install
 | 
					%install
 | 
				
			||||||
%perl_make_install
 | 
					./Build pure_install --destdir "%{buildroot}" --installdirs vendor
 | 
				
			||||||
%perl_process_packlist
 | 
					
 | 
				
			||||||
 | 
					find "%{buildroot}%{perl_vendorarch}/" -type f -name '*.pm' -exec %__chmod 0644 {} \;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					%check
 | 
				
			||||||
 | 
					./Build test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%clean
 | 
					%clean
 | 
				
			||||||
%__rm -rf "%{buildroot}"
 | 
					%__rm -rf "%{buildroot}"
 | 
				
			||||||
@@ -61,7 +65,6 @@ echo no | %__perl Makefile.PL PREFIX="%{_prefix}"
 | 
				
			|||||||
%dir %{perl_vendorarch}/auto/Data/Dump
 | 
					%dir %{perl_vendorarch}/auto/Data/Dump
 | 
				
			||||||
%{perl_vendorarch}/auto/Data/Dump/Streamer
 | 
					%{perl_vendorarch}/auto/Data/Dump/Streamer
 | 
				
			||||||
%doc %{perl_man3dir}/Data::Dump::Streamer.%{perl_man3ext}%{ext_man}
 | 
					%doc %{perl_man3dir}/Data::Dump::Streamer.%{perl_man3ext}%{ext_man}
 | 
				
			||||||
/var/adm/perl-modules/%{name}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
%changelog
 | 
					%changelog
 | 
				
			||||||
# vim: set sw=3 ts=3 noet:
 | 
					# vim: set sw=3 ts=3 noet:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user