Hello community,

here is the log from the commit of package perl-Unicode-Map8 for 
openSUSE:Factory checked in at 2014-01-22 23:27:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-Map8 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Unicode-Map8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Unicode-Map8"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Unicode-Map8/perl-Unicode-Map8.changes      
2011-11-21 12:49:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Unicode-Map8.new/perl-Unicode-Map8.changes 
2014-01-23 15:52:31.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 07:18:32 UTC 2014 - [email protected]
+
+- use new perl template, fix license
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Unicode-Map8.spec ++++++
--- /var/tmp/diff_new_pack.PJO0OW/_old  2014-01-23 15:52:32.000000000 +0100
+++ /var/tmp/diff_new_pack.PJO0OW/_new  2014-01-23 15:52:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Unicode-Map8
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Unicode-Map8
-BuildRequires:  perl-Unicode-String
-BuildRequires:  perl-macros
 Version:        0.13
-Release:        6
-Requires:       perl-Unicode-String
-AutoReqProv:    on
-Group:          Development/Libraries/Perl
-License:        Artistic-1.0
-Url:            http://cpan.org/modules/by-module/Unicode/
+Release:        0
+%define cpan_name Unicode-Map8
 Summary:        Mapping table between 8-bit chars and Unicode
-Source:         Unicode-Map8-%{version}.tar.gz
-Patch0:         Unicode-Map8-%{version}-type.diff
-Patch1:         Unicode-Map8-%{version}-declaration.diff
+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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Unicode::String) >= 2
+Requires:       perl(Unicode::String) >= 2
 %{perl_requires}
+# MANUAL BEGIN
+Patch0:         Unicode-Map8-%{version}-type.diff
+Patch1:         Unicode-Map8-%{version}-declaration.diff
+# MANUAL END
 
 %description
 The Unicode::Map8 class implements efficient mapping tables between
@@ -41,37 +42,25 @@
 are efficient both in terms of space allocated and translation speed.
 The 16-bit strings are assumed to use network byte order.
 
-
-
-Authors:
---------
-    Gisle Aas <[email protected]>
-
 %prep
 %setup -n Unicode-Map8-%{version}
 %patch0
 %patch1
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-make %{?_smp_mflags}
-make test
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc %{_mandir}/man?/*
-%doc README Changes rfc1345.txt
-%{perl_vendorarch}/Unicode/Map8.pm
-%{perl_vendorarch}/Unicode/Map8
-%{perl_vendorarch}/auto/Unicode/Map8
-%{_bindir}/*
+%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
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to