commit perl-CDDB_get for openSUSE:Factory
Hello community, here is the log from the commit of package perl-CDDB_get for openSUSE:Factory checked in at Wed Feb 4 00:25:35 CET 2009. -------- --- perl-CDDB_get/perl-CDDB_get.changes 2006-01-25 21:39:29.000000000 +0100 +++ perl-CDDB_get/perl-CDDB_get.changes 2009-02-03 14:24:02.884528000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 3 14:23:44 CET 2009 - kssingvo@suse.de + +- added manpage +- 'make test' now in separate %check section + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- cddb.pl.1.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CDDB_get.spec ++++++ --- /var/tmp/diff_new_pack.x25106/_old 2009-02-04 00:22:44.000000000 +0100 +++ /var/tmp/diff_new_pack.x25106/_new 2009-02-04 00:22:44.000000000 +0100 @@ -1,10 +1,17 @@ # # spec file for package perl-CDDB_get (Version 2.27) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# 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/ # @@ -13,7 +20,7 @@ Name: perl-CDDB_get Version: 2.27 -Release: 92 +Release: 135 Requires: perl = %perl_version AutoReqProv: on Group: Development/Libraries/Perl @@ -21,6 +28,7 @@ Url: http://armin.emx.at/cddb/ Summary: Read the CDDB entry for an audio CD in your drive Source: CDDB_get-%version.tar.bz2 +Source1: cddb.pl.1.gz Patch: %name-2.23-tmpfile.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,11 +50,15 @@ %build perl Makefile.PL make + +%check make test %install %perl_make_install %perl_process_packlist +install -d -m755 $RPM_BUILD_ROOT/%{_mandir}/man1 +install -m644 %{SOURCE1} $RPM_BUILD_ROOT/%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT @@ -54,7 +66,7 @@ %files %defattr(-,root,root) %doc README MANIFEST Artistic Changes Copying -%_mandir/man?/* +%doc %_mandir/man?/* %_bindir/cddb.pl %perl_vendorlib/CDDB_get.pm %perl_vendorlib/CDDB_cache.pm @@ -65,6 +77,9 @@ /var/adm/perl-modules/perl-CDDB_get %changelog +* Tue Feb 03 2009 kssingvo@suse.de +- added manpage +- 'make test' now in separate %%check section * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Wed Jan 04 2006 mmj@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de