diff --git a/Spiffy-0.30.tar.gz b/Spiffy-0.30.tar.gz deleted file mode 100644 index 98bf68f..0000000 --- a/Spiffy-0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce9374b6ba271efdc65d199298b04bd3a0c7e6e6504965ed86222dc5c80845b9 -size 27631 diff --git a/Spiffy-0.31.tar.gz b/Spiffy-0.31.tar.gz new file mode 100644 index 0000000..04318e6 --- /dev/null +++ b/Spiffy-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922e02aa62a8a618f91dc185d34fde65ef652dfa35d7a335f2e8de2ffdd2f686 +size 53320 diff --git a/perl-Spiffy.changes b/perl-Spiffy.changes index 1849b11..c572407 100644 --- a/perl-Spiffy.changes +++ b/perl-Spiffy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 14 17:04:16 UTC 2013 - lars@linux-schulserver.de + +- update to 0.31: + + Make tests not use 'B" package. rt72542 + + Use Module::Package +- cleanup specfile and use perl_make_install and perl_gen_filelist + macros + ------------------------------------------------------------------- Tue Nov 30 19:20:43 UTC 2010 - coolo@novell.com diff --git a/perl-Spiffy.spec b/perl-Spiffy.spec index 203a1ff..7007ddb 100644 --- a/perl-Spiffy.spec +++ b/perl-Spiffy.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Spiffy (Version 0.30) +# spec file for package perl-Spiffy # -# Copyright (c) 2010 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,17 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Spiffy Url: http://search.cpan.org/~ingy/Spiffy -License: Artistic +Summary: Framework for object oriented programming in Perl +License: Artistic-1.0 Group: Development/Libraries/Perl -AutoReqProv: on -Summary: Framework for object oriented programming in Perl. -Version: 0.30 -Release: 120 +Version: 0.31 +Release: 0 Source: Spiffy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} @@ -42,11 +39,6 @@ borrows ideas from other OO languages like Python, Ruby, Java and Perl 6. It also adds a few tricks of its own. - -Authors: --------- - Brian Ingerson - %prep %setup -n Spiffy-%{version} # --------------------------------------------------------------------------- @@ -54,22 +46,22 @@ Authors: %build perl Makefile.PL 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 +%files -f %{name}.files %defattr(-,root,root) %doc README Changes -%doc %{_mandir}/man3/Spiffy.3pm.gz -%dir %{perl_vendorarch}/auto/Spiffy -%{perl_vendorlib}/Spiffy.pm %changelog