Hello community,

here is the log from the commit of package perl-MLDBM-Sync for openSUSE:13.1 
checked in at 2013-09-25 14:33:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/perl-MLDBM-Sync (Old)
 and      /work/SRC/openSUSE:13.1/.perl-MLDBM-Sync.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MLDBM-Sync"

Changes:
--------
--- /work/SRC/openSUSE:13.1/perl-MLDBM-Sync/perl-MLDBM-Sync.changes     
2013-09-23 11:04:19.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.perl-MLDBM-Sync.new/perl-MLDBM-Sync.changes        
2013-09-25 14:33:42.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 09:50:14 UTC 2013 - co...@suse.com
+
+- switch to perl-macros to fix build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-MLDBM-Sync.spec ++++++
--- /var/tmp/diff_new_pack.UAu4xb/_old  2013-09-25 14:33:42.000000000 +0200
+++ /var/tmp/diff_new_pack.UAu4xb/_new  2013-09-25 14:33:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MLDBM-Sync
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-MLDBM-Sync
-BuildRequires:  dos2unix perl-MLDBM perl-Tie-Cache
+%define cpan_name MLDBM-Sync
+BuildRequires:  dos2unix
+BuildRequires:  perl-MLDBM
+BuildRequires:  perl-Tie-Cache
 BuildRequires:  perl-macros
 Version:        0.30
-Release:        391
-Requires:       perl-MLDBM perl-Tie-Cache
-AutoReqProv:    on
-Group:          Development/Libraries/Perl
-License:        Artistic-1.0
+Release:        0
+Requires:       perl-MLDBM
+Requires:       perl-Tie-Cache
 Url:            http://cpan.org/modules/by-module/MLDBM
 Summary:        Perl module for safe concurrent access to MLDBM databases
+License:        Artistic-1.0 or GPL-1.0+
+Group:          Development/Libraries/Perl
 Source:         MLDBM-Sync-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -40,37 +41,25 @@
 serialize requests logically and improve performance for bundled reads
 & writes.
 
-
-
-Authors:
---------
-    Joshua Chamas <a...@chamas.com>
-
 %prep 
-%setup -n MLDBM-Sync-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 dos2unix CHANGES
-chmod 644 README CHANGES
 
 %check
-make test
+%{__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 CHANGES README bench
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/MLDBM
-%{perl_vendorarch}/auto/MLDBM/Sync/
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc CHANGES Makefile README
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to