screwing up to test autobuild checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=9
This commit is contained in:
parent
8a2bd3b588
commit
bb7546a3a9
@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jan 14 11:18:19 UTC 2010 - coolo@novell.com
|
|
||||||
|
|
||||||
- norootforbuild is default now
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com
|
|
||||||
|
|
||||||
- removing author from %description
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,18 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Class-Inspector
|
Name: perl-Class-Inspector
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Get Information About a Loaded Class
|
Summary: Get Information About a Loaded Class
|
||||||
Version: 1.24
|
Version: 1.24
|
||||||
Release: 8
|
Release: 2
|
||||||
License: Artistic ; GPLv2+
|
License: Artistic ; GPLv2+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/~adamk/Class-Inspector
|
Url: http://search.cpan.org/~adamk/Class-Inspector
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Spec) >= 0.80
|
BuildRequires: perl(File::Spec) >= 0.80
|
||||||
@ -42,14 +43,11 @@ are not always very conveniet, and usually involve a relatively high
|
|||||||
level of Perl wizardry, or strange and unusual looking code.
|
level of Perl wizardry, or strange and unusual looking code.
|
||||||
Class-Inspector attempts to provide an easier, more friendly interface
|
Class-Inspector attempts to provide an easier, more friendly interface
|
||||||
to this information.
|
to this information.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{cpan_name}-%{version}
|
%setup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user