remove link for now
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spiffy?expand=0&rev=14
This commit is contained in:
parent
7faf81854f
commit
915becf6b1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce9374b6ba271efdc65d199298b04bd3a0c7e6e6504965ed86222dc5c80845b9
|
|
||||||
size 27631
|
|
3
Spiffy-0.31.tar.gz
Normal file
3
Spiffy-0.31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:922e02aa62a8a618f91dc185d34fde65ef652dfa35d7a335f2e8de2ffdd2f686
|
||||||
|
size 53320
|
@ -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
|
Tue Nov 30 19:20:43 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Spiffy
|
Name: perl-Spiffy
|
||||||
Url: http://search.cpan.org/~ingy/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
|
Group: Development/Libraries/Perl
|
||||||
AutoReqProv: on
|
Version: 0.31
|
||||||
Summary: Framework for object oriented programming in Perl.
|
Release: 0
|
||||||
Version: 0.30
|
|
||||||
Release: 120
|
|
||||||
Source: Spiffy-%{version}.tar.gz
|
Source: Spiffy-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{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.
|
6. It also adds a few tricks of its own.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Brian Ingerson <INGY@cpan.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n Spiffy-%{version}
|
%setup -n Spiffy-%{version}
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
@ -54,22 +46,22 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%perl_make_install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README Changes
|
%doc README Changes
|
||||||
%doc %{_mandir}/man3/Spiffy.3pm.gz
|
|
||||||
%dir %{perl_vendorarch}/auto/Spiffy
|
|
||||||
%{perl_vendorlib}/Spiffy.pm
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user