| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2011-11-17 15:55:34 +00:00
										 |  |  | # spec file for package perl-Unicode-Map8
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2009-06-18 15:15:12 +00:00
										 |  |  | # All modifications and additions to the file contributed by third parties
 | 
					
						
							|  |  |  | # remain the property of their copyright owners, unless otherwise agreed
 | 
					
						
							|  |  |  | # upon. The license for this file, and modifications and additions to the
 | 
					
						
							|  |  |  | # file, is the same license as for the pristine package itself (unless the
 | 
					
						
							|  |  |  | # license for the pristine package is not an Open Source License, in which
 | 
					
						
							|  |  |  | # case the license is the MIT License). An "Open Source License" is a
 | 
					
						
							|  |  |  | # license that conforms to the Open Source Definition (Version 1.9)
 | 
					
						
							|  |  |  | # published by the Open Source Initiative.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Please submit bugfixes or comments via http://bugs.opensuse.org/
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-18 15:15:12 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | Name:           perl-Unicode-Map8
 | 
					
						
							| 
									
										
										
										
											2010-01-27 17:33:50 +00:00
										 |  |  | Version:        0.13
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | Release:        0
 | 
					
						
							|  |  |  | %define cpan_name Unicode-Map8
 | 
					
						
							| 
									
										
										
										
											2009-06-18 15:15:12 +00:00
										 |  |  | Summary:        Mapping table between 8-bit chars and Unicode
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | License:        GPL-1.0+ or Artistic-1.0
 | 
					
						
							|  |  |  | Group:          Development/Libraries/Perl
 | 
					
						
							|  |  |  | Url:            http://search.cpan.org/dist/Unicode-Map8/
 | 
					
						
							|  |  |  | Source:         http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 | 
					
						
							| 
									
										
										
										
											2009-06-18 15:15:12 +00:00
										 |  |  | BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | BuildRequires:  perl
 | 
					
						
							|  |  |  | BuildRequires:  perl-macros
 | 
					
						
							|  |  |  | BuildRequires:  perl(Unicode::String) >= 2
 | 
					
						
							|  |  |  | Requires:       perl(Unicode::String) >= 2
 | 
					
						
							| 
									
										
										
										
											2010-12-05 21:26:33 +00:00
										 |  |  | %{perl_requires}
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | # MANUAL BEGIN
 | 
					
						
							|  |  |  | Patch0:         Unicode-Map8-%{version}-type.diff
 | 
					
						
							|  |  |  | Patch1:         Unicode-Map8-%{version}-declaration.diff
 | 
					
						
							|  |  |  | # MANUAL END
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %description
 | 
					
						
							| 
									
										
										
										
											2011-08-29 07:54:51 +00:00
										 |  |  | The Unicode::Map8 class implements efficient mapping tables between
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | 8-bit character sets and 16-bit character sets like Unicode. The tables
 | 
					
						
							|  |  |  | are efficient both in terms of space allocated and translation speed.
 | 
					
						
							| 
									
										
										
										
											2011-08-29 07:54:51 +00:00
										 |  |  | The 16-bit strings are assumed to use network byte order.
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %prep
 | 
					
						
							| 
									
										
										
										
											2024-03-06 15:37:39 +00:00
										 |  |  | %autosetup -p0 -n Unicode-Map8-%{version}
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %build
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 | 
					
						
							|  |  |  | %{__make} %{?_smp_mflags}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | %check
 | 
					
						
							|  |  |  | %{__make} test
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | %install
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | %perl_make_install
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | %perl_process_packlist
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | %perl_gen_filelist
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-01-18 07:18:57 +00:00
										 |  |  | %files -f %{name}.files
 | 
					
						
							|  |  |  | %defattr(-,root,root,755)
 | 
					
						
							|  |  |  | %doc Changes diff_iso make_rfc1345_maps make_unicd_maps map8_bin2txt map8_txt2bin README rfc1345.txt umap
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:32:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-18 15:15:12 +00:00
										 |  |  | %changelog
 |